Control Choice - Do you use a GridView (over the ListBox)?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

A GridView provides much richer features than ListBox, you can easily add a checkbox onto the header to allow "check all" functionality, which is impossible for ListBox.

Image

❌ Figure: Bad Example - Use the ListBox.

Image

✅ Figure: Good Example - Use GridView and add the enabled checkbox on the header

acknowledgements
related rules