Hi I have a
radgrid that is based on the http://demos.telerik.com/aspnet-ajax/grid/examples/client/clientdelete/defaultcs.aspx
but with an objectdatasource and when I click delete it removes the row clientside but doesnt commit serverside...so if I refresh or reload the page the rows comes back...this was built on the old asp:gridview and worked fine before the modification but not now?
Also with the telerik:postback I get error unknown server control so I cant have that on my page at all.
How can I make sure this commits so the objectdatasource triggers the delete?
Thanks,
radgrid that is based on the http://demos.telerik.com/aspnet-ajax/grid/examples/client/clientdelete/defaultcs.aspx
but with an objectdatasource and when I click delete it removes the row clientside but doesnt commit serverside...so if I refresh or reload the page the rows comes back...this was built on the old asp:gridview and worked fine before the modification but not now?
<
tr:GridClientDeleteColumn ConfirmTextFields="ProductName"
ConfirmTextFormatString="are you sure you want to remove {0} from your order?"
HeaderStyle-Width="35px" ButtonType="ImageButton" ImageUrl="~/images/icons/cart_remove.png" />
Also with the telerik:postback I get error unknown server control so I cant have that on my page at all.
How can I make sure this commits so the objectdatasource triggers the delete?
Thanks,