Skip Navigation LinksHome / Community & Support / Code Library / WinForms > GridView > Telerik Checkers

Not answered Telerik Checkers

Feed from this thread
  • Posted on May 31, 2011 (permalink)

    Requirements

    RadControls version

    Q1 2011 SP1 (v2011.1.11.419)

    .NET version

    2.0 or higher

    Visual Studio version

    2008

    programming language

    C# and VB


    PROJECT DESCRIPTION 

    Telerik Checkers is an implementation of the standard Checkers game and follows most of its rules. The drag and drop restrictions and customizations are possible thanks to the capabilities of the RadDragDropService. This service allows you to move a specific cell to a specific location, easily change the drag hint and have control over the data of the dragged cell and the target cell.

    As you can see in the screenshot, you can tune the drag and drop restrictions by checking/unchecking the checkboxes on the right side of the board. In addition, if you are interested in the style of the board and want to master the formatting events of RadGridView, you will be happy to know that this style is created by handling the ViewCellFormatting event.
    Attached files

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / WinForms > GridView > Telerik Checkers