Hi
I've used the AddNewRecord functionality before and it worked great with a simple 1 GridBoundColumn input appearing. And the Insert/Cancel buttons appearing in the GridEditCommandColumn.
However I'm struggling with using the functionality where the columns are mixed between a GridTemplateColumn and GridBoundColumn. When I click the Add button an input textbox appears under the bound column but not under the template one?
I need it to be the other way around. Does anyone know how to control this? I've tried attaching ColumnEditorID to the template column and not the bound one, but this doesn't make a difference.
Thanks in advance,
I've used the AddNewRecord functionality before and it worked great with a simple 1 GridBoundColumn input appearing. And the Insert/Cancel buttons appearing in the GridEditCommandColumn.
However I'm struggling with using the functionality where the columns are mixed between a GridTemplateColumn and GridBoundColumn. When I click the Add button an input textbox appears under the bound column but not under the template one?
I need it to be the other way around. Does anyone know how to control this? I've tried attaching ColumnEditorID to the template column and not the bound one, but this doesn't make a difference.
Thanks in advance,