I am trying to consume a json data source that returns @ and # characters in the fieldnames. Apparently these characters are causing the kendoGrid template creation to fail. Any workarounds (no, I can't change the data source)?
See below:
"Results": { "@ViewName": "WFP_MacroDemandForecast", "RowSet": { "@ColDims": "Workforce Planning Value", "Rows": [ { "WorkforcePlanningMeasure": { "@Name": "HC Demand", "@DimName": "Workforce Planning Measure", "@ID": "Headcount Demand", "#text": "HC Demand" }, "Value": "0", "ChangeRate": "0", "BaseYear": "0", "ForecastDriver": "0", "_5YearGoal": "0", "Year1": "0", "Year2": "0", "Year3": "0", "Year4": "0", "Year5": "0" },