It contains 1 bug fix and one enhancement, both related to the new Select All Check box on Data Grid Checkbox Columns.
- Select All checkbox now works correctly when you refresh the grid with a value from a data input
- The Select All Checkbox is now optional
- You can enable it for all grids in the Application by setting the DisplaySelectAllCheckbox property in the Global Appearances> Data Grid to True. The default value is false
- You can enable it for an individual column by setting the DisplaySelectAllCheckbox property in the DataGrid> Checkbox Column. The Default it blank which means it reads from the Global Setting. It accepts True, False and Property Source as inputs
No comments:
Post a Comment