|
-
Oct 15th, 2024, 10:47 PM
#11
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by Erwin69
I’m using VBFlexGrid Control 1.4 OCX.
My original form had 10 labels, each with a editable combo box on the right of them. Each label displayed the name of a category / field and the combo held the available values for that category / field. I want to replace this with a grid where the categories/fields are listed in the first (fixed) column, and the combo’s are showing up in the second column.
The ColComboMode in combination with FlexComboModeEditable looked interesting, but then I found out that the all cells in the column will have the same combo values.
Is there a way for each cell to have it’s unique combo?
For individual combo on each cell you need to handle the BeforeEdit event and set the ComboMode (not ColComboMode) and ComboItems depending on your row.
Btw, I recommend to update to 1.8 OCX.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|