I'm Trying to populate an ASPXComboBox using the InitNewRow event for inserting a new row, but I'm having problems binding the data to the ASPXComboBox.
I have used the CellEditorInitialize event for editing the row and it works fine, but the same principal on the InitNewRow event comes up with an 'object not set to an instance of an object' exception. However, the business logic function which is called returns a fully populated DataTable.
Could anyone help with this please.