Hello
I have explored the forums and help files, but I am unable to find an answer.
I have an application where I have a grid, which has a corresponding image button which when clicked exports the data to excel.
This works fine.
I have set this grid to edit via a Template Form.Within this edit form, I display various labels relating to the selected record.
I also have an embeded grid on this form whose data source is filtered according to the selected record, this grid has it's own related image button to enable export.
I wish to be able to click the image button on the edit form, and export this second grid. My problem is that I am unable to reference this second grid within the code behind of the onClick event of the image button.
VS2008 states that the second gid is undifined.
Any help please.!
(VS 2008 – Telerik AJAX – .NET 3.5)
Many Thanks
Bill Noble