All posts

Vlad's first post

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




Comments  8

  • 3 Nov, 04:47 AM

    Very cool Vlad! I'm looking forward to hearing more about the new features of grid (and the "new innovative AJAX spell check" in editor).

    Can you comment on whether these client-side deletes will persist the changes back to the datasource? In other words, will this be using some behind the scenes ajax to raise the DeleteCommand Event of grid?

    comment by: Todd Anglin
  • 4 Nov, 04:53 PM

    Hello Vlad,
    Very nice, are you also provide full client side inserting(batch mode) ?

    Best regards
    Mostafa

    comment by: Mostafa Anoosheh
  • 5 Nov, 10:08 PM

    Indeed Todd you are right :-)! All client-side changes will be persisted server-side on the first post-back or AJAX call. Appropriate commands such ItemCommand and DeleteCommand will be raised also.

    Mostafa, we will do our best to implement as many as possible client-side operations without hurting the grid performance. I will do my best to inform you regularly here.

    Cheers,
    Vlad

    comment by: Vladimir Enchev
  • 10 Nov, 02:57 AM

    I must admit this is not a major feature :-) Having experience with Infragistics grid control I think that batch deleting is more useful. UltraWebGrid invoke DeleteRowBatch event for every deleted row on client. Of course you need to post back.

    But there is a new r.a.d.Grid feature, for which I have waited for a looooong time. I'm talking about KeyValues on client.

    comment by: Alexander Honcharov
  • 10 Nov, 03:04 AM

    Oops. I didn't red the latest post. Sorry :-)

    comment by: Alexander Honcharov
  • 24 Jul, 12:33 AM

    R.A.D's new innovation are always a treat. Hope to catch them in this blog.
    I have a small query. Is it possible to add image buttons in the r.a.d grid's pagerstyle? I want to use the Mode="NextPrev" and use a Next Image button and Previious image button,which i have, into the pagerstyle? Is it possible? Thanks.

    comment by: Venkatesh
  • 18 Aug, 04:21 PM

    Cool.

    comment by: Sophocles
  • 20 Nov, 05:39 PM

    Hi

    1.Can we align the details table in the radgrid ?

    2.I need to have all the column names in the top of the grid ( all master table and details table columns) and the data should be aligned below the respective columns for the master table , detail table etc.Can this be achieved ?

    kindly help.

    comment by: zorro
Post a comment!
  1. Security image