
I am aware of wpf validation rules etc... but how can i override the actipro type checks (int,double,string etc)?
Also what is the best way to force the control to revalidate the input?
NB. Atm im setting propertyGrid.SelectedObject and letting reflection do the rest.
Cheers