2X faster development
The ultimate WPF UI toolkit to boost your development speed.
GridDataControl loads with default CellType as TextBox. Edit mode allows you to edit the content of the Cell. You can enter a new line (Line break) by using Shift+Enter key in the TextBox. You can press Enter key to disable the CurrentCell’s edit mode. You can enable new line (Line break) by using Enter key and set AcceptsReturn property of GridStyleInfo class to “True”. To enable this feature for a particular column, you can set ColumnStyle property of that visible column as AcceptsReturn. Refer the following code example. XAML# Here the Cells under “EmployeeID” column are customized to insert LineBreak by using Enter key. You can also insert LineBreak for a cell using the QueryCellInfo event in code behind. Refer the following code sample where AcceptsReturn property is set to “True” for the cells with column name “EmployeeID”. C#
|
2X faster development
The ultimate WPF UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.