WASM: remove or disable controls in query builder

Using 18.4.0.30.

  1. How can I remove the "Add Group" option from the dropdown? I tried , but that will only disable it when GroupDelete and RuleDelete are false. Possible bug?
  2. How can I remove/disable/hide(preferred) the AND OR control?
Thanks in advance!

4 Replies 1 reply marked as answer

AS Aravinthan Seetharaman Syncfusion Team December 22, 2020 03:17 PM UTC

Hi Hacinto, 
  
Thanks for contacting Syncfusion support. 

We have checked your reported issue, we can reproduce the reported issue in our end. We have logged this as an improvement and it will be available on 
30th December 2020,  and appreciate your patience until then. You can track the status of this feature using below link. 

  
Regards, 
Aravinthan S 



HA Hacinto December 22, 2020 06:29 PM UTC

Hi Aravinthan,

Thanks for getting back to me so quick. 

Do you have an answer for my 2nd question: How can I remove/disable/hide(preferred) the AND OR control?

Thanks in advance.


AS Aravinthan Seetharaman Syncfusion Team December 23, 2020 10:11 AM UTC

Hi Hacinto, 
  
  
Sorry for not answering to the 2nd query on last update. We can hide the ‘AND OR’ control by using below CSS. 
  
<style> 
    .e-query-builder .e-group-header .e-group-action .e-btn { 
        margin-left: 0px; 
    } 
    .e-query-builder .e-rule-list > :first-child::before { 
        top: -14px; 
    } 
    .e-query-builder .e-rule-list > .e-rule-container::after { 
        top: calc(50% - 5px); 
    } 
    .e-query-builder .e-btn-group input + label.e-btn { 
        display:none; 
    } 
</style> 
  
  
Could you please check the above details, and get back to us if you need assistance on this. 
  
 
Regards, 
Aravinthan S 



AS Aravinthan Seetharaman Syncfusion Team February 2, 2021 10:34 AM UTC

Hi Hacinto, 
 
Thanks for the patience. 
 
We are glad to announce that our Essential Studio 2020 Volume 4 SP release v18.4.0.39 is rolled out and is available for download under the following link. 
 
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.

Regards, 
Aravinthan S 


Marked as answer
Loader.
Up arrow icon