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?
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?