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

Grid error with datePicker in column edit

Hello. 

I have added datePicker in my grid like so:

Now I am using batch update and when ever I try to leave this column (blur) so that no value is selected I get an error.:


2 Replies

MB Marko Bezjak September 4, 2019 01:54 PM UTC

update: 
if (!isNullOrUndefined(cellSaveArgs.value) && cellSaveArgs.value.toString() ===
                (!isNullOrUndefined(_this.cellDetails.value) ? _this.cellDetails.value : '').toString() && !_this.isColored
                || (isNullOrUndefined(cellSaveArgs.value) && isNullOrUndefined(_this.cellDetails.value) &&
                    !cellSaveArgs.cell.parentElement.classList.contains('e-insertedrow'))) {
                cellSaveArgs.cell.classList.remove('e-updatedtd');
            }
so I checked the code and looks like my cell doesn't have a parent..


SS Seeni Sakthi Kumar Seeni Raj Syncfusion Team September 5, 2019 09:05 AM UTC

Hi Marko,  
 
Greetings from Syncfusion.  
 
We are unable to reproduce the problem at our end.  
 
We have prepared a sample with the provided code that can be referred in the following demo.  
 
 
Please share the following details to analyze the problem at our end.  
 
1)      Version details 
2)      Complete code example of Grid with its ts page 
3)      Modify the given sample and send back 
4)      Replication procedure 
 
Regards,  
Seeni Sakthi Kumar S. 


Loader.
Live Chat Icon For mobile
Up arrow icon