This is a migrated thread and some comments may be shown as answers.

Access the smarttag or properties window for a nested radgrid

1 Answer 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
headPropellerHead
Top achievements
Rank 1
headPropellerHead asked on 11 Jun 2010, 08:33 PM
Hello all,

Can someone tell me how to access the smarttag (or the properties window) for a nested radgrid. I have a radgrid which contains a nestedviewtemplate. In the nestedviewtemplate I have a panel which has a tabstrip and associated radpageviews. One of the pageviews contains another radgrid. I would like to be able to double click the event in the properties window for the nested radgrid and create the event handlers.

Any suggestions would be appreciated!

 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Jun 2010, 07:58 AM
Hello Russ,

Try the following steps to attach the event handler for RadGrid inside NestedViewTemplate of another grid.

  • Right click on the RadGrid in Design view, and then select EditTemplate ->MasterTableView. From there you can see NestedViewTemplate and RadGrid inside NestedViewTemplate.
  • Now you will be able to right-click on the inner RadGrid and select properties.
  • Select the "Events" tab in Property window where you can double click the events to get its event handler.

Regards,
Shinu.
Tags
Grid
Asked by
headPropellerHead
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or