I've got a grid. Each new row will has a default FK value that ties each row to the parent on the page item (master, child or master - detail where the page is the master, the grid is each child record).
How do I set the FK value so that when I add a new row using the grid, it knows what FK to bind each row too?
How do I set the FK value so that when I add a new row using the grid, it knows what FK to bind each row too?