Delete Search button

Hi, I want to delete search icon button in search toolbar of datagrid. Can you help me?


3 Replies

RS Rajapandiyan Settu Syncfusion Team June 29, 2021 06:37 AM UTC

Hi Toan Bui, 
 
Greetings from Syncfusion support. 
 
Based on your query you want to remove the search icon placed in the toolbar search input element. You can achieve your requirement by using following CSS Classes. 
 
 
[app.component.css] 
 
 
// hide the toolbar search icon 
.e-grid .e-toolbar .e-search-icon { 
  displaynone; 
} 
 
 
 
Find the below sample for your reference. 
 
 
Please get back to us if you need further assistance with this. 
 
Regards, 
Rajapandiyan S 



TB Toan Bui June 29, 2021 06:41 AM UTC

I did it. Thank you so much




RS Rajapandiyan Settu Syncfusion Team June 30, 2021 03:30 AM UTC

Hi Toan Bui, 
 
We are glad that you have resolved your requirement with provided solution. 
 
Please get back to us if you need further assistance with this. 
  
Regards,  
Rajapandiyan

Loader.
Up arrow icon