This question is locked. New answers and comments are not allowed.
Hi,
I have a RadGridView whoose DataTemplate contains another RadGridView. The outer RadGridView is bound to List<AVXA> and each AVXA object contains another List<POIA> .The DataTemplate RadGridView is bound to the second List .
What i want is that when the row is expanded, i populate the LIst<POIA> and refresh the inner RadGridView. I consume a message and populate the inner List, but the inner grid data is not refreshed. How can i do this ?
Kind regards,
I have a RadGridView whoose DataTemplate contains another RadGridView. The outer RadGridView is bound to List<AVXA> and each AVXA object contains another List<POIA> .The DataTemplate RadGridView is bound to the second List .
What i want is that when the row is expanded, i populate the LIst<POIA> and refresh the inner RadGridView. I consume a message and populate the inner List, but the inner grid data is not refreshed. How can i do this ?
Kind regards,