Hi,
i have a problem, closing a FormTemplate after inserting data.
The data was inserted correct within the RadGrid1_InsertCommand. And afterwards correct rebinded (RadGrid1_NeedDataSource).
I also see the new insered row in the grid. But the Formtemplate stays open. (cleared)
I use the AutomaticInserts but don't have a datasource, the data was bind manually.
I tryed out
MastertableView.ClearEditItems();
and
e.item.edit = false in the InsertCommand. Nothing helps. :-(
Some ideas out there?
Thanks in advance
Lars
i have a problem, closing a FormTemplate after inserting data.
The data was inserted correct within the RadGrid1_InsertCommand. And afterwards correct rebinded (RadGrid1_NeedDataSource).
I also see the new insered row in the grid. But the Formtemplate stays open. (cleared)
I use the AutomaticInserts but don't have a datasource, the data was bind manually.
I tryed out
MastertableView.ClearEditItems();
and
e.item.edit = false in the InsertCommand. Nothing helps. :-(
Some ideas out there?
Thanks in advance
Lars