Hi there,
I apologize in advance if there is already a solution to this problem, but I've been searching all morning.
I have a Hierarchical Rad Grid that uses a NestedViewTemplate. I use an ObjectDataSource for the parent grid that provides the columns 'CreatedBy' and 'CreatedOn' (string and datetime, respectively).
I'd like to display these values in the child RadGrid without having to make a separate call to the database.
How do I access these values from a nested RadGrid? Outside of the RadGrid, the standard Eval("CreatedBy") works.
Thanks,
Dustin
I apologize in advance if there is already a solution to this problem, but I've been searching all morning.
I have a Hierarchical Rad Grid that uses a NestedViewTemplate. I use an ObjectDataSource for the parent grid that provides the columns 'CreatedBy' and 'CreatedOn' (string and datetime, respectively).
I'd like to display these values in the child RadGrid without having to make a separate call to the database.
How do I access these values from a nested RadGrid? Outside of the RadGrid, the standard Eval("CreatedBy") works.
Thanks,
Dustin