We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

TextBoxExt or PropertyGrid validation

Hi,
I need property grid input validation. (allowed only letters and numbers but first element can't be a number)
I found this http://www.syncfusion.com/forums/113752/how-to-validate-propertygrid-fields on your forums. Did you add validation for Property Grid fields?
I also tryed to use TextBoxExt like custom editor in Property Grid. But I did not find the information in the documentation for validation.
Can u help me with problem?

1 Reply

BK Bharadhi K Syncfusion Team May 8, 2015 12:39 PM UTC

Hi Astemir,

Thank you for your interest in Syncfusion products.

Currently we have not implemented the feature 'Validation support for PropertyGrid'. We would like to inform you that we have logged this as a feature request in our database. We will implement this feature in any of our upcoming releases. We usually have an interval of at least three months between releases. The feature implementation would also greatly depend on the factors such as product design, code compatibility and complexity. A support incident to track the status of this feature has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Also we have prepared a workaround to try to fulfill your requirements. In the workaround sample, we have used SfMaskedEdit as CustomEditor in the PropertyGrid. For the SfMaskedEdit control, we have set the ValidationMode as KeyPress and Masked the Input to allow only characters and numbers and the first input should be a character. Please find the workaround sample in the following link.

Sample: PropertyGrid_119059.zip

Could you please let us know if our workaround satisfies your requirements and if you require further assistance on this.

Regards,
Bharadhi K

Loader.
Up arrow icon