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

Simple Way to Add text to popup form?

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Najid Hanif
Top achievements
Rank 2
Najid Hanif asked on 13 Sep 2012, 06:12 AM
Hi is there a simple way to add text to a popup form? Using ShowCaptionInEditForm="true" duplicates the text on the title bar which is really odd, not sure who would want to do that.

 I don't see a way to get rid of the text in the title bar to avoid duplication. I see you can remove it by hacking the style but that removes the entire bar and not just the text.

Just looking for a simple way to add text to the form.

Thanks

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Sep 2012, 06:20 AM
Hi Najid,

Try setting the following in order to avoid duplication in edit form.
aspx:
<EditFormSettings  PopUpSettings-ShowCaptionInEditForm="false"  CaptionFormatString="Your Text">
</EditFormSettings>

Thanks,
Shinu.
Tags
Grid
Asked by
Najid Hanif
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or