Helo,
My application has a databound listGrid (live grid) where i want to use groupby feature.
but when i group by fields multiple request goes to backend service to get all the data because group by works on all the data.
Here i need group by should apply on the visibale data.no request should go to service..as well i want to have pagination here..i dont want to remove pagination.
Suggest me here.
Thank you.
My application has a databound listGrid (live grid) where i want to use groupby feature.
but when i group by fields multiple request goes to backend service to get all the data because group by works on all the data.
Here i need group by should apply on the visibale data.no request should go to service..as well i want to have pagination here..i dont want to remove pagination.
Suggest me here.
Thank you.
Comment