Error TS2339: Property 'load' does not exist on type 'DataListComponent

I'm creating a new app, with Radzen latest version, tested on both PC and Mac.

  1. Database under MS SQL, with proper PK, FK, etc.
    2.I infer the schema but do not create pages automatically.
  2. I create an empty page, then drop a datalist component.
  3. I go to Data property of the datalist and then associate it to the getTableXXX
  4. 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.

Confirmed! Fix will be released today!

Thanks Enchev, I just updated to the latest version and can confirm the issue is gone.

Regards