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
85
Ultragrid Cell selection
posted

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!

Parents
No Data
Reply
  • 1210
    Offline posted

    Inside of InitializeLayout:

    e.Layout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.CellSelect

     Or you can set it in the designer.

    Trausti

Children
No Data