Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
Selected Rows while Grouped..
posted

Hello, 

I am Using a XamGrid in SL4 v11.1, and when looping over the Grids Rows to retrieve the Selected Rows, I find that it works when the data is Flat and at Root level, but when grouping is applied, they are not picked up in the loop, and 0 Selected Rows are returned. 

Is this a known issue or am I doing something wrong?

Many Thanks, 

Matt

EDIT:

I tested this further, and notice that highlighting a selection of rows while grouping is applied then removing the grouping returns the right number of rows, so it appears that something in the grouping event is interfering with the rows from being flagged as selected.. unless they are being put into a Child collection somewhere, and brought back out into the flat collection when the grouping is removed...