Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    compatibility problem between V8.0 and V8.2

    I've got a problem of compatibility between the two versions (8.0 and 8.2), in the ListGrid object. In the new version my old list have all the lines of my record but there are all empty.

    For example my name's field is "List.col" and in the fetch i have "List.col":"value".

    Best regards.

    #2
    Hello lcourtet,

    DataSource field names must be identifiers, so "." is not allowed. This was always the case and using invalid field names would always break things, but now in 8.2 the problem is more obvious.

    Comment

    Working...
    X