mrbdrm Hi from a query advance script. how can i retrieve the kendo ui grid or custom grid id? so i can execute operation like this: $('#GridName').data('kendoGrid').dataSource.read(); and is there a reason why we can't set the id for a query manually?
mrbdrm hmmm getting the id of the markup is not enough to access the kendo listview methods? i am trying to do a refresh to the grid.