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
225
selecting multiple rows on the editable ells
posted

I am using Infragistics Netadvantage 2009 vol.1. VS2005, Framework 2.0, Language C#

I am having a wingrid with 10 rows and 5 columns.  Out of the 5 columns 2 columns are non editable and 3 columns are editable.  I wanted to select multiple rows using the shift key. [Let us say I want from 2nd row to 8th Row]

When  I do that, on the non editable cells, the entire rows  are selected.  Where as if I do on the editable cells only that columns are selected and not the rows.

How to achieve this functionality.

Tried: CellClickAction.RowSelect, when I do that, the editable cells are not going into edit mode.

Please help us.

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    I'm not sure I follow you. You say that somehow, columns are getting selected? Or did you mean cells?

    If you have a selected row and then you hold shift and click on another row, then the grid should select a range of rows, not cells.It does not matter whether the cell is editable or not. My guess is that something in your code is causing this.

    It might help if you turned off cell selection by setting SelectTypeCell to None.

     

Children