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:
  1. dim i as DatagridItem = Convert(Datagrid1.column(0)) ' user defined finction
  2. i.controls.add(new button)

help me plz.