Hello,
1) I am trying to bind a radgrid combobox as template column.For that I am handling a ItemdataBound Event.
But I am getting a error because I think I am getting a column header as an Item.So I have to check column type for that.
How to do this.
I tried this
e.Item.ItemType!=Telerik.Web.UI.RadGrid....... somethink like this.
2)And I saw radgrid column type as Dropdown.How to use this?
Thanks in advance.
-Mahesh.