Examples: Data Editing
- 3 minutes to read
Examples
- How to: Specify an Editor for a Column
- How to: Assign Different Column Editors for Different Rows
- How to: Specify Different In-place Editors to Use in Display and Edit Modes
- How to: Create a Column and Assign an Editor to It
- How to: Delete a Row When the CTRL+DEL Shortcut is Pressed
- How to: Discard Changes Made to the Focused Row
- How to Conditionally Prevent Editing for Individual Grid Cells
- How to: Get the Currently Edited Value
- How to: Initialize Cells in Newly Created Rows
- How to: Prevent Specific Characters From Being Entered Within a Column
- How to: Set a Cell Value When Another Column Value is Changed
- How to: Validate Data Entered by End-Users
- How to: Validate Modified Rows
- How to: Filter a LookUp(ComboBox) Column Based on Another Column Value
- How to: Paste Data from the Clipboard
- How to: Disable a Specific Data Row
- How to: Highlight Modified Cells
- How to: Implement CRUD operations (LinqServerModeSource)
- What Can Cause Properties, Methods, and Events of a Detail View to Fail?
Knowledge Base Articles
- Can I get an edit value from a repository item?
- How to get the index/value of the selected item in a RepositoryItemRadioGroup which is in a GridControl
- How to force the Grid Control to auto-select cell contents
- How to Focus a Specific Cell of my Grid View
- How to hide a check box in a grid cell
- How to automatically open the popup window of a dropdown in-place editor
- How to use a combo box whose choices are different for each cell in the grid
- How to confirm row deletion when using an embedded navigator
- How to save the value of an in-place check box as soon as it is changed
- How to change a default in-place editor automatically created by the grid for specific column types
- Text disappears from a LookUp editor after focusing another grid column
- How to make my grid columns read-only
- How to assign an event handler to the in-place editor
- How to make a read-only Hyper link column launch a web browser when a link is clicked
- How to change the row error icon which is displayed within a row indicator
- A custom control as an in-place editor for a grid cell
- How to Delete Selected Data Rows
- How to save the currently edited row without moving to another row
- How to Disable the Immediate Opening of In-Place Editors
- What event is called after a column or row has been successfully modified?
- How can I allow end-users to move the cursor within a grid cell via the arrow keys when its content is selected
- How to determine in which exact cell the in-place editor has been activated
- How to get the selected text in a RepositoryItemLookUpEdit