Hello,
I'm not capable of doing a Telerik RadGridView with a combobox to manage Edit and Delete actions (see image attached).
The combobox has 2 options "Edit" and "Delete".
I want the control to do:
- When selecting "Edit": show a popup to edit Name, Last Name and Age.
- When selecting "Detele": show a DialogMessageBox to confirm or cancel.
The problem is that the GridView doesn't fire the SelectedIndexChanged event when I select the combobox.
Could you help me with this? Is there any example that I can see?
Thanks for your help!