Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    GridList field validators

    I'm looking for a way to defer the binding of a Validator to a ListGrid's field until after the Grid has been drawn.

    I noticed that until the Grid is drawn the getField() method returns null. However, I would like to keep this code with the rest of the initialization code for the Grid. Is there an onDraw() or initialized() callback?

    (Sorry, that subject should have been "ListGrid Field Validators")
Working...
X