Change the repository type filter
All
Repositories list
7.1k repositories
- Create a header template, add a check box to the template, and implement the Select All functionality in batch edit mode.
- Add/remove all rows in a group to/from selection. Note that this technique works only when grid data is grouped by one column.
- Create a custom Copy button that allows users to clone a grid row.
- Implement optimistic concurrency when you bind the GridView extension to a data source using the Entity Framework and the "Code First" development approach.
- Сonfigure the grid's edit functionality to update the values of hidden columns.
- Implement a custom clone button in batch edit mode.
- Implement unobtrusive client-side validation.
- Create cascading combo box editors and use them to edit grid data.
- Use the grid's AddNewRowRouteValues property to focus the newly inserted row.
- Create an unbound column, populate it with data from a data source, and customize header filter items.
- Bind the GridView extension to a list and allow users to edit extension data.
- Use the jQuery framework to drag rows between grids.
- Display a hyperlink in a Grid View's templated column.
- Use a popup control to display a custom tooltip.
- Create the grid's footer template, add a custom page size item to the template, and display the Show All Records button.
- Use the check box state to enable or disable the grid's cell edit functionality in batch edit mode.
- Handle the grid's client-side SelectionChanged event to calculate summary values for selected rows.
- Add a column to the Grid View when the AutoGenerateColumns property is enabled.
- Filter grid data and export it using the XtraReports Suite.
- Implement a status bar template to replace default command buttons with custom buttons when the grid is in batch edit mode.
- Cancel grid data editing in batch edit mode on the client or server side.
- Create an edit item template, add an editor to the template, and configure the grid's cell edit functionality in batch mode.
- Use the upload control in batch edit mode. All files are stored in memory until you call the update method.
- Create an unbound column that changes its values based on other column values dynamically in batch edit mode.
- Use a page control in a detail row template to switch between detail grids.
- Use the ListBox extension to pass a filter expression between the Controller, View, and client-side parts of an application.
- Create combo box editors and configure the grid's cell edit functionality in batch mode.
- Enable the grid's batch edit mode and use a controller action method to update grid data.
ProTip! When viewing an organization's repositories, you can use the
props. filter to filter by custom property.