Hi there,
In my RadGrid, I use the following ExpandCollapseColumn
| <ExpandCollapseColumn ButtonType="ImageButton" ExpandImageUrl="img/Expand.gif" CollapseImageUrl="img/Collapse.gif"> |
| <ItemStyle CssClass="navigationCell" /> |
| <HeaderStyle CssClass="navigationCell headerCell" /> |
| </ExpandCollapseColumn> |
The images don't show up though; the output-html suggests, that not an image-button (which would be input type="image"), but a regular button is produced (image-type is "submit"). Is the <ExpandCollapseColumn>-Element not the righf place for defining this?
Best regards,
Jens