I want to add new function in jqxgridSelection.js file
but this change work correctly in my project
but Its not right way because version change than also put the code in project
getclearindex : function() {
if (this.selectedrowindexes.length()>0) {
console.log(this.selectedrowindexes)
this.selectedrowindexes = new Array();
console.log(this.selectedrowindexes)
}
return this.selectedrowindexes
}
Can you another solution create the custom function
must be get the ‘this.selectedrowindexes’ current object array
because i have empty opertion in my project
Thanx
Alpesh