I have a grid that has a stationary new row box for adding rows of data. The grid is using a webcombo as an editcontrolID for one of the columns and I would like to know how to set the combo to a particular option for the new row. How do I do this??
The Grid is already binding data, I just want to set a default for one of the columns in the add new row.
Jim,
There should be a DefaultValue property on the column. The combo should pick that up as the default during an addNew operation.
-Tony