<
telerik:RadTreeView
runat
=
"server"
ID
=
"RadTreeView1"
DataSourceID
=
"SqlRegionEcole"
DataFieldID
=
"id"
DataFieldParentID
=
"parentId"
CheckBoxes
=
"true"
TriStateCheckBoxes
=
"true"
CheckChildNodes
=
"true"
DataValueField
=
"Luc"
Skin
=
"Sunset"
>
<
DataBindings
>
<
telerik:RadTreeNodeBinding
TextField
=
"Name"
/>
</
DataBindings
>
</
telerik:RadTreeView
>
Protected Sub ShowCheckedNodes(ByVal treeView As RadTreeView)
Dim message As String = String.Empty
Dim nodeCollection As IList(Of RadTreeNode) = treeView.CheckedNodes
For Each node As RadTreeNode In nodeCollection
message += node.FullPath + "<
br
/>"
Next
Label4.Text = message
End Sub
Protected Sub Button1_Click(ByVal sender As Object, ByVal e As EventArgs) Handles Button1.Click
ShowCheckedNodes(RadTreeView1)
End Sub
Hi there ā
This is Carlos Mendoza from Accenture, US.
Iām not sure if this is also the same email address for requesting technical assistance so Iād appreciate it if you just forward to the correct group if so.
Our project purchased Telerikās HTML editor product, and implemented it on our corporate web site, www.accenture.com
That web site is built on MOSS 2007. We have another web site, microsite.accenture.com, built in MOSS 2007 too, in which Telerikās HTML editor is implemented in there too.
On the Microsite web site, Telerikās toolbar is able to retrieve the siteās alternate CSS file (.css), and display the CSS classes defined inside the CSS file on the Style dropdown of Telerikās toolbar, so they can be used by our end users. See screenshot below, or see my attached images.
On the www.accenture.com web site, this is not happening on Telerikās Style dropdown section.
Our clients would like the same behavior of the Style dropdown as the Microsites web site. Is there any configuration or line of code we should implement on the www.accenture.com platform so additional CSS classes defined on the siteās alternate CSS would appear on the Style dropdown of Telerikās HTML editor toolbar?
Please advise.
Iād be glad to hop into a call if needed. Just tell me the telephone number of your technical support team.
Looking forward to hearing from you!