I understand how to create a dropdown list, add items to it and then connect it to a column in the Grid. What I need is this....
Here is a scenario....
A dropdown list containing a list of car models is attached to a column so the user can select the desired model. The car manufacturer brings out a new model. How can I as a programmer add the new model to the list?
One way I have thought of is to create a new dropdown list with the new model inserted and then attach the new dropdown list to the grid’s column. This however would require a new list every time a new item is to be added.
Is there an easier way, by referencing the current dropdown list in code, and how do you reference it?
Thanks - Kieth