Hello,
I'm using a textbox where the user can type something, and my RadGridView only shows the relevant columns. For example if the user types "rad", I will only show columns containing "rad" in their header.
I just noticed when the columns are filtered out this way, and I select a range of cells, it also includes the cells from the hidden columns!
How to only include cells from visible columns in the range?
For example on this screenshot I selected the top left cell then hold Shift and selected the bottom right cell.
We see that 4 cells are selected, but actually much more got selected! (all the ones in the red box, so from "SourceRadius" to "Reach Radius" columns, because I guess internally you're using column indexes to select the range of cells?)
I must precise I'm using dynamically created columns, if it matters.
Thanks!