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