New to Telerik UI for Blazor? Download Free 30-day trial
TreeList - InCell Editing
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
First Name | Last Name | Hire Date |
---|
Daryl | Sweeney | 2/7/2012 8:00:00 PM | |
Guy | Wooten | 3/3/2010 8:00:00 PM | |
Buffy | Weber | 7/11/2011 6:00:00 PM | |
Skyler | Cleveland | 11/10/2014 12:00:00 AM | |
Priscilla | Frank | 11/30/2014 12:00:00 AM | |
Ursula | Holmes | 6/6/2011 12:00:00 AM | |
Melvin | Carrillo | 7/21/2014 12:00:00 AM | |
Martha | Chavez | 3/12/2013 12:00:00 AM | |
Oren | Fox | 5/14/2013 12:00:00 AM | |
Amos | Barr | 3/9/2010 12:00:00 AM |
- Editing-incell.razor
- EmployeeDirectoryService.cs
- EmployeeDirectoryDto.cs
Description
- Inline
- InCell
- Popup
All modes support validation. This demo showcases the capabilities of the InCell editing mode as well as customizing command column buttons. When you click on an editable cell on the Grid row an editor opens and allows changes to the value. When you click Enter or focus away from the cell the update is applied. To cancel the operation use the Escape key on your keyboard.
The InCell edit mode is optimized for fast data entry - moving between the cells in edit mode requires very few actions on the keyboard only. You can use Tab
and Shift+Tab
to move between editable cells on the same row, and Enter
will open the same column on the next row. Just like in Excel.