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

Edit form pop-up - adding custom icon to the title bar

3 Answers 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 17 May 2011, 01:07 PM
Hello!
Is it possible to add some icon to the title bar (next to or before "X" close button) of the pop-up edit form? I'd like to add "Help" icon and that would be the best place I think.

Thanks in advance!
Andy.

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 May 2011, 01:22 PM
Hello Andy,

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

aspx:
<EditFormSettings CaptionFormatString="Help"  >  
</EditFormSettings>

Also check the following help documentation.
Popup Edit Form.

Thanks,
Princy.
0
Andy
Top achievements
Rank 1
answered on 17 May 2011, 02:44 PM
Thank you for reply, but I think you misunderstood me. I want to add a clickable icon to the title bar (header) of the edit form which will let users to click and get help info about currently opened dialogue.  And your solution just sets the title to be "Help".

Not sure if it makes any difference - I'm using custom edit form (web user control).

Thanks!
0
Andy
Top achievements
Rank 1
answered on 18 May 2011, 09:58 AM
OK, I've found a work around - just placed html code for the help icon into CaptionFormatString, so thanks for pointing me into that direction!

Best wishes,
Andy.
Tags
Grid
Asked by
Andy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Andy
Top achievements
Rank 1
Share this question
or