Hi,
I wonder if it is posible to select multiple cells without selecting the whole row. I'm trying to get a excel - like selection, getting only the cells you want with the mouse..
I'm trying everything, I have tried all the values of the override.cellclickaction, override.selecttypecell with all values too, also tried from the initializelayout event and there is no way I can get it done...
Thanks in advance!
Inside of InitializeLayout:
e.Layout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.CellSelect
Or you can set it in the designer.
Trausti