I have a grid where users can edit the items in an autogenerated Popup Form. I need to present help texts to the user in edit mode.
I understand that I can use the EditFormHeaderTextFormat property to alter the header in edit mode, but I would like to insert a user control in the header table cell since I already have a help-icon-user-control that we use on the rest of our site (this control is a small questionmark-image which displays the help text onhover, so it is not just a plain text string).
Is there any way I can add controls to the header table cell in edit mode?
Or is my only option to make a Template of the edit form?
I understand that I can use the EditFormHeaderTextFormat property to alter the header in edit mode, but I would like to insert a user control in the header table cell since I already have a help-icon-user-control that we use on the rest of our site (this control is a small questionmark-image which displays the help text onhover, so it is not just a plain text string).
Is there any way I can add controls to the header table cell in edit mode?
Or is my only option to make a Template of the edit form?