I ama select to some data from table and fill datagrid via dattable.load
I can add a checkbox colum using dt.Columns.Add(new DataColumn("Select", Type.GetType("System.Boolean")));
But I can't add a combobox and members .
how Can I do simply .
I ama select to some data from table and fill datagrid via dattable.load
I can add a checkbox colum using dt.Columns.Add(new DataColumn("Select", Type.GetType("System.Boolean")));
But I can't add a combobox and members .
how Can I do simply .