Hi,
I have a few questions:
Environment: RadControls for ASP.net 2009 Q2.
1. On the commanditems strip, I would like to show some custom commands, like an edit button when clicked, would put certain cells in certain rows in edit mode based on some business rules. I would also like to put an "Update" button on this strip which will fire a custom method on the server to update the edited rows in the grid. These buttons will also be hidden under certain conditions. How would I do that?
2. I don't see any property either at desgin time or in code to add the button "Export to Excel" to this commanditem strip. The online examples on your site have some "ShowExportToExcelButton" property set. But I don't see it at either design time or at runtime. How do I do this?
3. I would also like to set some of the cells in certain rows, only in certain columns, non-editable and some others editable (when Edit button clicked). What is the appropriate event handler to put this code in?
Thanks
Babu.
I have a few questions:
Environment: RadControls for ASP.net 2009 Q2.
1. On the commanditems strip, I would like to show some custom commands, like an edit button when clicked, would put certain cells in certain rows in edit mode based on some business rules. I would also like to put an "Update" button on this strip which will fire a custom method on the server to update the edited rows in the grid. These buttons will also be hidden under certain conditions. How would I do that?
2. I don't see any property either at desgin time or in code to add the button "Export to Excel" to this commanditem strip. The online examples on your site have some "ShowExportToExcelButton" property set. But I don't see it at either design time or at runtime. How do I do this?
3. I would also like to set some of the cells in certain rows, only in certain columns, non-editable and some others editable (when Edit button clicked). What is the appropriate event handler to put this code in?
Thanks
Babu.