I'm creating a new app, with Radzen latest version, tested on both PC and Mac.
- Database under MS SQL, with proper PK, FK, etc.
2.I infer the schema but do not create pages automatically. - I create an empty page, then drop a datalist component.
- I go to Data property of the datalist and then associate it to the getTableXXX
- When I run the project it shows the error TS2339: Property 'load' does not exist on type 'DataListComponent.
What am I doing wrong?
Thanks for your quick help.