RadGrid with LoadOnDemand ComboBox in Batch Edit Mode

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 Jan 2017 Link to this post

    Requirements


    Telerik Product and Version

    3.5+

    Supported Browsers and Platforms

    FF - current and previous
    Chrome - current and previous
    IE9+

    Programming language

    C#

    PROJECT DESCRIPTION 

    Batch editing is a heavily script-based editing mode provided by RadGrid. Therefore, it is quite different than rest of the edit modes like EditForms, PopUp or InPlace. You can find additional info in the following section:
    http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/accessing-cells-and-rows#accessing-controls-in-batch-edit-mode

    Basically, if you want to add dropdown/combo editing for any of the grid columns in Batch edit mode, we recommend using either GridDropDownColumn or GridTemplateColumn with RadDropDownList in its EditItemTemplate. Due to the complex internal implementation of this script-based editing mode, using RadComboBox with enabled LoadOnDemand or custom text is not fully supported.

    Nevertheless, you can check these two custom samples which demonstrate Automatic and Manual CRUD operations of grid records in the described scenario with LoadOnDemand RadComboBox. Since this is a very specific scenario, any further modification and elaboration is beyond our support scope.

Back to Top

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