I'm upgrading to 2010 Q1 SP1 from 2009 Q3 SP1 and I've run into a behavior change that I don't know how to deal with with respect to how SelectionChanged event is fired.
I have a grid that uses RowDetailsTemplate to implement a child grid when the parent's row is selected. With 1010 Q1 SP1, when the parent row is selected, the child grid's SelectionChanged event also fires. This did not occur in the prior version. Whith this new behavior I can't distinguish between a user selecting a row in the child grid and the selection occurring because the user selected the parent row.
Thanks for your help.
I have a grid that uses RowDetailsTemplate to implement a child grid when the parent's row is selected. With 1010 Q1 SP1, when the parent row is selected, the child grid's SelectionChanged event also fires. This did not occur in the prior version. Whith this new behavior I can't distinguish between a user selecting a row in the child grid and the selection occurring because the user selected the parent row.
Thanks for your help.