Custom template for Menu... what file?
I'm wanting When Using a menu under "Custom Template" but did not understand the question of the folders ... can you explain better?
Show at print....
Never had that question? these specific details are not in pdf's. I need to resolve this because I could not adjust the menu pre-set ...
Does anyone know help?
Hi renato,
I am not sure what actually is not clear here. If you are going to use a custom template for the NavigationControl you should create an ascx and set its relative path to it.
NavigationControl has its own binding that applies over a control that you will declare in the ascx file. In your template you should have BaseDataBoundControl which has a DataSource property that we set to the SiteMapDataSource. If you do not have a BaseDataBoundControl in your template, you will get an ArgumentException. You might find this post useful.
Regards,
Ivan Dimitrov
the Telerik team
I'm having trouble searching on "navigation control" ... I am part of the design ... need to know what should be inside the file "ascx"
Hi renato,
"In your template you should have BaseDataBoundControl which has a DataSource property that we set to the SiteMapDataSource."
All the best,
Ivan Dimitrov
the Telerik team