I am using the latest versions of the Telerik controls.
I have an aspx page (customers) on which I have a data grid which has an edit form setup tied to a user control. This works fine and I can edit individual customer items in the grid using the usercontrol and I can also add new customer items using the command item event.
On that customer item user control I have another radgrid which shows products that custom bought and I want to add new products and edit existing products again using a user control.
I setup the grid and user controls but when I try and add a new product to the inner grid nothing happens.
Any ideas?
I have an aspx page (customers) on which I have a data grid which has an edit form setup tied to a user control. This works fine and I can edit individual customer items in the grid using the usercontrol and I can also add new customer items using the command item event.
On that customer item user control I have another radgrid which shows products that custom bought and I want to add new products and edit existing products again using a user control.
I setup the grid and user controls but when I try and add a new product to the inner grid nothing happens.
Any ideas?