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

Binding to Dynamic Data with GridViewDataColumn customizatoin

2 Answers 53 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Vladimir
Top achievements
Rank 1
Vladimir asked on 01 Oct 2018, 06:25 AM

Following your documentation Binding to Dynamic Data there is a code which shows how to bind dynamic object properties like "ID" and "Name" to column:

dynamic item = new MyDataRow();
item["ID"] = i;
item["Name"] = "Name " + i.ToString();
items.Add(item);     

2 Answers, 1 is accepted

Sort by
0
Vladimir
Top achievements
Rank 1
answered on 01 Oct 2018, 06:30 AM
Sorry, I mistakenly posted that incomplete.. Looks like no option to delete it. 
0
Dilyan Traykov
Telerik team
answered on 03 Oct 2018, 03:16 PM
Hello Vladimir,

There's no need to delete the initial incomplete post. Please post another reply with the full description of your issue and I will happily try to assist you.

Regards,
Dilyan Traykov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GridView
Asked by
Vladimir
Top achievements
Rank 1
Answers by
Vladimir
Top achievements
Rank 1
Dilyan Traykov
Telerik team
Share this question
or