GridGroupingControl disable "add new row *"

Hi together, I have got a gridgroupingcontrol and i want to disable the row with the "star" at the beginning (add new record row). How can this be done ?? Kind regards Franz

2 Replies

AD Administrator Syncfusion Team July 20, 2005 11:02 AM UTC

You can remove it by setting: grid.TableDescriptor.AllowNew = false;


FG Franz Gsell July 20, 2005 11:28 AM UTC

Thanks - works great !

Loader.
Up arrow icon