Hi all,is it possible to have a Grid with a column that show some predefinited values in a combobox format (so the user can choice only in them)?
Thanks in advance.
Luigi
HOWTO:What is the best way to place a DropDown list in a grid cell?
Thanks Mike.Now I have the combo in my Grid.How can I update the data when the user change the value in this combo?
Hi Luigi,
ciupaz said:Now I have the combo in my Grid.
Why are you using a Combo?
ciupaz said:How can I update the data when the user change the value in this combo?
What data so you mean? If you are using a ValueList in the grid, then selecting an item from the list will automatically update the grid cell. You don't have to do anything.