Manipulate Mouse Cursor

Thread is closed for posting
1 posts, 0 answers
  1. D3C04B82-0CEA-40BF-8A66-C1D04E1211B3
    D3C04B82-0CEA-40BF-8A66-C1D04E1211B3 avatar
    2 posts
    Member since:
    Jan 2006

    Posted 31 Aug 2006 Link to this post

    Requirements

    RadGrid for ASP .NET version

    RadControls for ASP .NET AJAX version

    3.5.2 and later


    2009.1.311 and later

    .NET version

    2.0 and later

    Visual Studio version

    2005 and later

    Programming language

    C#

    Browser support

    all supported by RadGrid for ASP .NET


    all browsers supported by RadControls for ASP .NET AJAX


     
    PROJECT DESCRIPTION
    This project demonstrates how to manipulate the mouse cursor when the mouse is over different elements of the control, such as headers and checkboxes.
    The most essential part of the logic is located in the .css file for the (Inox) skin that is used:

    .RadGrid_Inox input  
    {  
       cursor: pointer;  

    Additionally, in the code-behind there is a special function which is called in the ItemCreated event handler. This function handles the special cases, when we have a textbox and the cursor needs to be changed accordingly (to override the one used in the .css file).
Back to Top

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