telerik / kendo-examples-asp-net-mvc

Kendo UI Examples for ASP.NET MVC
164 stars 250 forks source link

Exception Error - if JSON data contains hierarchical objects #4

Closed BrilliantBrains closed 10 years ago

BrilliantBrains commented 10 years ago

see the below JSON data:

    [{
        "DeleteFaxID": 10119,
        "FaxName": "BraingTracy_08272014063219452",
        "Reason": "swe",
        "PerformedID": 5107,
        "TblUser": {
            "UserId": 5107,
            "UserName": "Demo",
            "Password": "7A8C5CB08B4A7DA4ADA5365B3D1A99088D5E2A09",
            "ConfirmPassword": null,
            "FirstName": "Brian",
            "LastName": "Adams",
            "CombinedName": "Adams, Brian",
            "MiddleName": null,
            "Email": "driasdasdasdasdasd@adasdsad.com",
            "Phone": "(111)111-1111",
            "SalesRep": null,
            "SalesManager": null,
            "Role": {
                "RoleId": 1,
                "RoleName": "Admin",
                "AliasName": "Admin",
                "IsActive": true,
                "PharmacyID": 0,
                "PharmacyDTO": null
            },
            "RoleId": 1,
            "Salt": "RfJDaRc=",
            "IsActive": true,
            "UserType": 5
        },
        "PerformedDateTime": "2014-08-27T13:11:55.520Z"
    }]

Following to the above JSON data, I have bind the "Deleted By" column with the "TblUser.CombinedName", How can I Export the same value into the excel cell using the existing code?

your answer saves my life!!

Thanks

KirilNN commented 10 years ago

Hi @BrilliantBrains

Thanks for your post, and for your interest in Kendo UI! This issues list is for bugs only, not help or support requests, so I’m going to close this issue with this comment.

That said, I want to make sure that you’re able to get the help you need, and the good news is that you have two options:

  1. You can visit us on Stack Overflow, where you can search previous questions using the #kendo-ui tag, or enter your request for the community.
  2. You can visit the Kendo UI Premium Forums. All Kendo UI users have read access to the complete forum history, while commercial license-holders (Professional, UI for MVC, PHP or JSP) have read and write access to the forums.

If these options won’t cut it, and you’re looking for direct support from our team, you have a few options for upgrading to a commercial license:

  1. You can purchase a Kendo UI Professional license, which grants you read-write access to the forums, 10 tickets in our support system and access to additional professional-grade widgets, charts and graphs.
  2. You can purchase a Kendo UI Premium Support license, which grants you read-write access to the forums and 10 tickets in our support system.

Thanks again for your post and I hope you enjoy working with Kendo UI!