Hi,
I have a grid with grouping enabled, using the default skin. I am trying to replace the images on the buttons to expand and collapse a group with more standard plus and minus images. I'm not having a great deal of success though.
I assumed that it would be as simple as setting the ExpandCollapseColumn-CollapseImageUrl and ExpandCollapseColumn-ExpandImageUrl properties, but that is having no impact.
I have been able to change the images by creating an OnColumnCreated event and setting the ExpandImageUrl and CollapseImageURL properties on the GridGroupSplitterColumn. But when I do that, the buttons are being rendered as IMG rather than INPUT tags.
Am I doing something fundamentally wrong?
I have a grid with grouping enabled, using the default skin. I am trying to replace the images on the buttons to expand and collapse a group with more standard plus and minus images. I'm not having a great deal of success though.
I assumed that it would be as simple as setting the ExpandCollapseColumn-CollapseImageUrl and ExpandCollapseColumn-ExpandImageUrl properties, but that is having no impact.
I have been able to change the images by creating an OnColumnCreated event and setting the ExpandImageUrl and CollapseImageURL properties on the GridGroupSplitterColumn. But when I do that, the buttons are being rendered as IMG rather than INPUT tags.
Am I doing something fundamentally wrong?