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...
Continue reading...