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

[Solved] Grid Persister not taking more than one token for filter

0 Answers 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Srimanta
Top achievements
Rank 1
Srimanta asked on 24 Apr 2013, 11:37 AM
Hi,

I am using AutoComplete filter text for a template column in RadGrid. I am saving the custom Filter for future use. when I am saving for a single token it is  saving the filterexpression as    <FilterExpression>iif(ClientName == null, "", ClientName).ToString() = "ACLU") </FilterExpression>  but when I am trying to save with multiple tokens in AutoCompleteFilter the grid is filtering but on saing the current filter the filter expression becomes   <FilterExpression> </FilterExpression> which leades loading all the grid that . 
Please suggest .

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Srimanta
Top achievements
Rank 1
Share this question
or