I have a RadGrid set up to use the NeedDataSource event. I also have a Nested View set up to provide a quick-view of extended fields of the row. Is it necessary to fire the NeedDataSource event when expanding a Nested View? I would rather proactively load the fields in the initial load since I already have all my elements. Is it possible to make the display of a Nested View entirely client side?
Thanks!