This one is a short blog post to index a few hands on studd when working with grids
- To enable multiple row selection on the grid, set the property 'MultiSelect' to Yes
- To display a checkbox along with each row to remember each row selection, set the property 'ShowRowLabels' to Yes
- Code to get the currently selected rows: tableName_ds.recordsMarked().lastIndex()
0 comments:
Post a Comment