How to Enable built-in toolbar items?

I want the Update and Cancel toolbar items to be visible like the Add, Edit, and Delete.Screenshot (450).png


3 Replies

RS Renjith Singh Rajendran Syncfusion Team December 1, 2021 10:06 AM UTC

Hi Belle, 
 
Greetings from Syncfusion support. 
 
By default, the Cancel and Update toolbar items will be in disabled state at initial rendering and only during performing edit action these toolbar items will be enabled.  
 
You can programmatically enable/disable the grid’s toolbar items using EnableToolbarItems method of Grid. We suggest you to refer the below documentation for more details on enable/disabling the Grid toolbar items in Grid. 
 
Please get back to us if you need further assistance. 
 
Regards, 
Renjith R 



BC Belle Cruz December 1, 2021 10:33 AM UTC

I think you misunderstood my query. In the picture shown above I want the Update and cancel to be like Add, Edit, and Delete.



RS Renjith Singh Rajendran Syncfusion Team December 2, 2021 05:43 AM UTC

Hi Belle,  
 
We are suspecting that you would like to keep the Update and Cancel buttons disabled, but at the same time you need to remove that fading style from these Update and Cancel buttons. If so, then we suggest you to apply the below style to achieve this requirement. 
 
 
<style> 
    .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay { 
        opacityunset; 
    } 
</style> 
 
 
If we have misunderstood your requirement, then kindly share with us a detailed explanation along with a video explaining your requirement to proceed further. 
 
Regards, 
Renjith R 


Loader.
Up arrow icon