Multi-column edit form

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

    Posted 08 May 2014 Link to this post

    Requirements

    Telerik Product and Version

    2010.1.309 ++

    Supported Browsers and Platforms

    all browsers supported by RadControls

    Components/Widgets used (JS frameworks, etc.)

    no external dependencies

    PROJECT DESCRIPTION 
    Telerik RadGrid lets you to set the number of vertical columns across which the
    auto-generated edit form will span. In this code library the edit form spans across three columns.

    Below are the attributes which specifies the number of columns in the edit form and in which
    column the edit field will reside:
    <EditFormSettings ColumnNumber="3" CaptionFormatString="Edit details for employee with ID {0}"
    CaptionDataField="EmployeeID">
    <telerik:GridBoundColumn UniqueName="FirstName" EditFormColumnIndex="0"
    HeaderText="FirstName" DataField="FirstName"></telerik:GridBoundColumn>
  2. EC3B7029-1682-4948-B850-13D54B781845
    EC3B7029-1682-4948-B850-13D54B781845 avatar
    2 posts
    Member since:
    Jun 2019

    Posted 22 Jul 2019 in reply to 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD Link to this post

    The referenced project does not open. There is no object in the Telerik DB I downloaded called Employees_Northwind.
Back to Top

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