Keyboard navigation for GridView

Thread is closed for posting
5 posts, 1 answers
  1. 04D68311-4C6A-4973-B8AB-B534BEC90DC8
    04D68311-4C6A-4973-B8AB-B534BEC90DC8 avatar
    8 posts
    Member since:
    Jul 2012

    Posted 16 Apr 2012 Link to this post

    Requirements

    RadControls version 
    .NET version 4.0
    Visual Studio version 2010
    programming language C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    This project demonstrates how to implement custom Keyboard navigation in edit mode for GridView. This is implemented as attached behavior and can be attached to any grid with just one line.

    Using arrows user can move focus between editable cells / rows skipping non editable. If this is last editable cell in row or column focus will remain in it.
  2. Answer
    F988C871-3966-447E-9CFC-90AAB526BB09
    F988C871-3966-447E-9CFC-90AAB526BB09 avatar
    4062 posts
    Member since:
    Dec 2016

    Posted 16 Apr 2012 Link to this post

    Hello Bartosz,

    Thank you for sharing the project with the community. I have updated your Telerik points. 

    Kind regards,
    Maya
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

  3. C4D923F6-FF7B-434F-9A4F-62FC2A58910D
    C4D923F6-FF7B-434F-9A4F-62FC2A58910D avatar
    1 posts
    Member since:
    Dec 2011

    Posted 04 May 2012 Link to this post

    This was exactly what I am looking for.  Thanks! 
    Telerik should make it as a demo.  I spent a lot of time on researching how to do this.
  4. 04D68311-4C6A-4973-B8AB-B534BEC90DC8
    04D68311-4C6A-4973-B8AB-B534BEC90DC8 avatar
    8 posts
    Member since:
    Jul 2012

    Posted 08 May 2012 Link to this post

    Glad I could help.
  5. 19B48F2C-EF2E-447F-A862-5E376EFB7EBA
    19B48F2C-EF2E-447F-A862-5E376EFB7EBA avatar
    1 posts
    Member since:
    Sep 2011

    Posted 12 Nov 2013 Link to this post

    Hi,
    I'm trying to use your example in a WPF project.
    I had to download expression blend sdk so I could reference Microsoft.Expression.Interactions.
    However once I did that I got a build error, it would appear this is because silverlight and wpf can't co exist in the same project:

    http://stackoverflow.com/questions/6232646/errors-when-referencing-silverlight-class-library-from-wpf-application

    Perhaps I'm doing something wrong or there is another option for enabling keyboard navigation in WPF?

Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.