Hello,
I have a webpage with 2 Radgrids on it. One is the master and the other the detail views.
When I click on a record on the master grid it displays all related records on the detail grid.
My question is:
When I add a new record to the detail view grid, the ID is not prepopulated for that record. Is there a way I can populate that ID field with the id from the selected record in the master grid?
For example if the master grid has customers and the details grid has orders. When I select customer 11 it shows all orders for that customer. But when I add a new order on the second grid, I would like to autopopulate the customer ID with the number 11.
Thanks in advance for any help with this.
I have a webpage with 2 Radgrids on it. One is the master and the other the detail views.
When I click on a record on the master grid it displays all related records on the detail grid.
My question is:
When I add a new record to the detail view grid, the ID is not prepopulated for that record. Is there a way I can populate that ID field with the id from the selected record in the master grid?
For example if the master grid has customers and the details grid has orders. When I select customer 11 it shows all orders for that customer. But when I add a new order on the second grid, I would like to autopopulate the customer ID with the number 11.
Thanks in advance for any help with this.