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
close icon

Remove 'unsaved changes' red corners

Is it possible to remove that unsaved changes effect in ejGrid? 

1 Reply

SS Seeni Sakthi Kumar Seeni Raj Syncfusion Team March 6, 2017 09:24 AM UTC

Hi Alex, 
 
Thanks for contacting Syncfusion Support.  
 
We can remove the notification icon in the Batch Editing using the cssClass property of the Grid. Using this, you can customize the appearance of the Grid and override the other class properties as shown in the following code example. 
 
Component 
 
<ej-grid #grid cssClass="prevNotify" [allowPaging]="true"> 
   . ..  
             . ..  
</ej-grid> 
 
Index.html 
 
 
<style> 
    .e-grid.prevNotify .e-updatedtd:before { 
        display: none; 
    } 
</style> 
 
Refer to the following API Reference.  
 
 
We have prepared a sample demo that can be referred from the following jsPlayground. 
 
 
Regards,  
Seeni Sakthi Kumar S. 


Loader.
Live Chat Icon For mobile
Up arrow icon