Hello,
Is there a way to add a non-telerik control in a radgridview?
Thank you
Audrey
1 Answer, 1 is accepted
0
Svett
Telerik team
answered on 24 Mar 2011, 09:47 AM
Hello Shirya,
You can achieve that by using a RadHostItem element inside a custom grid cell element. You can read Create a custom cell documentation article. You should add an instance of RadHostItem to the cell's children collection.