hi
i have a flex grid in which i want a few columns to be a combo boxes n a few to be text boxes which can be edited at runtime.
can somebody tell me how to do it.
thanks
Printable View
hi
i have a flex grid in which i want a few columns to be a combo boxes n a few to be text boxes which can be edited at runtime.
can somebody tell me how to do it.
thanks
Just search forum for "editable flexgrid" and will get number of hits.
Here are some results:
http://www.vbforums.com/search.php?s...der=descending
We have a textbox and combobox that we place onto the CELL that we want to edit - make it same size, etc.
Works great.
Matter of fact we place that same text/combo onto LABELS that look like TEXT BOXES all over the form.
That way we only have events for two objects txtInput and cboInput.