I'm using RadGridView in unbound mode. I've added a GridViewComboBoxColumn (bounded) at design time.
Now I want to fill that grid with the data from a database table. I'm using the RadGridView.Rows.AddNew()
method. When I try to set the value of this column using RadGridView.Rows[index].value i generate an exception
objec reference not set. What is the solution o tthis problem?
Now I want to fill that grid with the data from a database table. I'm using the RadGridView.Rows.AddNew()
method. When I try to set the value of this column using RadGridView.Rows[index].value i generate an exception
objec reference not set. What is the solution o tthis problem?