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

Editing the Header for the "PopUp" that appears when the EditMode is set to "PopUp"

4 Answers 260 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Deepika
Top achievements
Rank 1
Deepika asked on 13 Mar 2012, 08:05 AM
Hi,
I have a RadGrid, which I have set the EditMode as "PopUp". I want top have a customised Header for the pop up that appears on click of Edit. Please suggest how I can achieve this.
Thanks and Regards,
Deepika Karanth

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Mar 2012, 08:25 AM
Hello,

I suppose you want to add a caption for the PopUp.
aspx:
<EditFormSettings PopUpSettings-ShowCaptionInEditForm="true" CaptionFormatString="Your Text"></EditFormSettings>

-Shinu.
0
Deepika
Top achievements
Rank 1
answered on 13 Mar 2012, 08:43 AM
Hi Shinu,
If I give that, it is also displaying the same text as page label.(2 times it comes, once as Header to the form once on the title of the form)
(basically once on the shaded area once on the plain page). I dont want on the plain page part. Please tel me how to disable that text appearing there.
Thanks and Regards.,
Deepika Karanth
0
Deepika
Top achievements
Rank 1
answered on 13 Mar 2012, 08:50 AM
Image attached. See here Edit Profile comes twice. I dont want it in white part.
0
Deepika
Top achievements
Rank 1
answered on 13 Mar 2012, 09:49 AM
I got the it how I wanted by altering the
PopUpSettings-ShowCaptionInEditForm="true"  to PopUpSettings-ShowCaptionInEditForm="false"
Thanks,
Deepika Karanth
Tags
Grid
Asked by
Deepika
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Deepika
Top achievements
Rank 1
Share this question
or