Assume I only want to add a combo box editor to the cell located in the second row, second column of a gridview control. Am I able to do this? If so, what code would I use for this? All of the other cells in this control will have a text edit box editor.
Thanks.
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 21 Apr 2012, 03:09 PM
Hi James,
Thank you for writing.
A convenient event for replacing the default editor with a custom one is the EditorRequired event of RadGridView. Here is a sample snippet: