Hi, I am getting a runtime error stating : TypeError: Error #1010: A term is undefined and has no properties.
This happens when I try to set the headerText for a dynamically created DataGridColumn which contains spaces and special characters. For ex: var myDGCol:DataGridColumn = new DataGridColumn("mynewCol1"); myDGCol.dataField = "mynewCol1"; myDGCol.headerText = "2/20/07 to 4/3/07"; After this I add up the "myDGCol" to the DataGrid columns. When I have a data, which enables the Vertical ScrollBar and I try to scroll, this exception comes up. Has anyone faced this earlier ? Regards, Asgar.