If somebody like the post and its helpful in your work then, add comments.

Monday, March 23, 2009

Automatically add new row to repeating control

The code behind the Add New Record button is very simply
The code is: (c#)

CurrentView.ExecuteAction(ActionType.XCollectionInsert, "group2_1");

1 comment: