Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Radgrid Shortcuts

$
0
0
Hello Rasool,

Note that in order for the InitInsert command to be fired with the shortcut key RadGrid should be focused.

I tested the behavior in the online demo and it is working as expected on my end. I also made a sample video of the functionality. Check it out here.

The approach you are using for displaying row numbers can also be applied in Batch Editing mode. Try to add the following markup and see how it works.


<telerik:GridTemplateColumn UniqueName="RowNo" AllowFiltering="false" HeaderStyle-Width="40px" Aggregate="Count" FooterAggregateFormatString="{0:N0}">
    <ItemTemplate>
        <%# (Container.ItemIndex+1).ToString() %>
    </ItemTemplate>
</telerik:GridTemplateColumn>



Regards,
Viktor Tachev
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>