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

[Solved] Filter (on bool) + Paging == no paging

1 Answer 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 24 Jun 2008, 03:57 PM
I've looked around and can't find anyone else having this issue but maybe some here can help....

I've got a simple RadGrid using a LinqDataSource, have turned on pagin and column filtering. Paging and filtering work great untill I filter on the "Enabled" column.  The "Enabled" column is a boolean value that, suprizingly enough, indicates wether this particular item is enabled or disabled.  Filtering on this column would be a really nice feature for the user. Unfortunatly when I check the box and select "EqualTo" as my filter option, the result is limited to the first page of data.  Without the filter I have 3 pages (page size = 35) of data and only 1 item is disabled.  After the filter is applied, it will only show me the items on that page that are enabled.  So the filtering part works but I can no longer get to any of the other data on the other pages....

Any Ideas?

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 27 Jun 2008, 07:58 AM
Hi Joe,

Based on the information supplied, I suspect that this may be a databinding issue.
However, in order to properly address the issue, I would suggest that you open a formal support ticket, and send us a small working project, which replicates the behavior.
We will review it locally, and advise you further.

Regards,
Yavor
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Joe
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or