Topic: "batch-editing"
DevExpress-Examples/asp-net-mvc-grid-enable-and-disable-batch-editing
Use the check box state to enable or disable the grid's cell edit functionality in batch edit mode.
Language: Visual Basic .NET - Size: 268 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

DevExpress-Examples/asp-net-mvc-grid-edit-item-template-in-batch-mode
Create an edit item template, add an editor to the template, and configure the grid's cell edit functionality in batch mode.
Language: JavaScript - Size: 250 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

DevExpress-Examples/asp-net-mvc-grid-cascading-combo-boxes-in-batch-edit-mode
Create combo box editors and configure the grid's cell edit functionality in batch mode.
Language: Visual Basic .NET - Size: 1.12 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

DevExpress-Examples/aspxgridview-simple-batch-editing-implementation
Configure an ASPxGridView to use the batch editing mode with an object data source stored in session.
Language: Visual Basic .NET - Size: 106 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 4

DevExpress-Examples/asp-net-mvc-grid-update-total-summaries-on-client-in-batch-mode
Replace a summary item with a custom footer template to calculate the total summary dynamically in batch edit mode.
Language: Visual Basic .NET - Size: 587 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 2

DevExpress-Examples/asp-net-mvc-grid-select-all-checkbox-in-batch-edit-mode
Create a header template, add a check box to the template, and implement the Select All functionality in batch edit mode.
Language: JavaScript - Size: 995 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

DevExpress-Examples/asp-net-mvc-grid-cancel-editing-conditionally-in-batch-mode
Cancel grid data editing in batch edit mode on the client or server side.
Language: JavaScript - Size: 335 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 3

DevExpress-Examples/asp-net-mvc-grid-dynamic-calculation-in-batch-mode
Create an unbound column that changes its values based on other column values dynamically in batch edit mode.
Language: JavaScript - Size: 544 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 2

DevExpress-Examples/asp-net-web-forms-grid-use-templates-in-batch-edit-mode
Create a column's template, add a rating control to the template, and configure the grid's cell edit functionality in batch mode.
Language: JavaScript - Size: 112 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

DevExpress-Examples/asp-net-mvc-grid-custom-buttons-in-batch-mode
Implement a status bar template to replace default command buttons with custom buttons when the grid is in batch edit mode.
Language: JavaScript - Size: 905 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 2

DevExpress-Examples/asp-net-mvc-grid-batch-edit-mode
Enable the grid's batch edit mode and use a controller action method to update grid data.
Language: Visual Basic .NET - Size: 670 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 2

DevExpress-Examples/asp-net-web-forms-grid-update-total-summaries-on-client-in-batch-mode
Replace a summary item with a custom footer template to calculate the total summary dynamically in batch edit mode. In this example, the grid's HighlightDeletedRows property is set to false.
Language: C# - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 2

DevExpress-Examples/asp-net-web-forms-grid-use-webmethods-to-implement-cascading-combo-boxes-in-batch-mode
Implement cascading combo box editors in batch mode and use WebMethods to populate the editors with data. .NET, ASP.NET Web Forms, ASPxGridView
Language: C# - Size: 101 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 2

DevExpress-Examples/asp-net-web-forms-grid-update-total-summary-with-highlighted-deleted-rows-in-batch-mode
Calculate the total summary dynamically in batch edit mode when the grid's HighlightDeletedRows property is enabled.
Language: ASP.NET - Size: 53.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-edit-item-template-in-batch-mode
Create an edit item template, add an editor to the template, and configure the grid's cell edit functionality in batch mode.
Language: ASP.NET - Size: 74.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-validate-cell-values-on-server-in-batch-mode
Pass an editor's value to the server in batch edit mode, validate the value based on a condition, and pass the validation result to the client.
Language: C# - Size: 52.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-calculate-column-values-and-total-summaries-in-batch-mode
Create an unbound column that changes its values based on other column values and replace summary items with custom footer templates to calculate total summaries dynamically in batch edit mode.
Language: ASP.NET - Size: 89.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 4

zvakanaka/mklapse
make a styled time lapse from a directory of photos
Language: JavaScript - Size: 6.68 MB - Last synced at: 7 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

DevExpress-Examples/blazor-treelist-batch-editing
Use Entity Framework Core to implement batch data editing with the DevExpress Blazor TreeList component.
Language: HTML - Size: 371 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/blazor-grid-batch-editing
Use Entity Framework Core to implement batch data editing with the DevExpress Blazor Grid component.
Language: HTML - Size: 575 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-single-cell-editing
Edit a grid cell in batch mode and update the data source on a callback.
Language: ASP.NET - Size: 708 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-select-all-checkbox-in-batch-edit-mode
Create a header template, add a check box to the template, and implement the Select All functionality in batch edit mode.
Language: ASP.NET - Size: 424 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-select-single-checkbox-when-template-or-batch-mode-is-applied
Configure the grid's cell edit functionality to select a single checkbox in a row.
Language: C# - Size: 126 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-implement-popup-edit-form-in-batch-mode
Use a popup control to edit grid data in batch mode.
Language: ASP.NET - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-enable-and-disable-batch-editing
Use the check box state to enable or disable the grid's cell edit functionality in batch edit mode.
Language: ASP.NET - Size: 159 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-access-and-modify-template-controls-in-batch-mode
Create a templated column, add content to the template, and use client-side GetCellTextContainer and GetControlsByPredicate methods to access and modify the template content in batch edit mode.
Language: JavaScript - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

SyncfusionExamples/EJ2-DataGrid-ASPMVC-EditAllRows-BatchEdit
Edit all rows using Batch Editing
Language: JavaScript - Size: 12 MB - Last synced at: 23 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

SyncfusionExamples/EJ2-DataGrid-MVC-Editing-Batch-Aggregates-calculate-difference-between-columns
Calculate the total difference between two columns in grid on batch editing using aggregates. Also prevent updating the values if the aggregate column values differ.
Language: C# - Size: 303 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 2

SyncfusionExamples/different-editing-modes-and-cell-edit-types-in-react-tree-grid
A quick-start project that helps you to enable toolbar with editing options in React Tree Grid, and the different cell edit types and modes. This project also contains simple code to render command columns in Tree Grid.
Language: JavaScript - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

EugeniyBurmistrov/aspxgridview-a-simple-batch-editing-implementation-e5045 Fork of DevExpress-Examples/aspxgridview-simple-batch-editing-implementation
Configure an ASPxGridView to use the batch editing mode with an object data source stored in session.
Language: Visual Basic .NET - Size: 79.1 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
