Browse by Tags
All Tags » filtering » Auto-filtering (RSS)
-
Hi Support,I am new to Xceed DataGridControl, however I am too much fascinated with the UI and features of this control.I am using “ObservableCollection --> DataGridCollectionView --> DataGridControl” squad. I have a requirement where the grid should filter the records according to filter criterion selected by user. It is really cool to see ...
-
Hi Vladimir,
First of all, the AutoFilterControl is designed to display DistinctValues calculated by the DataGridCollectionView in a popup inside the DataGridControl.
The x:Name=''PART_DistinctValuesHost'' must be set on a ListBox or Selector-base control and not a TextBox. It won't have any impact doing so, but you will never get any ...
-
Hi all,
How can i disable Sorting and filterring for a particular column on the othe hand i need to sort and filter for all other columns ??
Thanx
-
I have a grid with an unbound column that uses a value converter. The value converter checks the passed in value to see if it is null and then returns ''Active'' if it is and ''Inactive'' if it isn't. (it's a deactivated date)
Everything works great and the autofilter shows up with two choices in it. Active and Inactive. I ...
|
|
|
|