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

[Solved] Filtericon on applying FilterDescriptor issue

0 Answers 51 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
loic
Top achievements
Rank 1
loic asked on 04 Jul 2011, 11:30 AM
Hi,

I am trying to apply a filter by using fillowings lines :

 

ColumnFilterDescriptor cfd = new ColumnFilterDescriptor((IDataFieldDescriptor)dgResult.Columns["Model"]);

 

cfd.FieldFilter.Filter1.Operator =

FilterOperator.StartsWith;

 

cfd.FieldFilter.Filter1.Value =

"a";

 

dgResult.FilterDescriptors.Add(cfd);


After this, filter on my DataGrid is correcty applyied (data are filtred) but the FilterIcon on the HeaderCell is not updated.

I am using a RadGridView with default style onTelerik 2009.3.1314.1030 version.


I will be gratefull if you have any idea.
Regards

Tags
GridView
Asked by
loic
Top achievements
Rank 1
Share this question
or