Hi,
I want to make it possible to copy data the selected cells / rows to the clipboard. To visualize the selection I use DisplayLayout.SelectionOverlay.. properties. I have seen your sample application the ‘Miscellaneous new features in version 9.2’. My problem is that when I use fixed columns it looks not really good. In the sample I fixed the first column by click on the pin in the column header. When I now make a selection from Forrest to the fixed value 2 it looks.
Is their a better to visualize the selection when I used fixed columns
Thanks
Joachim
Hi Joachim,
Could you please try to post the screenshot again, I am not sure what you mean?
Hi Boris,
the image that I added to the original post is removed. Here is the image again
The first column is fixed and the selection is from lname(Spiggler) to custID(2)
Joachim,
This is a big, complex sample and is composed of different properties set and events that are used. I tried the selection along with the fixed columns feature and it seems to work fine.
That helps me.
I have used DisplayLayout.SelectionOverlayColor but in your solution I see that I can use DisplayLayout.Override.SelectedCellAppearance.BackColor.
Thanks Joachim