Base solution for your next web application
Open Closed

DevExtreme not working with my solution #10364


User avatar
0
emadnasser1983 created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? v10.3.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

package.json "devextreme": "^21.1.3", "devextreme-angular": "^21.1.3",

Error: src/app/main/phonebook/phonebook.component.html:10:35 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'dx-data-grid'.
  1. If 'dx-data-grid' is an Angular component and it has 'dataSource' input, then verify that it is part of this module.
  2. If 'dx-data-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

1 Answer(s)