Hello, I wanted to ask if you have any best practices to recommend for ListGrids with many columns when used on a handset.
Specifically, I'm interested in how to handle hiding most of the columns. Should I use ListGridField.visibleWhen, showIf, or hidden? Or can a similar result be achieved with detail=true on the DataSource?
Specifically, I'm interested in how to handle hiding most of the columns. Should I use ListGridField.visibleWhen, showIf, or hidden? Or can a similar result be achieved with detail=true on the DataSource?
Comment