Coder Social home page Coder Social logo

onebalaban / aspxgridview-a-simple-batch-editing-implementation-e5045 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devexpress-examples/aspxgridview-simple-batch-editing-implementation

0.0 1.0 0.0 16 KB

.NET, ASP.NET Web Forms, ASPxGridView

Home Page: https://codecentral.devexpress.com/e5045

License: Other

ASP 31.76% C# 68.24%

aspxgridview-a-simple-batch-editing-implementation-e5045's Introduction

Files to look at:

ASPxGridView - A simple Batch Editing implementation

This example illustrates a simple implementation of a new ASPxGridView Batch Editing Mode functionality available starting with version 13.2:
ASP.NET WebForms & MVC: GridView Batch Edit (What's new in 13.2)

This example is a standalone DB-independent solution of the online Batch Editing demo. Refer to the demo's Description for more information.

Handle the ASPxGridView RowInserting/RowUpdating/RowDeleting events if you want to submit a batch of modifications individually via a corresponding CRUD procedure.
Handle the ASPxGridView.BatchUpdate event if you want to submit a batch of modifications at once via a corresponding BatchUpdate procedure.

Note that this example uses a custom local data source stored in Session. The grid is bound to a list of objects of the GridDataItem type. The GridDataItem class here is implemented specially for this local data source. If you're using another data source, you can use the same approach to save the inserted/modified data in the RowInserting/RowUpdating/RowDeleting/BatchUpdate events without adding this class and modify your data by creating the corresponding requests to the data source in these event handlers


aspxgridview-a-simple-batch-editing-implementation-e5045's People

Contributors

devexpressexamplebot avatar devexpresssupportteam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.