C# DataGrid Issue

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I wanted to create some custom DataGrid columns that i could use in my DATAGrids and allow the user to use them
e.g. in addition to the TextBox, and Boolean column which are in the DataGrid by default, I would like to use, images and progress bar columns and perhaps any generic OBJECT column

With Regard
Syed
 
Hi Sunny,

I think you are looking for the functionality which is called template column. Create a template column and you can add any control to that column.

thanks
Nithin P V




----- Sunny wrote: -----

Hi,
I wanted to create some custom DataGrid columns that i could use in my DATAGrids and allow the user to use them.
e.g. in addition to the TextBox, and Boolean column which are in the DataGrid by default, I would like to use, images and progress bar columns and perhaps any generic OBJECT column.

With Regards
Syed
 
Back
Top