Nate, This line in the SearchWidget.mxml is what centers the datagrid.PopUpManager.centerPopUp(myfloatdg);
Is this truly your latest code in your SearchWidget.xml?<symbols>
<simplefillsymbol color="0x000000" alpha="0.0">
<outline color="0x000000" alpha="0.0" width="2"/>
</simplefillsymbol>
<!-- You can have one or the other, either simplemarkersymbol or picturemarkersymbol
defined for your point results NOT BOTH. picturemarkersymbol will override simplemarkersymbol
if you do not have it commented out. -->
<!--<simplemarkersymbol style="square" size="12" color="0xff0000" alpha="0.0" xoffset="0" yoffset="0" angle="0">
<outline style="solid" color="0x000000" alpha="1" width="1"/>
</simplemarkersymbol>-->
<picturemarkersymbol url="assets/images/i_search2.png" height="30" width="30" xoffset="0" yoffset="0" />
<simplelinesymbol color="0xff0000" alpha="0.8" width="2"/>
</symbols>
Because it does not make sense what you are seeing then.