Hello!
I have RadGridView bounded with DataSet. Is there any way to change type of the columns?
For example I have DataTable in DataSet with columns: Id, Name and Job. I'm creating data binding between RadGridView
and DataSet. I would like to have three columns in my RadGridView: Id (typeof DecimalColumn), Name (typeof TextBoxColumn), Job (typeof MultiComboBoxColumn). I know that I have to have Id as System.Int32, Name as System.String in my DataSet, but how can I change Job into MultiComboBoxColumn?
Thanks for help, Kuba
I have RadGridView bounded with DataSet. Is there any way to change type of the columns?
For example I have DataTable in DataSet with columns: Id, Name and Job. I'm creating data binding between RadGridView
and DataSet. I would like to have three columns in my RadGridView: Id (typeof DecimalColumn), Name (typeof TextBoxColumn), Job (typeof MultiComboBoxColumn). I know that I have to have Id as System.Int32, Name as System.String in my DataSet, but how can I change Job into MultiComboBoxColumn?
Thanks for help, Kuba