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
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