Announcement

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

    Wrong type declaration for the getDataPathField method

    Hey Isomorphic,

    In version v13.0p_2022-12-03, you have the wrong type declaration for the listgrid's `getDataPathField` method:
    Code:
        /**
         * For a component with a specified DataSource, find the associated dataSource field object
         * from a specified DataPath.
         *
         */
        getDataPathField(dataPath: DataPath): void;
    The method should return DataSourceField, and not void.

    Please fix that.

    Thanks
    Kobi

    #2
    Thanks for the report - we've addressed the issue and you'll see the proper return type in tomorrow's builds.

    Comment

    Working...
    X