I am using the EnableEmbeddedSkins="false" on all telerik controls in my project with much success. However in one instance the checkboxes on my treeview disappears. So I changed the setting for this control on the page to "true" and all seems to work fine and the checkboxes are visible and working as expected. So this tells me there is something wrong with the CSS or related images or .... not sure.
Lets add some wood to the fire. When in my data there are no items that should be checked the nodes are set to use a webservice to populate the treeview when a node is expanded client side. This all works fine and the checkboxes are visible. OK now this is when it all goes wrong. When I have data where there are nodes that need to be checked I populate the entire treeview server side taking special care to make all nodes are checkable etc. When the page and treeview become visible the check boxes are not visible but the area where the checkboxes should be is all white indicating a css or image issue. To show there is nothing wrong with my code I set EnableEmbeddedSkins="true" and presto the checkboxes are visible.
I have downloaded the latest version of the ajax telerik controls and copied the relevant TreeView.WebBlue.css and images and still no joy. Any ideas ?
tks Hans
Lets add some wood to the fire. When in my data there are no items that should be checked the nodes are set to use a webservice to populate the treeview when a node is expanded client side. This all works fine and the checkboxes are visible. OK now this is when it all goes wrong. When I have data where there are nodes that need to be checked I populate the entire treeview server side taking special care to make all nodes are checkable etc. When the page and treeview become visible the check boxes are not visible but the area where the checkboxes should be is all white indicating a css or image issue. To show there is nothing wrong with my code I set EnableEmbeddedSkins="true" and presto the checkboxes are visible.
I have downloaded the latest version of the ajax telerik controls and copied the relevant TreeView.WebBlue.css and images and still no joy. Any ideas ?
tks Hans