Hi,
I am using the GridView in Unbound Mode, and with load-on-demand.
Populating the grid, and loading the children in RowSourceNeeded works fine.
Adding a record in the mastertemplate with Rows.Addnew works as well.
But adding a record to a child level template with grid.MasterTemplate.Templates[0].Rows.AddNew always returns null.
Am I forgetting something?
Thanks in advance for a quick response!
I am using the GridView in Unbound Mode, and with load-on-demand.
Populating the grid, and loading the children in RowSourceNeeded works fine.
Adding a record in the mastertemplate with Rows.Addnew works as well.
But adding a record to a child level template with grid.MasterTemplate.Templates[0].Rows.AddNew always returns null.
Am I forgetting something?
Thanks in advance for a quick response!