Creating a TreeListDataSource instance using the HTML Helpers does not set the DataSource type #6664
Labels
Bug
C: TreeList
F: DataSource
FP: Completed
Sync status with associated Feedback Item
S: Wrappers (ASP.NET Core)
SEV: Medium
Milestone
Bug report
Creating a TreeListDataSource instance using the HTML Helpers does not set the DataSource type.
Reproduction of the problem
aspnetmvc-ajax
- Example REPL. Defining the DataSource as part of the TreeList component sets the type as expected - TreeList Remote DataBinding DemoExpected/desired behavior
TreeListDataSource instance defined as a standalone component or as part of the TreeList component should have the same configuration.
Workaround
If you need to use an external DataSource with an ASP.NET Core TreeList HTML Helper configure the TreeListDataSource using Kendo UI for jQuery:
Environment
The text was updated successfully, but these errors were encountered: