Hello Telerik team,
I have a grid that is bound using a client side DataBinding service (ADO.Net data service)
One of the columns in the grid is a GridButtonColumn that has a CommandName property set to fire on the client.
The OnCommand handler for this event does a set_cancel(true) so there is no AJAX postback for this command
The OnCommand handler also return false just in case that helped my issue (it did not help)
The issue is that I see a request to my data service to retrieve the rows of currently displayed data and I do not want that network traffic hitting my server.
Why is the data service firing when a command is fired even if the command is not related to the grid's data?
Thanks
Bob
I have a grid that is bound using a client side DataBinding service (ADO.Net data service)
One of the columns in the grid is a GridButtonColumn that has a CommandName property set to fire on the client.
The OnCommand handler for this event does a set_cancel(true) so there is no AJAX postback for this command
The OnCommand handler also return false just in case that helped my issue (it did not help)
The issue is that I see a request to my data service to retrieve the rows of currently displayed data and I do not want that network traffic hitting my server.
Why is the data service firing when a command is fired even if the command is not related to the grid's data?
Thanks
Bob