Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit 524533e

Browse files
add runOnline link to readme
1 parent aa30e96 commit 524533e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
* **[Index.cshtml](./CS/GridViewBatchEdit/Views/Home/Index.cshtml)**
1212
<!-- default file list end -->
1313
# GridView - How to implement a popup Edit Form when the Batch Edit mode is used
14+
<!-- run online -->
15+
**[[Run Online]](https://codecentral.devexpress.com/t328405)**
16+
<!-- run online end -->
1417

1518

1619
<p>This example demonstrates how to implement editing in the popup's Edit Form when the grid's Batch Edit mode is used. The main idea is to create editors for all editable fields of the grid. Then, after filling the fields, all values are set to the grid with the <a href="https://documentation.devexpress.com/#AspNet/DevExpressWebScriptsASPxClientGridViewBatchEditApi_SetCellValuetopic">ASPxClientGridView.batchEditApi.SetCellValue</a> method. </p>

0 commit comments

Comments
 (0)