This is a migrated thread and some comments may be shown as answers.

How to Bind Dynamic Columns that Contain Space Comma and Special Characters in Kendo Grid

1 Answer 856 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Fenil
Top achievements
Rank 1
Fenil asked on 07 Jun 2018, 01:55 PM
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.

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 11 Jun 2018, 08:45 AM
Hi Fenil,

I just posted a reply in the other thread that you opened about this problem:
In Kendo Grid, how to Bind Dynamic Columns that Contain Space Comma and Special Characters

Check my reply there and if you have additional questions, post them in the other thread.

Regards,
Tsvetina
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Fenil
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or