I have this Telerik radgrid
| Encryption Key | Password to encode | Edit column |
-----------------------------------------------------
| A_Key | A_password | Edit button |
When I press the edit button, you can edit the encryption key and the password via textboxes (which works fine).
What I want to do is:
-When I press the edit button, I want to add an imagebutton next to the encryption key textbox that will allow me to generate a key by clicking it, like so:
| Encryption Key | Password to encode | Edit column |
------------------------------------------------------------
|[A_Key ][Generate] | [A_password ] | [Save] |
Is there a way to add a button inside an editor cell of a Telerik RadGrid?
I have looked everywhere, I haven't found any way to do this, even on the Telerik website/forums.
Thanks!