Hi all,
I want to add Image in Column Header of Datagrid.
Note : Column is not a type of Template.
I want to convert the Column in DatagridItem so that I can use it as..
VB Code:
dim i as DatagridItem = Convert(Datagrid1.column(0)) ' user defined finction i.controls.add(new button)
help me plz.




Reply With Quote