i am trying to do some custom thing with the telerik GridView. So lets say i have a row in a gridview with 1 column. in each cell, i need to add several controls and labels in it. Am i able to add more than 1 controls to a cell?
thank you
1 Answer, 1 is accepted
0
Svett
Telerik team
answered on 08 Dec 2011, 04:25 PM
Hello Sam,
You can create a custom cell element, which can host the desired visual element. Notice that if you want to host a control inside the cell, you should use RadHostItem class. You can read more about creating a custom cell in the online documentation.