Hi,
I have a MasterView Table set up with LINQ datasource. (Customers)
It has a detail View ( Orders)
Which has it's own detail View ( OrderLine).
I have the grid working great but my end users do not like clicking to expand the Customer and then expand the Order and then
expand the Orderline to get to the third level. They feel it is too many clicks.
I there a way I can automate the expansion and the databinding events downwards from the top level to mid to last ?
Any suggestions on the best way to get this done?
I have a MasterView Table set up with LINQ datasource. (Customers)
It has a detail View ( Orders)
Which has it's own detail View ( OrderLine).
I have the grid working great but my end users do not like clicking to expand the Customer and then expand the Order and then
expand the Orderline to get to the third level. They feel it is too many clicks.
I there a way I can automate the expansion and the databinding events downwards from the top level to mid to last ?
Any suggestions on the best way to get this done?