Browse By Tags

  • WebHierarchicalDataGrid disable/enable sorting issue

    We are using WebHierarchicalDataGrid to display user information.We want to disable/enable sorting based on a checkbox.

    I have tried disabling the sorting using below ways:

    1. By calling 

    WebHierarchicalDataGrid.GridView.Behaviours.Sorting.Enabled = false…