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