TIWCGJQGridGroupingView.GroupDataSorted Property
If this parameter is set to true we send a additional parameter to the server in order to tell him to sort the data. This way all the sorting is done at server leaving the grid only to display the grouped data. If this parameter is false additionally before to display the data we make our own sorting in order to support grouping. This of course slow down the speed on relative big data. This parameter is not valid is the datatype is local
published property GroupDataSorted: boolean index 02 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: boolean