I have a main datagrid, and want to launch a window with another datagrid in it, bringing in a different dataprovider. However, when I do this it acts funnny, brings in some default datagrid information and then gives me an error when I try to set the dataprovider:
"multiple initializers for property dataprovider. (note: 'dataprovider' is the default property of mx.controls.datagrid)"
ANyone know what this means, or what I could be doing wrong?