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

Update just the filtering on RADGRIDVIEW

1 Answer 144 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anisha
Top achievements
Rank 1
Anisha asked on 30 Aug 2010, 08:29 PM

Q1) When i change the datasource of the grid, how do i get the filters to update according to the datatypes of the new datasource. 
The problem i'm having is that filter operator list for each filter does not get updated based on the new column datatype.
So if its an int32 column, the filteroperator remains as Contains instead of changing to Equal.
 And obviously when the user uses the filter, exceptions occur and application crashes. 

I have autogenerateColumns set to true, and every time i change the datasource, i run this statement
  entitiesGrid.TableElement.Update(GridUINotifyAction.DataChanged);

Q2.) is there a way to set FilterOperator on the defualt filyter for a column on RAdGridView programmaticly? 


Please advise.
Thanks 
Anisha 

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 02 Sep 2010, 04:33 PM
Hello Anisha,

Thank you for your questions.

I would like to thank you for reporting this issue. We will try to address it as soon as possible.

Currently, there is no way to change the default filter operator for a specified column. However, we have planned this feature for a future version of the RadGridView control.

I have updated your Telerik points for the reported issue. It helps us greatly to improve the WinForms controls.

Best regards,
Alexander
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Anisha
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or