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.
Oh, I had another thought...
Are you saying that you are clicking on an editable cell and then shift+clicking on another cell?
Or are you saying that you are selecting a row and then shift+clicking on another row?
If it's the former, then the CellClickAction should do what you want.
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.