Search code examples
asp.netteleriktelerik-gridtelerik-ajax

How to customize Design of Edititem Template in RadGrid?


I have a RadGrid, when ever i click on edit to edit a row in grid. It shows the below design at edit time.

enter image description here

But i want it in only two rows as following:

Row 1: Order Date, Required Date, Company

Row 2: The rest

can we make it in two rows? I'm looking forward for your answers.

Thanks.


Solution

  • Yes.. you can configure your RadGrid to use an Edit table format that you're looking for.

    Check this demo on the Telerik demos site for information about using the EditFormSettings ColumnNumber attribute to specify the number of columns you want and how to place items into each of those columns.

    http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/multicolumneditform/defaultcs.aspx