This question is locked. New answers and comments are not allowed.
I'm new to the RadGridView and I want to implement rowdetails in my RadGridView. To help performance, I only want to load the data in the rowdetails when I expand it and make it visible. When the rowdetails is visible, it will get data from the database based on the ID of the parent record. In the rowdetails, I also have another GridView which will be populated when the rowdetails is expanded. I'd appreciate it if someone can point me in the right direction.
Thanks.
Thanks.