When I add an UltraGridColumn programatically and try to add a ValidatorItem to the column Validators, it will work; but, on Postback there is an exception trying to LoadViewState for the column in question.
[ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index] System.Collections.ArrayList.get_Item(Int32 index) +2748189 Infragistics.WebUI.UltraWebGrid.ValidatorItemsCollection.get_Item(Int32 index) +29 Infragistics.WebUI.UltraWebGrid.ValidatorItemsCollection.LoadViewState(Object savedState) +537 Infragistics.WebUI.UltraWebGrid.ValidatorItemsCollection.System.Web.UI.IStateManager.LoadViewState(Object savedState) +31 Infragistics.WebUI.UltraWebGrid.UltraGridColumn.LoadViewState(Object savedState) +399 Infragistics.WebUI.UltraWebGrid.UltraGridColumn.System.Web.UI.IStateManager.LoadViewState(Object savedState) +32
This sounds like potentially a problem with the control. I would suggest you contact our Developer Support team.
http://es.infragistics.com/gethelp
Devin