Iam populating the grid dynamically from an xml file and i want some column in the grid of type Hyperlinkcolumn.So How can i change the column type to hyperlinkcolumn dynamically.
Thanks
Rejish.
1 Answer, 1 is accepted
0
Milan
Telerik team
answered on 18 Jan 2010, 02:52 PM
Hi Rejish Rajan,
Currently the only way to do that is to remove the old column and add a new one of the correct type. This help topic contains more information about defining grid columns.