7 Answers, 1 is accepted
0
Hi Vaishali,
You can resolve this issue by fixing the js error in the following method:
https://dojo.telerik.com/IsoDUruR/5
That should do the trick.
Regards,
Eyup
Progress Telerik
You can resolve this issue by fixing the js error in the following method:
function
save()
{
$(
'#grid'
).data().kendoGrid.dataSource.sync();
}
https://dojo.telerik.com/IsoDUruR/5
That should do the trick.
Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Vaishali
Top achievements
Rank 1
answered on 24 Jul 2019, 05:23 AM
Thanks for catching the typo. Somehow, in my code, the row disappears and I am not able to reproduce it in the dojo example.
0
Hi Vaishali,
I'm glad the provided suggestion has proven helpful.
Feel free to turn to us if new questions arise.
Regards,
Eyup
Progress Telerik
I'm glad the provided suggestion has proven helpful.
Feel free to turn to us if new questions arise.
Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0

Vaishali
Top achievements
Rank 1
answered on 24 Jul 2019, 01:09 PM
Hi, There was typo in the dojo example. However, it wasn't in my code. The dojo example works after fixing the typo but in my code the row disappears, Can you please help with that?
0

Vaishali
Top achievements
Rank 1
answered on 24 Jul 2019, 02:57 PM
Here is the screenshot
0

Vaishali
Top achievements
Rank 1
answered on 24 Jul 2019, 05:57 PM
Finally able to reproduce it in dojo as well: https://dojo.telerik.com/EJApItiX. Please check why the row is empty when save button is clicked.
0
Hi Vaishali,
Thank you for the sample.
You can remove the fields collection from the dataSource model and issue should be resolved:
https://dojo.telerik.com/EJApItiX/13
Regards,
Eyup
Progress Telerik
Thank you for the sample.
You can remove the fields collection from the dataSource model and issue should be resolved:
https://dojo.telerik.com/EJApItiX/13
Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.