Hi,
I am using RadGrid for dynamic data. When i Bind the data using DynamicLinqDataSource and load it is all waorking with edit and delete all the functions .
But i wants to use the column filtering to the RadGrid , When i enter something in the filterBox and try filtering it It is giving me an error like
Is it like so , i can't use column filtering for the grid when i use dynamic data structure??
Please Help me..
Thanks a lot .
--
I am using RadGrid for dynamic data. When i Bind the data using DynamicLinqDataSource and load it is all waorking with edit and delete all the functions .
But i wants to use the column filtering to the RadGrid , When i enter something in the filterBox and try filtering it It is giving me an error like
LinqDataSource 'GridDataSource' does not support the Where property when AutoGenerateWhereClause is true
I don't kow how to fix this problem, I tried adding AutoGenerateWhereClause="false" to the LinqDataSource But still i am getting that error.Is it like so , i can't use column filtering for the grid when i use dynamic data structure??
Please Help me..
Thanks a lot .
--