I have created a few custom dropdownlist columns and I need help setting the selected values. I am creating a radGridView which has around 20 columns of which a few I have turned into dropdownlist columns using the examples I have seen in this forum. I populate the cells using addRange() and passing it the results of a query to a lookup table in my database. I also have one datatable that is the datasource for the gridview. This table holds what the selected value in each row should be for these columns. My question is do I need to iterate through the table and manually set all these dropdownlist cells in all the dropdownlist columns or is there an easier way to do this?
↧