Strange image not loaded in grid

hello, everybody.

I am stucked with a strange behavior when designing my grid.

In the Aspose.Grid.Web Designer, it´s all correct, but when I use

the grid it renders a image that can´t be loaded between the UndoButton and the Tabbar.

To see this scene, open: http://www.meualbum.com/imagens/fotos/cod12403/aspose_grid.jpeg

Thank you all.

Rudolf Gütlich
Delsis Sistemas.

Hi,
Please check the CustomCommandButton's ImageUrl settings. The ImageUrl can be a absolute path or a path relatived with the page.
For examples,
absolute path: "/images/button.gif"
relative path: "imgs/b.gif", "../imgs/b.gif"
You may also use an application relatived path: "~/images/b.gif"
Thank you for considering Aspose.