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

popup edit form remove title bar

5 Answers 146 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ken
Top achievements
Rank 1
Ken asked on 21 Sep 2011, 05:22 PM
Is there a way to remove the title bar completely from the popup edit form?

5 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 22 Sep 2011, 04:58 AM
Hello Ken,

Try the following CSS to remove title bar from edit PopUp.
CSS:
<style type="text/css">
  .rgHeader
   {
    display:none !important;
   }
</style>

Thanks,
Princy..
0
Ken
Top achievements
Rank 1
answered on 22 Sep 2011, 01:03 PM
That removed the X (Close window) only. The bar still exist...
0
Shinu
Top achievements
Rank 2
answered on 23 Sep 2011, 07:16 AM
Hello Ken,

I have tried the same CSS and that worked as expected at my end. Here is the screenshot. Please make sure that there is no other CSS which overrides the same.

Thanks,
Shinu.
0
Ken
Top achievements
Rank 1
answered on 23 Sep 2011, 01:57 PM
Yes that does work thanks
I had .rgheader div
0
Ken
Top achievements
Rank 1
answered on 23 Sep 2011, 03:49 PM
I just found out it also takes the header bar off of the grid it self not just the popup...
Tags
Grid
Asked by
Ken
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Ken
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or