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.