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

Events in the NestedView

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 13 Aug 2010, 07:15 PM
Just a quick question - when the user clicks the expand button on a row, what event can I use to replace a foreign numeric key from the database used by the grid with a value drawn from a different database (hence I cannot simply do a join)?

Note that I have tried the Item command event - but at that point the data in the nested view is not yet bound - so the foreign key is not there yet... if it is just the ItemDataBound event - then how do I differentiate its data binding from the data binding of all the other elements of the grid?

Thanks
Chris

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 19 Aug 2010, 12:37 PM
Hello Chris,

I confirm that the ItemDataBound event is suitable for this scenario. Please examine the attached project and let me know if you need more information.

Regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Chris
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or