[progress Communities] [progress Openedge Abl] Forum Post: Re: Kendo Grid Not Refreshing

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello Meyrick, How are you implementing the search box? What methods are you calling? You should be able to something like the following: var grid = $("#grid").data("kendoGrid"); grid.dataSource.filter(filter); The filter() would then use the JSDO internally to access the AppServer. I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top