Hi,
I need some help with your RadGrid. I have a RadGrid with the option AutoGenerateColumns="True". It has many columns from a Datasource that dynamically fills the Grid. This DataSource returns a Datatable with many columns. There is a table called orders and the other tables called city and product. The select statement contains a combination of these tables in order to take the names of the city and the product for each order.
My problem is: I want to edit a row with all CRUD operations using some ComboBoxes for some Columns in order to change the city or the product of an order using comboboxes.
could you help me How can I achieve this?
Thanks
Juan Viteri