Skip to content

SEO-187022-JavaScript-DataManager-Alt-text-missing #499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions js/DataManager/CRUDDataOperations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: CRUD Data Operations
description: CRUD Data Operations
title: CRUD Data Operations with JavaScript DataManager | Syncfusion
description: Learn here about CRUD Data Operations with Syncfusion JavaScript DataManager control, its elements, and more.
platform: js
control: DataManager
documentation: ug
Expand Down Expand Up @@ -69,7 +69,7 @@ The [insert](https://help.syncfusion.com/api/js/ejdatamanager#methods:insert) me

{% endhighlight %}

![](CRUD_images/insert1.png)
![Update in JavaScript DataManager CrudDataOperation](CRUD_images/insert1.png)

### Update

Expand Down Expand Up @@ -118,7 +118,7 @@ The [update](https://help.syncfusion.com/api/js/ejdatamanager#methods:update) me

{% endhighlight %}

![](CRUD_images/update1.png)
![Remove in JavaScript DataManager CrudDataOperation](CRUD_images/update1.png)

### Remove

Expand Down Expand Up @@ -167,7 +167,7 @@ The [remove](https://help.syncfusion.com/api/js/ejdatamanager#methods:remove) fu

{% endhighlight %}

![](CRUD_images/remove1.png)
![Remote CRUD Operations in JavaScript DataManager CrudDataOperation](CRUD_images/remove1.png)

## Remote CRUD Operations

Expand Down Expand Up @@ -233,7 +233,7 @@ The insert method of the data manager is used to add a new record to the table.

{% endhighlight %}

![](CRUD_images/insert2.png)
![Update in JavaScript DataManager CrudDataOperation](CRUD_images/insert2.png)

### Update

Expand Down Expand Up @@ -432,4 +432,4 @@ Batch Editing is a unique feature, where requests to add, remove and change are

Result of the above code example is illustrated as follows.

![](Editing_images/Editing_img1.png)
![Batch Edit in JavaScript DataManager CrudDataOperation](Editing_images/Editing_img1.png)