New to Kendo UI for jQueryStart a free 30-day trial

Create

class methods

Creates a data source instance using the specified configuration. If the configuration is a data source instance, the same instance will be returned.

Parameters:optionsObject

The data source configuration.

Returns:kendo.data.DataSource

—The new data source instance.

<script>
var dataSource = kendo.data.DataSource.create({
  data: [
    { name: "Jane Doe" }
  ]
});
</script>
Not finding the help you need?
Contact Support