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

User setting grid styles?

Hi, Are there any dialogs available for users changing the grids cell styles? The only control I can find is the GridStylePropertyGrid which has too many options for my taste. Or will I need to use the Windows forms/create my own? Thanks, Sue

1 Reply

AD Administrator Syncfusion Team March 5, 2003 10:26 AM UTC

There is no other direct support for style dialogs other than the GridStylePropertyGrid that you mentioned. So, if you want to restrict the properties that your user's see then you would have to do more work. In addition to designing your own form, you could also just provide a derived TypeConverter class, override its GetProperties and GetPropertiesSupported method to only display the properties you want to see. You would also have to derive a GridStyleInfo class to use your derived TypeConverter. Attached is a sample project showing how you might go abouot this.

Loader.
Live Chat Icon For mobile
Up arrow icon