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

enableAutoSaveOnSelectionChange: true DOES NOTHING

Adding the above to my Grid has absolutely no effect at all. It just seems to waste 10 minutes of my life.

How does it work, or more to the pointt why doesn't it work! ?

1 Reply

JK Jayaprakash Kamaraj Syncfusion Team September 13, 2016 06:55 AM UTC

Hi Duncan,   
Thank you for contacting Syncfusion support.   
The enableAutoSaveOnSelectionChange property is used to enable the auto save action in the grid through row selection. Please refer to the below help document, code example and sample.   


            var data = ej.DataManager(window.gridData).executeLocal(ej.Query().take(50)); 
            $("#Grid").ejGrid({ 
..                enableAutoSaveOnSelectionChange: true,//enable auto save while change the selection 
.. 
 
                ], 
                childGrid: { 
                    dataSource: data1, 
          .. 
 
allowDeleting: true }, 
                    enableAutoSaveOnSelectionChange: false,//Disable auto save while change the selection 
.. 
 
                    ], 



Regards, 

Jayaprakash K. 


Loader.
Live Chat Icon For mobile
Up arrow icon