This is a class to draw an editable grid on a customlistview. The intention is to have a grid that you can edit and save contents to a database during run time.
1. Add columns specifying their characteristics. Currently the label, textbox and dropdownlist are supported.
2. Add rows to the grid.
3. Use getrow method to return the contents of a row as a map with column and value keys
Bug: For some reason the landscape mode now cuts the display. Potrait mode works with a code tweak.
1. Add columns specifying their characteristics. Currently the label, textbox and dropdownlist are supported.
2. Add rows to the grid.
3. Use getrow method to return the contents of a row as a map with column and value keys
Bug: For some reason the landscape mode now cuts the display. Potrait mode works with a code tweak.
Attachments
Last edited: