Guest fmamstr Posted February 20, 2010 Posted February 20, 2010 Currently I'm using "PropertyGrid" control for my C# application. My problem is that when I input some "alphabetic" values(e.g. abc) for a property which only accpets “Integer†values, I get the error message below - "Property value is not valid", in the details panel, the information is like this - " 'abc' is not a valid value for Int32". Could I customize this error message?(e.g. showing some user-friendly message instead of "Int32"). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.