I do not want setImagePath to be affected by the skin.

How do I change this behavior? When using a grid for example, if I code this…

grid.setImagePath(’…/Images/’);
grid.setSkin(‘light’);

Src attributes get rendered to…

‘…/Images/dhxgrid_light/item_chk0.gif’ // But I DO NOT want this!

I want this…

‘…/Images/item_chk0.gif’

Unfortunately such feature is not available now.