Hi,
I have a Ultraweb grid which display some data group wise
I having the - and + to expand and unexpand. I dont want that one, instead i dont need expand / unexpand, I need a image there. I used and saw GroupBY image also, but its not working.
Can any one help please?
Thanks in advance
Thanks
S Nagarajan
I got it and the solution is
Grid.Bands[0].ExpandImage = "imageurl"
Grid.Bands[0].CollapseImage= "imageurl"
Thats it!!!