Good morning
I have a main Radgrid that uses Advanced data binding and has uses a form template to add/edit grid users. This all works perfectly.
Inside the form template, I have RadTabstrip and Multipage.
The first page view contains the fields neccessary to add/ update grid items and in the second page view I have a second Radgrid that displays additional information linked to the selected user.
THe second RadGrid gets bound in the main RadGrid's itemdatabound event handler and I need to bind the second RadGrid using advanced data binding as i need to implement paging.
So the issue I am having, is that I cannot access the second RadGrid control inside its needdatasource event handler as it's inside my first grid's from template.
Can you please show me how to access this control or show me a better way of binding the second RadGrid that would still allow for paging.
Thank you!
Danielle
I have a main Radgrid that uses Advanced data binding and has uses a form template to add/edit grid users. This all works perfectly.
Inside the form template, I have RadTabstrip and Multipage.
The first page view contains the fields neccessary to add/ update grid items and in the second page view I have a second Radgrid that displays additional information linked to the selected user.
THe second RadGrid gets bound in the main RadGrid's itemdatabound event handler and I need to bind the second RadGrid using advanced data binding as i need to implement paging.
So the issue I am having, is that I cannot access the second RadGrid control inside its needdatasource event handler as it's inside my first grid's from template.
Can you please show me how to access this control or show me a better way of binding the second RadGrid that would still allow for paging.
Thank you!
Danielle