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

Remove top panel above headers

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 29 Apr 2016, 02:29 PM
Any idea how I can remove the top panel above the header?  Image attached.

1 Answer, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
answered on 29 Apr 2016, 07:56 PM

I figured it out.

In MasterTableView the CommandItemDisplay needed to be set to Bottom instead of TopAndBottom.

My new code:

<MasterTableView ShowFooter="false" DataKeyNames="AppointmentID" EditMode="InPlace" CommandItemDisplay="Bottom">

Tags
Grid
Asked by
Daniel
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 1
Share this question
or