B4J Question SD FlexGrid

besoft

Active Member
Licensed User
Longtime User
A very powerful and relatively easy to use library, but I still have a question. How to prevent cells from being editable ?
 
Solution
As you will see in this example, the cell becomes editable if in the Click event, enter the FlexGrid1.EditCellOnSite command.
If you remove this method after clicking the editing will not open

Star-Dust

Expert
Licensed User
Longtime User
As you will see in this example, the cell becomes editable if in the Click event, enter the FlexGrid1.EditCellOnSite command.
If you remove this method after clicking the editing will not open

 
Upvote 0
Solution
Top