Open xceedsoftware opened 7 years ago
vlukanin[CodePlex]
I have the same issue, it is easy reproducible when using categories and validation
NishantSharma84[CodePlex]
Please find the Screen shot attached for clarification.
emartin[CodePlex]
The description is incomplete, See Forum thread:
emartin[CodePlex]
Please have a look at sample application In XAML, property grid with properties definition and editor template as:
In MyClass.cs file, I've few properties of type INT as ID1,ID2 and so on as. [Category(quotEditablequot)] [DisplayName(quotEmp ID 1quot)] public int ID1 { get; set; }
In XAML.cs file, I've set the itemsource of property Grid as: public Window1() { InitializeComponent(); propertyGrid.SelectedObject = new MyClass(); }
Due to (NotifyOnValidationError=quotTruequot) set to true in xaml, I get a validation error if any alphabet is entered in textbox and a red colored border is visible across the property. If I collapse the category, the border remains visible, it does not hides.
Hope you got my problem. Please help me out. Not able to get rid of it.
Thanks