Hey Isomorphic,
In version v13.0p_2022-12-03, you have the wrong type declaration for the listgrid's `getDataPathField` method:
The method should return DataSourceField, and not void.
Please fix that.
Thanks
Kobi
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;
Please fix that.
Thanks
Kobi
Comment