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

[Solved] Autogenerated EditForm without HeaderText labels

2 Answers 110 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rémi
Top achievements
Rank 1
Rémi asked on 26 Jun 2008, 04:29 PM
Hi, I am currently trying to format a simple autogenerated EditForm that places all of the editable Fields under it's apropriate column, all in a single row. In order to do that, I'm using the ColumnNumber Property of the <EditFormSettings> that I set to the number of column that I have in the grid then I set the order of the columns using the EditFormColumnIndex attribute.

My problem is that I can't find a way to hide the labels that contains header texts causing redundancy from text appearing in both the header and the column and a lot of space usage. Is there any simple way to not show those labels ?

Thank you for any help you can provide.

-Rémi-


2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 27 Jun 2008, 06:12 AM

Hi Rémi,

Try setting EditMode property to InPlace in the aspx as shown below.

ASPX:

<MasterTableView EditMode="InPlace" DataSourceID="SqlDataSource1">  
                 


Princy.
0
Rémi
Top achievements
Rank 1
answered on 27 Jun 2008, 01:46 PM
Thank you, that did exactly what I wanted.
Tags
Grid
Asked by
Rémi
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Rémi
Top achievements
Rank 1
Share this question
or