How to make GridGroupingControl read only

I need to setup GeidGroupingControl editable/read only dynamically according the user''s previlidge. How can I code it? TIA

2 Replies

AD Administrator Syncfusion Team August 31, 2004 01:00 PM UTC

Try this.gridGroupingControl1.TableDescriptor.AllowEdit = false;


AD Administrator Syncfusion Team August 31, 2004 04:15 PM UTC

Thanks. That did it! >Try > >this.gridGroupingControl1.TableDescriptor.AllowEdit = false; >

Loader.
Up arrow icon