Infragistics win grid
I have a table with columns NUMID, PNAME, DESC, HDATE...
NUMID field is not editable on this grid. all the other fields are editable.
I am adding a new row in the infragistics win grid using the code
UltraGridRow addedRow = grid1.DisplayLayout.Bands[0].AddNew();
but when i add new row, i want to make NUMID field editable only on the new row. Can we make it editable only on a particular row.
can anybody please help me.
Kosaraju
|