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

Where is "EnableLinqExpression" ?

4 Answers 254 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Stefan Timm
Top achievements
Rank 2
Stefan Timm asked on 19 Jan 2010, 11:17 PM
Hi,

where is the the EnableLinqExpression, and did I need this in the future for case sensitive search in the filter?

In the forum I found the hint for case sensitive search:

EnableLinqExpressions = False
GroupingSettings.CaseSensitive = False

After binary update I get errors, I didn't found any information in your Version Note

regards Stefan

 

4 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 20 Jan 2010, 03:38 PM
Hello Stefan,

You could disable the property this way:
<telerik:RadGrid
   ID="RadGrid1"
   runat="server"
   EnableLinqExpressions="false"
   ....

RadGrid1.EnableLinqExpressions = false;

Besides on the forums, this information is also available in our online documentation (examine the second "NoteBox"):
Basic filtering

Kind regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ewen
Top achievements
Rank 1
answered on 21 Jan 2010, 05:12 PM
I accidentally used the .Net framework 2 dlls (from the Bin folder) rather than the .Net framework 3.5 dlls (from the Bin35 folder). This property does not appear in the .Net 2 assemblies.
0
Stefan Timm
Top achievements
Rank 2
answered on 21 Jan 2010, 06:56 PM
Hi Daniel,

thanks for the answer. OK I did not write all information of the case ;-)

I update from RadControls for ASP.NET AJAX 2009.3 1208 to 2009.3 1314

After the Update I get Errors in my codebehind file for the EnableLinqExpressions = False.
I disable the line for the the function in the Grid, and it works fine.

BUT, did I need this feature really? Is it possible to get problems with the case sensitive filter in my grid?

I thinks the feature is not nessecary for the case sensitive filter, because it works for me. but want to ask Telerik.

regards Stefan
0
Stefan Timm
Top achievements
Rank 2
answered on 21 Jan 2010, 06:58 PM
Hi Ewen, I use the .Net 3.5 Framework with the latest Telerik Binaries. Have a look to my other Reply.
regards Stefan
Tags
Grid
Asked by
Stefan Timm
Top achievements
Rank 2
Answers by
Daniel
Telerik team
Ewen
Top achievements
Rank 1
Stefan Timm
Top achievements
Rank 2
Share this question
or