The two properties of a DataGrid that has to be specified to turn on sorting and paging respectively are ...

Q

The two properties of a DataGrid that has to be specified to turn on sorting and paging respectively are ...

✍: Guest

A

The two properties of a DataGrid that has to be specified to turn on sorting and paging respectively are
* EnableSorting = “true” and EnablePaging = “true”
* DisableSorting = “false” and DisablePaging = “false”
* AllowSorting = “true” and AllowPaging = “true”
* Sorting = “true” and Paging = “true”


AllowSorting = “true” and AllowPaging = “true”

2014-07-21, 1811👍, 0💬