Hi Folks,
My name is Vladimir Enchev and some of you may already know
me from telerik forums. I am part of team1
@ telerik and I’ll try to inform you regularly about all cool things related to
r.a.d.ajax, r.a.d.grid, etc. and of course some other hot stuff about my daily
tasks.
Ok :-) .. so my first top
secret confidential info is that the next version of r.a.d.grid will support some really useful client-side operations such as “Delete”.
Here is a link with small online demo:
http://betas.telerik.com/examples/clientdelete/
... and here is the code:
<radG:RadGrid ID="RadGrid1"
DataSourceID="SessionDataSource1"
AllowAutomaticDeletes="True"
runat="server">
<MasterTableView DataKeyNames="ProductID">
<Columns>
<radG:GridClientDeleteColumn ConfirmText="Are you sure?" />
</Columns>
</MasterTableView>
</radG:RadGrid>
Cheers,
Vlad