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