This is a migrated thread and some comments may be shown as answers.

Grid virtualization + Filter + Multiple sorting

4 Answers 163 Views
Grid
This is a migrated thread and some comments may be shown as answers.
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.

4 Answers, 1 is accepted

Sort by
0
Accepted
Rosen
Telerik team
answered on 05 Jan 2012, 01:13 PM
Hello José Antonio,

Although it is not supported out-of-the box, similar functionality can be achieved through the DataSource API. As shown in the following sample:

 

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: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
0
Rosen
Telerik team
answered on 18 Jan 2012, 10:46 AM
Hello,

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
Tags
Grid
Asked by
José Antonio
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Levente Mihaly
Top achievements
Rank 1
Share this question
or