We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Hide label cube selector and dropdown

Hi,

I'm trying hide div which contains cube selector label and dropdown,

how can i do that??I don't find id for hide at javascript

Thanks!

1 Reply

SP Sastha Prathap Selvamoorthy Syncfusion Team October 27, 2016 07:04 AM UTC

Hi Felipe, 
 
Currently we don’t have any id to hide the div “Cube Selector” label and dropdown list. Meanwhile, you can use the “class” name to hide the div tag which has been provided for the Cube Selector in sample itself. Please find the sample code snippet for your reference. 
 
Sample code for hide the Cube Selector label and drop-down list: 
<style> 
     .csHeader{ 
         display:none !important; 
     } 
</style> 
 
Regards, 
Sastha Prathap S. 


Loader.
Live Chat Icon For mobile
Up arrow icon