Skip to content

Commit b82e832

Browse files
chore(datasource): clarify mvc differences
1 parent c16d42f commit b82e832

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

common-features/telerik-datasource-package.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,8 @@ namespace ConsoleApp1
121121

122122
If you have used other Telerik products before, such as the Telerik UI for ASP.NET Core or Telerik UI for ASP.NET MVC, you may be familiar with or you may already be using the `DataSourceResult`, `ToDataSourceResult` and `DataSourceResult` features. They are available as part of those respective packages (assemblies), and the `Telerik.DataSource` package is those features extracted into a smaller, more lightweight package that is platform agnostic. This means that it has a few differences from the Kendo methods:
123123

124-
* The `Telerik.DataSource` package does not have model binding features, because it is not coupled to the MVC framework.
125-
126124
* The `Telerik.DataSource` packages uses the `System.Text.Json` serializer, and if you use custom serializers such as `Newtonsoft.Json`, you may need to tweak their settings so they ignore casinng, and so they can serialize the Telerik objects. You can read more about this and find example in the <a href="https://github.com/telerik/blazor-ui/tree/master/grid/datasourcerequest-on-server/CustomSerializer" target="_blank">Use DataSourceRequest and DataSourceResult and WebAPI in a WebAssembly Blazor app with custom serialization</a> sample project.
127125

128-
* The `Telerik.DataSource` package may evolve at a different rate from the Kendo packages and code. This means that not all fixes and features may be ported, or available at the same time.
126+
* The `Telerik.DataSource` package does not have model binding features, because it is not coupled to the MVC framework.
129127

128+
* Other MVC-specific features that may exist in the Kendo version may not be present in the `Telerik.DataSource` package.

0 commit comments

Comments
 (0)