This is a migrated thread and some comments may be shown as answers.

How to change edit form setting table view in Telerik - rad grid

2 Answers 80 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Trs
Top achievements
Rank 1
Trs asked on 03 Jan 2013, 10:04 AM
Hi,
i'm using  Auto-generated Edit Form to insert record to the data base.I have 20 text boxes to insert data.Now all the text boxes are display in one column (after one by one).I want to display this tetboxes using two columns.(Something like colspan 2). How can i do this ?.

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 03 Jan 2013, 10:36 AM
Hi,

You can specify the number of columns in the edit form as shown below
aspx:
<EditFormSettings ColumnNumber="2"></EditFormSettings>
<telerik:GridBoundColumn UniqueName="FirstName" EditFormColumnIndex="1" HeaderText="FirstName" DataField="FirstName"></telerik:GridBoundColumn>

Thanks,
Princy.
0
Trs
Top achievements
Rank 1
answered on 03 Jan 2013, 10:54 AM
Thanks.It works..:D
Tags
Grid
Asked by
Trs
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Trs
Top achievements
Rank 1
Share this question
or