GitHub topics: aspxgridview
DevExpress-Examples/asp-net-web-forms-grid-custom-pager-with-page-size-item
Create a pager template and add editors to the template to implement a custom pager. The template also contains a combo box editor that emulates a page size item.
Language: ASP.NET - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 2

DevExpress-Examples/asp-net-web-forms-grid-export-two-grids-in-one-document
Use the XtraPrinting library to export several ASPxGridView controls into a single XLS document.
Language: ASP.NET - Size: 380 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-calculate-variance
Calculate a variance of two columns, variance of a group, and total variance
Language: ASP.NET - Size: 384 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-bind-to-xmldatasource
Bind ASPxGridView to the XmlDataSource control.
Language: ASP.NET - Size: 43.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

DevExpress-Examples/aspxgridview-create-columns-and-bind-grid-at-runtime
Create columns and bind the ASPxGridView to different data sources at runtime
Language: ASP.NET - Size: 90.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 2

DevExpress-Examples/asp-net-web-forms-grid--bind-to-excel-file
Load an Excel file into a standard ADO.NET DataTable object and use it as a grid DataSource.
Language: ASP.NET - Size: 149 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-bind-to-data-source-on-button-click
Use an external button to bind the grid to a data source.
Language: ASP.NET - Size: 76.2 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-bind-to-objectdatasource-with-server-paging
Bind the grid to an ObjectDataSource and enable server-side paging.
Language: C# - Size: 66.4 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-created-at-runtime-switch-data-sources
Bind an ASPxGridView created at runtime to different data sources
Language: Visual Basic .NET - 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-switch-data-sources-at-runtime
Bind ASPxGridView with autogenerated columns to different data sources at runtime.
Language: Visual Basic .NET - Size: 384 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 3

DevExpress-Examples/asp-net-web-forms-grid-programmatically-bind-combobox-column
Bind an ASPxGridView's ComboBox column to data in code behind.
Language: Visual Basic .NET - Size: 76.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-add-validation-summary-to-edit-form
Add the ASPxValidationSummary control to the grid's edit form.
Language: ASP.NET - Size: 383 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

DevExpress-Examples/aspxgridview-use-external-buttons-to-edit-records
Use external buttons to edit an ASPxGridView's data.
Language: ASP.NET - Size: 74.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-create-custom-filter-criteria
Allow users to set custom filter criteria in the Grid View control's filter row.
Language: ASP.NET - Size: 506 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-dropdownedit-with-listbox
Use a combination of the ASPxDropDownEdit and ASPxListBox editors to emulate a combo box that allows end-users to select multiple items within its dropdown list.
Language: ASP.NET - Size: 31.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-highlight-text-in-template
Highlight search results contained in templates.
Language: ASP.NET - Size: 426 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-display-custom-error-message-in-detail-row
Сreate a detail row template and add a label to the template to display an error message when the cell value is invalid.
Language: ASP.NET - Size: 366 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-implement-filter-row-template
Сreate a column's filter row template, add the ASPxGridLookup control to the template, and configure the column's filter functionality.
Language: ASP.NET - Size: 470 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-display-image
Use a column's ImageUrlFormatString property to display an image in the grid.
Language: ASP.NET - Size: 195 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/aspxgridview-how-to-use-batch-mode-on-editing-and-edit-form-mode-on-inserting-a-new-row-t191177
Wrap a grid control in a callback panel and switch the grid's edit mode on the panel's callback.
Language: ASP.NET - Size: 386 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

DevExpress-Examples/aspxgridview-upload-files
Upload files in Edit mode and see them on a click in Browse mode
Language: C# - Size: 2.8 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 4

DevExpress-Examples/asp-net-web-forms-grid-upload-files-to-binary-column-in-edit-mode
Create a binary column's edit item template and add an upload control to the template to upload files in edit mode. A user can also delete uploaded files after they are uploaded.
Language: ASP.NET - Size: 178 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-update-an-external-control-on-a-callback
Update the ASPxLabel control when a callback of the ASPxGridView control is finished.
Language: ASP.NET - Size: 445 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-store-focused-row-in-cookies
Save and restore a focused row index to cookies.
Language: ASP.NET - Size: 329 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-prevent-default-action-in-implement
Add a control in a column header and prevent a default action for the specified events
Language: ASP.NET - Size: 385 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-sort-record-based-on-selection
Handle the grid's CustomColumnSort event to sort records based on their selection state.
Language: ASP.NET - Size: 876 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-reorder-header-filter-items
Сhange the item order in the header filter.
Language: ASP.NET - Size: 658 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-use-webmethods-to-update-data
Create data item templates and use the WebMethod attribute to update data in templated columns without refreshing the entire grid.
Language: C# - Size: 103 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 2

DevExpress-Examples/asp-net-web-forms-grid-command-buttons-in-hot-tracked-rows
Use CSS classes to hide command or custom buttons and display them in hot-tracked rows only.
Language: ASP.NET - Size: 377 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-display-enlarged-image-in-popup-on-mouse-hover
Create a templated column, add an image to the template, and display the enlarged image in a pop-up window on mouse hover.
Language: ASP.NET - Size: 342 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 4

DevExpress-Examples/asp-net-web-forms-grid-show-operation-progress-and-cancel-operation
Created based on recommendations from the How to display progress information about server-side callback processing example.
Language: ASP.NET - Size: 325 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-text-wrapping
Try different options to control text wrapping.
Language: ASP.NET - Size: 48.8 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-set-edit-form-values
Calculate and assign a value to an editor in the edit form.
Language: ASP.NET - Size: 437 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-select-enabled-checkboxes-only
Change the selection state of enabled checkboxes only.
Language: ASP.NET - Size: 468 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 2

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-refresh-master-grid-on-detail-grid-callback
Use the callback functionality to update the master grid when detail grid data changes.
Language: ASP.NET - Size: 22.5 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-change-column-filter-in-code
Change a column's filter criterion on the server side.
Language: ASP.NET - Size: 248 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-editor-readonly-based-on-grid-state
Make ASPxGridView cell editors read-only based on the grid's state.
Language: Visual Basic .NET - Size: 388 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-initialize-editor-conditionally
.NET, ASP.NET Web Forms, ASPxGridView
Language: C# - Size: 144 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

DevExpress-Examples/asp-net-web-forms-gridview-select-deselect-all-rows-in-a-group
Add/remove all rows in a group to/from selection when Grid View data is grouped by one column.
Language: ASP.NET - Size: 517 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-search-in-column-chooser
Add an input element to the column chooser window and use it to filter columns in the window.
Language: ASP.NET - Size: 378 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-edit-data-in-grid-with-template-checkboxes
Create templated columns, add checkbox editors to the templates, and configure the grid's cell edit functionality.
Language: ASP.NET - Size: 44.9 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-extended-keyboard-functionality
Extend keyboard functionality to allow users to edit, delete, or add new rows with a keyboard.
Language: ASP.NET - Size: 342 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-implement-custom-date-validation-in-batch-edit-mode
Validate date column values on the client and server when the grid is in batch edit mode.
Language: ASP.NET - Size: 404 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-cascading-comboboxes-in-batch-edit-mode
Implement cascading combo box editors in batch edit mode in ASPxGridView
Language: Visual Basic .NET - Size: 1.41 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 3

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-display-progress-bars-in-data-cells
Display ASPxProgressBar controls in the ASPxGridView's data cells.
Language: ASP.NET - Size: 401 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

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-hide-edit-form-editor-programmatically
Hide an editor for a column based on certain conditions.
Language: Visual Basic .NET - Size: 71.3 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-hide-detail-button-for-empty-detail-rows
Рandle the grid's DetailRowGetButtonVisibility event to hide the detail button for empty detail rows.
Language: ASP.NET - Size: 416 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-hide-a-column-on-the-client
Change the visibility of the Grid View's columns on the client without making a round trip to the server.
Language: ASP.NET - Size: 455 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 3

DevExpress-Examples/asp-net-web-forms-grid-focus-inserted-row
Handle the grid's RowInserted event to focus the newly inserted row.
Language: C# - Size: 40 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-export-colored-grid-in-data-aware-mode
Color the exported grid when Data Aware export mode is used.
Language: C# - Size: 59.6 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-command-buttons-with-tooltips
Emulate command buttons or custom buttons with HTML elements and provide tooltips for them
Language: ASP.NET - Size: 355 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-edit-password-field
Edit a password field in a popup window.
Language: ASP.NET - Size: 47.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-display-group-summary-in-group-headers
Display group summaries in column headers separately for every group
Language: Visual Basic .NET - Size: 410 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 2

DevExpress-Examples/aspxgridview-how-to-customize-the-default-editor-in-the-built-in-filter-builder-t300124
.NET, ASP.NET Web Forms, ASPxGridView
Language: C# - Size: 30.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-customize-detail-buttons
Show detail buttons in random position and control button visibility in each row.
Language: ASP.NET - Size: 381 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/asp-net-web-forms-grid-blanks-and-non-blanks-header-filter-items
Add (Blank) and (NonBlank) items to a header filter in CheckedList mode.
Language: ASP.NET - Size: 438 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/aspxgridview-hyperlink-column-url-based-on-several-column-values
Create a column with URLs that depend on several column values.
Language: ASP.NET - Size: 485 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-display-ungroup-buttons-in-column-headers
Display buttons that allow users to ungroup columns.
Language: ASP.NET - Size: 379 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

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-change-cell-styles-dynamically-in-batch-edit-mode
Apply conditional cell formatting dynamically in Batch Edit mode.
Language: C# - Size: 83 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-calculate-templated-column-values-on-the-client
Create an unbound column (Total) that changes its value based on templated column values.
Language: ASP.NET - Size: 940 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-cache-data-on-the-client-side
Cache ASPxGridview row values on the client and access them without a callback to the server.
Language: ASP.NET - Size: 594 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 2

DevExpress-Examples/asp-net-web-forms-grid-bind-comboboxcolumn-edit-form-editor-at-runtime
Populate a GridViewDataComboBoxColumn with data and set its properties at runtime.
Language: ASP.NET - Size: 36.1 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 3

DevExpress-Examples/asp-net-web-forms-grid-bind-comboboxcolumn-based-on-row-index-in-batch-mode
Bind an ASPxGridView Combo Box column's cell editor to data in batch edit mode.
Language: C# - Size: 97.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 1

DevExpress-Examples/asp-net-web-forms-grid-custom-function-filter-criteria-operators
Use a CriteriaPatchBase class descendant to apply a custom function criteria operator.
Language: C# - Size: 604 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-filter-column-on-the-server
Use a text string from the external text box to filter a grid column on the server.
Language: ASP.NET - Size: 565 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-filter-column-on-the-client
Use a text string from an external text box to filter a grid column on the client.
Language: ASP.NET - Size: 522 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-customize-edit-form-layout
Use the grid's EditFormLayoutProperties property to customize the edit form layout and specify an editor's visibility based on a condition.
Language: ASP.NET - Size: 90.8 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-add-column-to-autogenerated-columns
Add a column to the grid when the AutoGenerateColumns property is enabled.
Language: ASP.NET - Size: 457 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-export-images
Export images from a GridViewDataImageColumn column
Language: C# - Size: 101 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 3

DevExpress-Examples/asp-net-web-forms-grid-display-context-menu-items-based-on-condition
Create context menu items and enable/disable or show/hide them on the client or server.
Language: ASP.NET - Size: 54.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - 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

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-gridview-custom-buttons-in-batch-edit-mode
Implement custom buttons in the status bar in batch edit mode
Language: ASP.NET - Size: 113 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 3

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-with-upload-control-in-batch-edit-mode
Use the upload control in batch edit mode.
Language: ASP.NET - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

DevExpress-Examples/asp-net-web-forms-gridview-change-a-cell-value-based-on-another-cell-value-in-batch-edit-mode
Change a column value when another column is changed and vice versa.
Language: C# - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

DevExpress-Examples/asp-net-web-forms-gridview-calculate-values-dynamically-batch-mode
Create an unbound column that changes its values based on other column values dynamically in batch edit mode.
Language: C# - Size: 54.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - 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

DevExpress-Examples/asp-net-web-forms-grid-implement-select-all-feature
Display the Select All checkbox in the Grid View control's column header.
Language: ASP.NET - Size: 56.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - 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-web-forms-grid-editing-in-linq-server-mode
Bind a grid to LinqServerModeDataSource with a LINQ to SQL data model.
Language: ASP.NET - Size: 85 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

DevExpress-Examples/aspxgridview-edit-in-memory-dataset
Use the ASPxGridView control to edit an in-memory data set with a master-detail relationship.
Language: Visual Basic .NET - Size: 143 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 3

DevExpress-Examples/asp-net-web-forms-grid-move-selected-rows-between-grid-controls
Move selected rows from one grid to another on a custom button click and update data sources on the server.
Language: ASP.NET - Size: 37.8 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 2

DevExpress-Examples/out-of-maintenance-how-to-show-the-context-menu-in-a-group-footer-and-set-a-group-summary-in-a-colum 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 347 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxgridview-how-to-bind-the-grid-to-separate-datasources-in-the-server-mode-on-t 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 33.2 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxgridview-how-to-expand-a-current-group-row-if-one-of-the-child-rows-is-select 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 371 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxgridview-how-to-filter-the-grid-using-the-outside-combo-box-e142 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 445 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxgridview-how-to-focus-a-master-row-when-a-user-clicks-the-expand-detail-row-i 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 23.4 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxgridview-how-to-group-records-by-first-letters-e2544 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 360 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxgridview-how-to-get-the-number-of-selected-rows-when-the-selected-row-is-dele 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 36.1 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxgridview-how-to-hide-a-detail-grids-column-when-exporting-a-master-detail-gri 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 372 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxgridview-how-to-hide-or-show-filter-row-menu-items-for-a-certain-column-e4885 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 18.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DevExpress-Examples/out-of-maintenance-aspxgridview-how-to-hide-text-in-the-gridviewdatacoloreditcolumn-in-browse-mode-e 📦
.NET, ASP.NET Web Forms, ASPxGridView
Size: 21.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 1
