Barry wrote:
I set AllowRemove to true, it works fine now. I want to know any reasons behind for setting AllowRemove to false as default, while true for AllowEdit and AllowNew?
Thanks
Well, you have to pick one: true or false, as the default
. If I would have chosen true, all people who don't want delete functionality would need to set it to false and vice versa. I think deletes are pretty intense too for the object graphs bound to the grids, as an undo is not that easy to do, that's why I set it to false, so it's not accidentily slipped into an application which then goes into production and some user calls at 11 PM on a friday "Odd, when I press Del on a row, it is gone, how do I get it back?"