10

I have a grid with multiple columns and I use the first column for a row label. I looked at the example for making the grid editable, but that appears to make the whole grid editable. Is there away to specify a certain column(s) only?

phimuemue
  • 34,669
  • 9
  • 84
  • 115
Alfawan
  • 282
  • 2
  • 11

1 Answers1

18

Got it! By not setting the editor property on the column object the column is non-editable.

Alfawan
  • 282
  • 2
  • 11