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
I created a new library to show a table (or grid) similar to the one in EXCEL. There are already excellent classes that allow many to accomplish things, such as xCustomListView by @Erel (B4X) and with the FlexibleTable by @klaus (B4A). I wanted to make something slightly different suited to...
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
I created a new library to show a table (or grid) similar to the one in EXCEL. There are already excellent classes that allow many to accomplish things, such as xCustomListView by @Erel (B4X) and with the FlexibleTable by @klaus (B4A). I wanted to make something slightly different suited to...