Telerik blogs
  • Web

    Search Engine Optimized (SEO) grid paging

    First of all, Happy Thanksgiving to all US readers! I guess the holiday is a good occasion to announce a new feature we added to our ASP.NET grid control - Search Engine Optimized paging is finally ready. The grid will handle automatically crawlers and a special pager will be initialized in this case. The good news are the this feature can be turned on/off explicitly using PagerStyle.EnableSEOPaging and page indexes will be persisted via query strings even in multiple grids on the same page. Live example can be found @ http://betas.telerik.com/examples/seopaging/Cheers,Vlad ...
    November 22, 2006
  • People

    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>  ...
    November 03, 2006