This question is locked. New answers and comments are not allowed.
I have a nested grid view where I need to bind data at run time.
I have order details in main grid(parentGrid) rows and the item records relevant to that order in the nested table(childGrid).
All the data I take to the application through a wcf service and bind that to parentGrid at run time. Another wcf service gives all the item records from the database and I need to bind them to the childGrid based on the order key.
Can anyone please help me on this?
I have order details in main grid(parentGrid) rows and the item records relevant to that order in the nested table(childGrid).
All the data I take to the application through a wcf service and bind that to parentGrid at run time. Another wcf service gives all the item records from the database and I need to bind them to the childGrid based on the order key.
Can anyone please help me on this?
