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

urgent. edit form columns.

3 Answers 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
regina
Top achievements
Rank 1
regina asked on 29 Dec 2011, 04:24 PM
can anyone tell me please if there are known issues with edit form column number being set.  All of my settings are working except for this one.  any assistance appreciated.  using the latest release and I cannot get the row of the dataset to break into columns.
<EditFormSettings ColumnNumber="2" CaptionDataField="Plaintiffs" CaptionFormatString="Edit Single Record {0}"
                InsertCaption="New Product">
                <FormTableItemStyle Wrap="False"></FormTableItemStyle>
                <FormCaptionStyle CssClass="EditFormHeader"></FormCaptionStyle>
                <FormMainTableStyle GridLines="None" CellSpacing="0" CellPadding="3" BackColor="White"
                    Width="100%" />
                <FormTableStyle CellSpacing="0" CellPadding="2" Height="110px" BackColor="White" />
                <FormTableAlternatingItemStyle Wrap="False"></FormTableAlternatingItemStyle>
                <EditColumn ButtonType="PushButton" UpdateText="Update record"
                    UniqueName="EditCommandColumn1" CancelText="Cancel edit">
                </EditColumn>
                <FormTableButtonRowStyle HorizontalAlign="Right" CssClass="EditFormButtonRow"></FormTableButtonRowStyle>
            </EditFormSettings>

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 Dec 2011, 06:27 AM
Hello Regina,

Try setting the following.
aspx:
<EditFormSettings EditColumn-EditFormColumnIndex="2" >
</EditFormSettings>

-Shinu.
0
Tsvetina
Telerik team
answered on 30 Dec 2011, 08:51 AM
Hi Regina,

It seems like you have opened two threads about the same issue. I replied to you in the other one. Please, if you still have questions on the issue, stick to the other thread:
http://www.telerik.com/community/forums/aspnet-ajax/grid/edit-from-columns.aspx

Kind regards,
Tsvetina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
regina
Top achievements
Rank 1
answered on 30 Dec 2011, 02:43 PM
Yes because I wanted to change the title of the thread and there appeared to be no other way.  Thanks Shinu I will try that.
Tags
Grid
Asked by
regina
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Tsvetina
Telerik team
regina
Top achievements
Rank 1
Share this question
or