how to set column type of datagrid dynamically in C# .Net Windows App?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lucindaa
    New Member
    • Dec 2009
    • 11

    how to set column type of datagrid dynamically in C# .Net Windows App?

    Hi EveryBody,

    i have a problem in setting the column type of datagrid dynamically in C# .Net Windows App.

    i am generating the grid automatically by assigning datasource of a datatable
    the columns are dynamicallygene rated when i do like this all the columns are generated as textbox but i want some of the column should be in combo box, Checkbox
    so Please help me to set column type of datagrid dynamically in C# .Net Windows App
Working...