We are implementing a scenario very similar to the Telerik demo here:
http://demos.telerik.com/aspnet-ajax/xmlhttppanel/examples/gridinxmlhttppanel/defaultcs.aspx
It works fine until we add command buttons such as Edit and Delete to the grid. When paging or performing any action that needs to reload the grid, the Edit will not be inline, but rather show a form below the grid for editing.
The problem we are encountering is that the Edit and Delete buttons in the grid won't do anything. Eventhough the ItemCommand event is specified in the grid declaration.
Can anyone show an example or let us know what must be done to get this to work as expected (the Edit and Delete buttons firing the event handler, etc.)?
Thanks in advance!
Anthony
http://demos.telerik.com/aspnet-ajax/xmlhttppanel/examples/gridinxmlhttppanel/defaultcs.aspx
It works fine until we add command buttons such as Edit and Delete to the grid. When paging or performing any action that needs to reload the grid, the Edit will not be inline, but rather show a form below the grid for editing.
The problem we are encountering is that the Edit and Delete buttons in the grid won't do anything. Eventhough the ItemCommand event is specified in the grid declaration.
Can anyone show an example or let us know what must be done to get this to work as expected (the Edit and Delete buttons firing the event handler, etc.)?
Thanks in advance!
Anthony