
José Antonio
Top achievements
Rank 1
José Antonio
asked on 04 Jan 2012, 05:26 PM
Hi,
Is it possible to have Grid Virtualization + Filter + Multiple sorting? Or at least Grid Virtualization + Filter?
I'm looking for something like http://www.smartclient.com/#adaptiveFilter ...so I think Grid Virtualization + Filter + Multiple sorting could achieve this.
It would be very useful.
Thanks.
Is it possible to have Grid Virtualization + Filter + Multiple sorting? Or at least Grid Virtualization + Filter?
I'm looking for something like http://www.smartclient.com/#adaptiveFilter ...so I think Grid Virtualization + Filter + Multiple sorting could achieve this.
It would be very useful.
Thanks.
4 Answers, 1 is accepted
0
Accepted
Hello José Antonio,
Rosen
the Telerik team
Although it is not supported out-of-the box, similar functionality can be achieved through the DataSource API. As shown in the following sample:
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Levente Mihaly
Top achievements
Rank 1
answered on 18 Jan 2012, 10:01 AM
Hi Rosen,
It seems your example is not picking up the total count value when filtering.
You can re-produce the issue by setting the pageSize to 20. When entering something for Ship Name the grid will show 20 records at maximum, and won't load the next page when scolling down.
How can we fix this?
thx,
Levente
It seems your example is not picking up the total count value when filtering.
You can re-produce the issue by setting the pageSize to 20. When entering something for Ship Name the grid will show 20 records at maximum, and won't load the next page when scolling down.
How can we fix this?
thx,
Levente
0
Hello,
Rosen
the Telerik team
Indeed, you are correct. Could you please set the DataSource's serverFiltering option to true as this should fix the problem.
All the best,Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Levente Mihaly
Top achievements
Rank 1
answered on 18 Jan 2012, 10:50 AM
Excellent, it fixed it immediately.
thanks again,
Levente
thanks again,
Levente