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

Binding grid to Database w.r.t filter expression

5 Answers 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Priya
Top achievements
Rank 1
Priya asked on 29 Jul 2008, 06:05 AM
Hello

I used a grid n filter.Filtering is performed on already bounded grid.The grid became too slow when the records are more than 1000.
But i need to bind the grid only on the basis of filtering expression.In short,i need dynamic binding of Grid on the basis of the given filter expression.

Any help
Thanks..

5 Answers, 1 is accepted

Sort by
0
Priya
Top achievements
Rank 1
answered on 01 Aug 2008, 04:24 AM
Plz help me..
0
Vlad
Telerik team
answered on 01 Aug 2008, 04:49 AM
Hi Priya,

Can you verify if paging is enabled in your case?

Best wishes,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Priya
Top achievements
Rank 1
answered on 01 Aug 2008, 11:34 AM
Sir,

I enabled the paging.But i need a custom filter which binds grid only on the basis of the filtering expression

How to apply fitering to a data which is not directly bounded in grid.For eg;I bound the grid with Employee table.There is another column which is bounded with a field in another table throgh CodeBehind.Then how can I apply filtering on that field

Plz help me..
Thanks
0
Priya
Top achievements
Rank 1
answered on 04 Aug 2008, 03:53 AM
Any Idea...
0
Prangadj
Top achievements
Rank 1
answered on 04 Aug 2008, 08:40 AM
I would go create my own filter method which to return the data from the other source. The grid probably can not handle the filtering by itself here because the data comes from other source than the bound.

Prangadj  
Tags
Grid
Asked by
Priya
Top achievements
Rank 1
Answers by
Priya
Top achievements
Rank 1
Vlad
Telerik team
Prangadj
Top achievements
Rank 1
Share this question
or