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

Hide Subject Textbox and label on Custom Advanced Form

1 Answer 60 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
davidp
Top achievements
Rank 1
davidp asked on 05 Nov 2012, 07:37 PM
I need to hide the Subject textbox and label and make that field not required when using the Custom AdvancedForm User Control.
I have found examples of how to hide Subject Textbox when not using the AdvancedForm User Control by using OnFormCreated, which works well.  However, I cannot get OnFormCreated to work with the AdvancedForm User Control.  

Any Examples of how to do this?
Thanks

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 07 Nov 2012, 08:35 AM
Hi David,

 
When using the AdvancedForm User Control we recommend using the PageLoad of the AdvancedForm.ascx.cs page instead of using FormCreated and customize the form as you want directly in the mark up.

You can also refer to this help topic where more information about such customization is provided.

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
davidp
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or