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

DropDownList values show up in data and not in the according object

1 Answer 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
CS
Top achievements
Rank 2
CS asked on 18 Jun 2014, 07:25 AM
I have a problem with a dropdownlist in a grid. When I initially select something from the grid, the correct values are read and put into the object of the field the dropdownlist is in. But when the default "read" method of the grid runs, they show up in the data of the row and not in the object in the data of that row?!

it looks a bit like this:
  • when I pick from a dropdownlist
  • 1.{
    2.  data:{
    3.    "property1": {
    4.      "value": 123,
    5.      "text":abc
    6.    }
    7.}
  • when I read from the datasource

1.{
2.  data:{
3.    "value": 123,
4.    "text":abc
5.}



1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 20 Jun 2014, 07:04 AM
Hi Stefan,

From the provided information it's not clear for us what is the exact setup that you have - could you please provide small example in KendoUI Dojo where the issue is reproduced? This would help us pinpoint the exact reason for this behavior.

Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
CS
Top achievements
Rank 2
Answers by
Vladimir Iliev
Telerik team
Share this question
or