Remove the SelectedUnfocused state for the RadGridView.

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 25 Sep 2012 Link to this post

    Requirements

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

    all browsers supported by RadControls


    PROJECT DESCRIPTION

    In this project is demonstrated how to make the appearance of a row inSelectedUnfocused state to be the same as its appearance  in Focused state. In the older versions of RadGridView the SelectedUnfocused state was not enough distinguishable and it was the same as the hover effect of the row, for that reason now it is changed. If you want to revert to the previous behavior you should predefine the template of GridViewRow and remove the animations within SelectedUnfocused state, which modify the BorderBrush/Background of the row in this state. You can find attached a sample application which demonstrates how this can be achieved.
Back to Top

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