Why is the server still down? When I post the content below the server bombs :
Title: Custom <CommandTemplate> when using a custom <ItemTemplate>
Message :
Title: Custom <CommandTemplate> when using a custom <ItemTemplate>
Message :
Using an ajaxified RadGrid (latest and greatest version) I have implemented a custom Command Template to facilitate add, edit, insert, update, and cancel actions based on demos here.
This works fine but does not work for editing or deleting if you are using a custom <ItemTemplate>. I say this because as such it relies on a "selected" row or item in the grid. I have the code to select the row on the client side but cannot figure out how to display or enact the selected row when using the custom <ItemTemplate>.
So the questions are:
- How does the selected row strategy work with custom ItemTemplates?
- As an alternative, are there any examples of showing two small columns side by side with icons only for the AutoGenerated "Edit" and "Delete" columns instead of the default?
Thank you