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

Easy way to add text to title bar in edit form popup?

1 Answer 135 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sheryl Landon
Top achievements
Rank 1
Sheryl Landon asked on 07 Aug 2008, 11:11 PM
Hi - we're using a custom user control in the edit form popup, and we'd like to be able to put a title into the header bar of the popup, inline with the close button.  Is there an easy way to do this?  I couldn't find what looked like an appropriate attribute to set.

Thanks,
Sheryl

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 08 Aug 2008, 05:21 AM
Hi Sheryl,

Try setting the title for the Popup editform as shown below.

ASPX:
  <EditFormSettings CaptionFormatString="Title" >   
                    </EditFormSettings> 

You can also refer the following help article regarding pop up edit form.
Popup Edit Form

Shinu.

Tags
Grid
Asked by
Sheryl Landon
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or