HI,
Can you give me the solution for following problem .
I am using GGC with parent child relationship.
So when i enter any record in child level grid untill and unless that grid will not come out from its editable mode the relation will not create between parent and child. so on save the grid will loss all the datas. But on reopening the the screen i am getting all datas back.
so how can I make the grid out from its editable mod on Save buttton click even..
Thanks
Vihar
AD
Administrator
Syncfusion Team
February 7, 2006 04:11 AM UTC
Hi Vihar,
Calling the this.gridGroupingControl1.GetTable(“ChildTableName”).EndEdit(); will get the nested table out of its edit mode.
Regards,
Calvin.
AD
Administrator
Syncfusion Team
February 27, 2006 11:10 AM UTC
>Hi Vihar,
>
>Calling the this.gridGroupingControl1.GetTable(“ChildTableName”).EndEdit(); will get the nested table out of its edit mode.
>
>Regards,
>Calvin.
Thank you very much sir. This is actually what i am looking for ...
RE
resmi
February 27, 2006 12:09 PM UTC
hi
I''ve a similiar problem.I have a GGC in my form .The same pblm is happening in my grid also when i tried to save .ie if the record is in editable mode it ''ll not save that particular record.