This question is locked. New answers and comments are not allowed.
Hello to everybody again,
I'm trying to add a HierarchyChildTemplate to the gridview I've currently developed but I'm facing some difficulties, here's my current situation :
I load the data from the gridview with a webservice/store procedure and I wish to load the detail on the opening of the + on the left of the row
I can't read the data on the RadGridView.TableDefinition.PreviewDataRecordCreate since it will load the data before,while I need them to be loaded at the opening/expanding of the row, which event should I use??
How do I set the row to show the + ?
How do I load the data on the request?
Thanks in advance
Paolo
I'm trying to add a HierarchyChildTemplate to the gridview I've currently developed but I'm facing some difficulties, here's my current situation :
I load the data from the gridview with a webservice/store procedure and I wish to load the detail on the opening of the + on the left of the row
I can't read the data on the RadGridView.TableDefinition.PreviewDataRecordCreate since it will load the data before,while I need them to be loaded at the opening/expanding of the row, which event should I use??
How do I set the row to show the + ?
How do I load the data on the request?
Thanks in advance
Paolo
