Hi,
I have a issue when MultiRowEdit is made true. Actually I have to show all the rows in my grid in edit mode and when i press Add New record i should get the new row , but the insert/Cancel buttons will be invisible. I am facing problem in capturing the controls and their values of adding row . I have to capture those controls on a single Save button click in my page. So that i can add as well as modify edited rows and finally Save alltogether on a single save click. So in my Save button click i should capture the controls of adding row which i am unable to do. I can access the controls in edit mode as
'RgdDomainValues.Items[myitemIndex].Controls[colindex].Controls[UIConstants.ZERO]' .......
}
Can u please suggest me how can i get the controls of inserting row .
Thanks,
Satya.
I have a issue when MultiRowEdit is made true. Actually I have to show all the rows in my grid in edit mode and when i press Add New record i should get the new row , but the insert/Cancel buttons will be invisible. I am facing problem in capturing the controls and their values of adding row . I have to capture those controls on a single Save button click in my page. So that i can add as well as modify edited rows and finally Save alltogether on a single save click. So in my Save button click i should capture the controls of adding row which i am unable to do. I can access the controls in edit mode as
for (int pageitem = 0; pageitem < RgdDomainValues.Items.Count; pageitem++)
{
'RgdDomainValues.Items[myitemIndex].Controls[colindex].Controls[UIConstants.ZERO]' .......
}
Can u please suggest me how can i get the controls of inserting row .
Thanks,
Satya.