Hello.
I'm very interested In coolite component. and I'am in a test proyect...
Actually I have this problem...
I need to put a .NetValidator... near to a Coolite Control... but i can't find the way to do this,..
I need something Like:
Dim Tabla As New TableLayout
Tabla.ID ="anyId"
Dim TextBox As New Coolite.Ext.Web.TextField
TextBox.id = "anyTextId" 
Dim cell As New Cell
cell.Items.Add(TextBox)
' HERE i need to add a RequiredFieldValidator to this TextBox.
cell.Items.add(RequiredFielValidator) The Validator must be placed in this cell... near to the TextBox
' But i can not do this
Someone Can HelpMe... Please! ??'