Hi Peter Huisman,
By default the control generates its own template only with two profile fields - FirstName and LastName. If you want to extend the template you should create a custom template and map it through InsertTemplateUrl( this is for inserting data -
Insert mode) or EditTemplateUrl( this is for editing data -
Edit mode)
So you could create a simple template that has the same TextBox controls as you have for the Profile data. For instance - FirstName. LastName, Company, JobPosition. The IDs of the text boxes should be the same as the name of your Profile properties.
You can set your template when you open ManageProfile control in Edit mode, set Mode enum to Edit and EditTemplateUrl to your template path. Here the important thing is that you should have a Button control with ID="Submit"
Kind regards,
Ivan Dimitrov
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items