Hi,
If I use, grouping on a grid that's bind just paged data ( let's say 20 records)..
grouping is being affected on that 20 records. So is there any implementation that grouping regenerates main sql query so that
user sees grouped that thru all records.
EXAMPLE
radGrid1.datasource = sqlHelper.GetPagedData(between 10-30) //brings 20 records thru 10000 records
and let's say radGrid1 is grouped.
So what we see here is just grouped data in 20 records.
what we wanna see is grouped data in 10000 records.
is it possible? how?
ps: in all examples and demos all the data is binded to grid. In real life it never is like so.
If I use, grouping on a grid that's bind just paged data ( let's say 20 records)..
grouping is being affected on that 20 records. So is there any implementation that grouping regenerates main sql query so that
user sees grouped that thru all records.
EXAMPLE
radGrid1.datasource = sqlHelper.GetPagedData(between 10-30) //brings 20 records thru 10000 records
and let's say radGrid1 is grouped.
So what we see here is just grouped data in 20 records.
what we wanna see is grouped data in 10000 records.
is it possible? how?
ps: in all examples and demos all the data is binded to grid. In real life it never is like so.