Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Set ExpandImage / CollapseImage in css-file in hierarchical webgrid
posted

Hi everybody,

I have a hierarchical webgrid and need to use own Expand and Collapse Images. You can set the Image Urls via code in the InitializeLayout event,

e.Layout.Images.ExpandImage.Url = "MyOwnExpandImage";

But can you also apply a custom expand image which is defined in a css-file? So a change of the images can be done in the css and not in the source code.

Thank in advance,

t_val_u