Declined
Last Updated: 15 Jul 2021 07:25 by ADMIN
Imported User
Created on: 24 Oct 2016 09:58
Category: UI for ASP.NET MVC
Type: Feature Request
1
Manage json serialization of IEnumerable<dynamic> in kendo grid
Today, when we use IEnumerable<dynamic> type as the model for the kendo grid, the grid is generated fine, but the javascript serialization fails when we pass the datasource to the GridBuilder constructor.
This results in empty grid client side, because the datasource is empty, even if the html initially generated contains the values.

This behavior comes from a problem with the JavaScriptSerializer (also present in the JSon() function of MVC)
4 comments
ADMIN
Maria Ivanova
Posted on: 15 Jul 2021 07:25

Hi Folks,

Due to lack of provided further details, the feature request can not processed and will be closed.

Please feel free to submit a new one in case other questions arise.

Kind Regards,


Maria Veledinova
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

ADMIN
Angel Petrov
Posted on: 10 Jun 2021 14:13

Hello,

Could you please provide us with a sample so we could examine the problem? The thread is quite old and the issue may not be reproducible anymore however if it is still valid we will examine it and check what can be done.

Regards,
Angel Petrov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Imported User
Posted on: 07 Nov 2016 13:57
@faris How is creating a helper on top of telerik grid can correct the serialization problem internal to the telerik grid?
faris
Posted on: 01 Nov 2016 02:13
i think u need to create a helper on top of telerik grid.