Data Editing - Validation

 FromSubjectDateHas Attachment#
[Collapse]Developer Express - Ray 12/10/2007 
 
The value cannot be empty.
v
UpdateCancel
 Please, correct all errors.
  Matthew RobertsRe: New Holiday Skin12/10/2007Edit
 [Collapse] Re: New Holiday Skin12/10/2007Edit
   NC SoftwareRe: New Holiday Skin12/10/2007Edit
 [Collapse]Andy WallRe: New Holiday Skin1/6/1975Edit
  [Expand]Max V. Evseev (Developer Express) 12/12/2007Edit
 [Collapse]wolfgang hauer 12/13/2007Edit
   James MurrayRe: New Holiday Skin12/15/2007Edit
Description
C#
VB
ASPX

The ASPxTreeList allows you to manually validate edited nodes and display errors for invalid fields.

This demo illustrates how to include data validation into your next ASP.NET project. Validation is implemented within the NodeValidating event handler. Invalid values are indicated via error icons. Hovering the mouse over an icon displays a hint along with an error description.

The HtmlRowPrepared event is handled to indicate nodes with invalid data. This event is raised for each node when the corresponding row within the table has been created. In this sample, nodes with invalid data are painted in red.