With a confliction between some class of my CSS file and devexpress's own style, LoadingPanel pop ups appearing very long (aproximately 1000px width).
This problem occures every loading popup panels of DevExpress tools, is not one of the individual controls problem..
I don't want to track and change CSS file, because it's so cool and very long file.
You can try with ASPxGridView.Styles.LoadingPanel properties. Use it like this:
<dxwgv:ASPxGridView ...>
<Styles>
<LoadingPanel ...></LoadingPanel>
</Styles>
</dxwgv:ASPxGridView>