I have an unbound ultragrid that I want to allow users to add rows to. I set AllowAddNew to "FixedAddRowOnBottom". My grid have 3 dropdownlists and one regular cell.
What else do I need to do to allow adding rows? I tried setting the datasource to empty datatable, but when i select a dropdownlist item, and then tab to next cell, it resets the value to nothing.
Any help would be appreciated.
Turns out the ForeColor of the ActiveRowAppearance was set to White.