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

Bound Data To Grid

1 Answer 135 Views
Grid
This is a migrated thread and some comments may be shown as answers.
khashayar
Top achievements
Rank 1
Veteran
khashayar asked on 27 Sep 2020, 09:44 AM
Hello,
there is a problem in binding list of tuple to the grid which results in adding one empty cell at the top of grid like if the list count is 1 there is 2 rows in the  grid which first one is completely empty

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 27 Sep 2020, 09:53 AM

Hi Khashayar,

The grid works with a collection of models. At worst, a collection of ExpandoObject or a Dictionary (which can be obtained from a DataTable) can be used. A Tuple is not tested or supported.

 

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Grid
Asked by
khashayar
Top achievements
Rank 1
Veteran
Answers by
Marin Bratanov
Telerik team
Share this question
or