Hello,
is there a possibility to load grid data only once on first grid open when properties allowSorting and allowGrouping and etc. is set to true?
Now if we set grid property [allowGrouping]="true" and [allowSorting]="true", the method actionComplete triggers three times with different requestType, but getting three times the same data with same parameters from WebAPI. Can it be done with only one request but not three same requests?