Skip Navigation LinksHome / Community & Support / Code Library / WPF > GridView > Automatically bind custom editors

Not answered Automatically bind custom editors

Feed from this thread
  • Posted on Aug 21, 2009 (permalink)

    Requirements

    RadControls version

        2009.2.813.35    

    .NET version

        3.5

    Visual Studio version

        2008 SP1

    programming language

        C#

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    In this project I demonstrate how to implement a GridViewCellEditor working exactly like the included editors described here:
    http://www.telerik.com/help/wpf/gridview-data-editors.html
    I also provide 3 videos about this solution.
    The first about the (complex) data I use.
    The second (most important) about the integration with RadGridView.
    And third one which show some attentional information about binding.

    The project includes a short PDF documentation - nothing more than my blog post about this.
    Here is the link to the blog post: http://manni-at.spaces.live.com/blog/cns!82CF2A6C0D0C6F3C!214.entry

    Although I use some very specific data I hope the sample is common enough to provide you with the information to implement your own custom editor integrated in the "automatic editor selection mechanism" of the RadGridView.

    The documentation about this topic is a bit poor at the moment - but I guess my blog post  / project includes all the information you'll need.

    Regards

    Manfred

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / WPF > GridView > Automatically bind custom editors