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

CRUD operations in Grid with Dialog Template

Dear Syncfusion,

I try to create the sample demonstrates CRUD operations in Grid with Dialog Template

https://ej2.syncfusion.com/vue/demos/?_ga=2.235293576.886809818.1556893866-257726880.1556893866#/material/grid/dialog-template.html

I did everything correct but I can't load data on to gird, please help.

Thanks,

Attachment: Data_Grid_f4e862c.zip

3 Replies

HJ Hariharan J V Syncfusion Team June 13, 2019 11:57 AM UTC

Hi Thin, 

Thanks for contacting Syncfusion support. 

Query : I did everything correct but I can't load data on to gird 
We tried to reproduce the reported problem in the sample which you have shared with us. But we could not reproduce the problem in your attached sample. Grid loads fine with data and the CRUD operations also performs good. We have prepared a video demo which we have prepared after running your sample.  
 
If you are still facing the problem with your sample, please get back to us with the following details, 
  1. Share a video demo showing the issue.
  2. Share the details of script error if any occurred in the console.
  3. Share the browser details.
  4. Share with us the exact scenario/proper replication procedure to reproduce the problem.

The provided information will help us analyze the problem, and provide you a solution as early as possible. 

Regards, 
Hariharan 



TD Thin D June 13, 2019 02:45 PM UTC

Hello Hariharan ,

Please see the video demo showing the issue, I try with all both browsers ( Edge, Chrome and Firefox)
The screen shot below the details of script error if any occurred in the console.


Thanks for your support.

Attachment: DialogTemplate_20190613_213505_927be58c.zip


HJ Hariharan J V Syncfusion Team June 17, 2019 10:14 AM UTC

Hi Jacob, 

We have analyzed the video demo and the script error, we suspect that the problem may have occurred due to some cache problem in machine. So we suggest you to delete the node_modules folder and clear both local and global node_modules cache data in your machine, and then try reinstalling the node_modules. Please find the commands for cache clean below, 
  1. Local cache – npm cache clean --force
  2. Global cache –  npm cache clean --force -g

Please get back to us if you need further assistance. 

Regards, 
Hariharan 


Loader.
Up arrow icon