This question is locked. New answers and comments are not allowed.
Hi there,
I have a telerik grid with filterable columns (for example image 1).
All i want is: when a open the dialog with grid inside, a field of a column must be selected, (for example image 2).
I tried this:
((RadGridView)myGrid).FilterDescriptors.Add(new Telerik.Windows.Data.FilterDescriptor("NAME", Telerik.Windows.Data.FilterOperator.IsEqualTo, "Chelsea"));
But now i only have one field in the column, but i want all the fields (for example image 3)
Thanks
I have a telerik grid with filterable columns (for example image 1).
All i want is: when a open the dialog with grid inside, a field of a column must be selected, (for example image 2).
I tried this:
((RadGridView)myGrid).FilterDescriptors.Add(new Telerik.Windows.Data.FilterDescriptor("NAME", Telerik.Windows.Data.FilterOperator.IsEqualTo, "Chelsea"));
But now i only have one field in the column, but i want all the fields (for example image 3)
Thanks