I have a radgrid that after insert it inserts another row if i updates the page.
I have a page with a usercontrol, that usercontrol has a radgrid.
When i inserts a new record with:
It creates another row as expected. But if I refresh the page it inserts another row. For every refresh another row is created.
What am I doing wrong?
Regards
Carl-Johan Larsson
I have a page with a usercontrol, that usercontrol has a radgrid.
When i inserts a new record with:
rg_Main.MasterTableView.IsItemInserted =
true;
rg_Main.Rebind();
It creates another row as expected. But if I refresh the page it inserts another row. For every refresh another row is created.
What am I doing wrong?
Regards
Carl-Johan Larsson