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

Add customisation search in RadGrid

1 Answer 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MK
Top achievements
Rank 1
MK asked on 03 Apr 2013, 01:58 PM
Hi All,

When i try to get value from "RadGrid.MasterTableView.FilterExpression.ToString()" then it show as below:

(iif(ToolRequestName == null, "", ToolRequestName).ToString().ToUpper().Contains("test".ToUpper()))

but i want as:

([ToolRequestName] like "%test%")

please can anybody solve it?

1 Answer, 1 is accepted

Sort by
0
MK
Top achievements
Rank 1
answered on 03 Apr 2013, 02:20 PM
I have added EnableLinqExpressions property of the grid to false and got required format.
Tags
Grid
Asked by
MK
Top achievements
Rank 1
Answers by
MK
Top achievements
Rank 1
Share this question
or