Making Infragistics ultrawingrid, desired columns readonly
- by Amit Ranjan
I am stucked at the situation where I need to disable few columns of a each row ,except newly added row.
That is I have 10 columns in grid and I want first three columns that are binded from the rows coming from db as disabled or read-only, rest are editable. if I add new row then all columns of new row must be enabled until and unless it is…