Hello
I have a problem with the add new row while validating.
How can i cancel changes in the row (what i manage to do) and cleaning the temporary data in the addNewRow that i can not use anymore... ?
I've tried to used :
AddNewRowSettings.AllowAddNewRow = Infragistics.Controls.Grids.
AddNewRowLocation.None;
But it isn't enough...
Thanks, regards
Hi,
Sounds like you just want to ExitEditMode:
this.grid1.ExitEditMode(true);
That should do the trick.
-SteveZ
Hello,
Your help didnt solve my problem.
Can you play the video? I've just seen i'm not able to to it.
If so, i would use youtube or another video provider.
Thanks,
Regards