Hello Folks,
I have used Parent-Child(Hierarchical) Kendo Grid in one of my project.
Grid contain Columns that are retrieved from database tables. Here retrieved values from the database are dynamic.
Means for 1st parent record there are 3 child columns(Type=A1) and for 2nd parent record there are 4 child(Type=A2) columns and so on.
Here data contain space, comma as well as special characters. Eg
Id | Type | Value
1 | A1 | Standard Reference
2 | A1 | D"
3 | A1 | Family Number
4 | A2 | Material
5 | A2 | Hardness
6 | A2 | Rs in ($)
7| A2 | Dim 7
When data binding occurs to the kendo grid then it is not binding to the kendo grid.And if i removed the space, comma & special characters binding works successfully.
Can you help me how to solve this type of problem?
Thank you.