Hi all,
I've noticed in the 'Custom Filter Selection' dialog, that you have to select the condition rows using the row selector to the left, before the 'Remove Condition(s)' button becomes enabled.
Any reason why this button shouldn't be enabled when the focus is on one of the editors (i.e. Operator or Operand drop-downs)? If you didn't know to select the whole row by clicking on the arrow at the left, you may wonder why the button is greyed out and how you can enable it!
Cheers,
Dave
Hello Dvorik,
To localize (or change) text in the filter dialogs, you can customize the assembly resource string. Here are some topics to get you started.
Customize Assembly Resource Strings
WPF Resource Strings (this contains the operator text keys)
DataPresenter Resource Strings (for the custom filter selection dialog)
In the future, please start a new thread for a question that is different from the original post, especially when the original post is answered. I just found it because I was searching the forums for a post related to "custom filter selection dialog".
Elizabeth AlbertLocalization Engineer
And how can I change operator text like "equals", "match" etc in filter?
THX.
Hello,
how can I translate (change labels) all controls in window Custom Filter Selection?
And in xamdatagrid in top filter (Custom), (Blanks)..items?
You can call the EndEditMode command from the XamDataGrid and end this cell's edit mode,but you have to do this after changing the value.
That sort of worked ok... it now enables the button if I click in the third column (the un-headered 'notes' column)... however your point (2) is getting in the way... I don't see any reason why the button shouldn't be enabled when a cell IS in edit mode (considering this happens by default when either of the drop-downs is focused!