I have radgrid. when i am inserting and updating there are 2 column index has been shown. and also i want to validation summary. so i need center to 2 column indexes. so please see the attached image and give me a tips for this one.
Thanks,
1 Answer, 1 is accepted
0
Marin
Telerik team
answered on 19 Nov 2010, 04:08 PM
Hi dhamodharan,
You can configure the EditForm for the grid using the EditFormSettings. There you can specify various options like: number of columns, styles for the whole form table, for the items, caption etc. You can also change the form type to be WebUserControl or a Template and thus completely customize its appearance in the desired way. For more information please check the following help topics: Custom edit forms Form template
You can also check this live demos: Flexible Server-side validation FormTemplate Edit Form