Hi All,
I have a RadGrid with 10 columns, but in EditForm mode i am showing only 6 fields to update.
to show these 6 fields in two columns, i wrote below
<EditFormSettings ColumnNumber="2" CaptionDataField="Period" CaptionFormatString="Edit properties of Period {0}">
but still all the fields are showing in single colum.
Please help me regarding this.
I have a RadGrid with 10 columns, but in EditForm mode i am showing only 6 fields to update.
to show these 6 fields in two columns, i wrote below
<EditFormSettings ColumnNumber="2" CaptionDataField="Period" CaptionFormatString="Edit properties of Period {0}">
but still all the fields are showing in single colum.
Please help me regarding this.