This example demonstrates how to edit grid row using the dropdown panel with editors generated automatically based on the underlying row data object. To see this approach in action, click the "Edit" hyperlink in the "#" grid column. To close dropdown panel click "Edit" again.
This functionality is achieved by creating the attached behavior which generates the necessary DataRowTemplate for the grid row. The custom template can also be defined and assigned to the GridHelper.CustomTemplate property, so the custom template will be used instead the autogenerated template.
Question Comments
Added By: Fakhru Izuh at: 8/27/2014 1:08:02 AM
Hi,
Following example works fine for single select. However, when user selects all rows using Ctrl + A and then try to click 'Edit' link of any row, it doesn't show editing control.