Validation
RELATED VIDEOS |
---|
Validation with RadGridView for WinForms In this video you will learn how to use the event-based Validation functionality in RadGridView for WinForms. Learn how to use the CellValidating and RowValidating events to ensure user input is valid. (Runtime: 08:47) |
To prevent invalid input, wire the ValueChanging and ValueChanged events of the grid and add custom validation logic. Below is a simple example that demonstrates how to reject strings longer than 10 characters: