Query Builder - Styling missing for DropdownTree

Hello,

I followed the setup instructions in the documentation for using the QueryBuilder, and I have imported all of these CSS files as shown:


However, when I changed the fieldMode to 'DropdownTree' and used a hierarchy list for my columns, the expand/collapse arrows don't show up, and a very long list of columns extends the dropdown  far past the end of the page and adds additional scrollbars. Please see below screenshot.



 Am I missing some styling?

Thank you,

KS


2 Replies 1 reply marked as answer

KV Keerthikaran Venkatachalam Syncfusion Team August 7, 2023 01:06 PM UTC

Hi Ks,


Sorry for the inconvenience. We have missed the navigation styles in QueryBuilder UG. For now, please use the code snippet to resolve this issue.

@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';


We will include it in our QueryBuilder documentation in any of our upcoming releases.


Regards,

KeerthiKaran K V



KV Keerthikaran Venkatachalam Syncfusion Team August 18, 2023 10:27 AM UTC

Hi Ks,


We have added the navigation styles to our UG documentation successfully. You can check the below link.


https://ej2.syncfusion.com/angular/documentation/query-builder/getting-started#adding-css-reference


Get back to us if you need any further assistance on this.


Marked as answer
Loader.
Up arrow icon