Hi
Is there a way to change the image of the UnboundCheckBoxField in the WebDataGrid?
Thanks in advance.
Florian
Hello Florian,Please let me know if you have any further questions regarding the issue. Was David's suggestion helpfull to you?
<Columns>
<ig:UnboundCheckBoxField Width="30px"
Key="RowSelected" HeaderChecked="False">
<CheckBox CheckedImageUrl="~/ig_res/Default/images/addnewrow_image.gif"
UncheckedImageUrl="~/ig_res/Default/images/add_up.gif" />
</ig:UnboundCheckBoxField>
So I would guess that I would see the images I picked. I do not. Is this a defect?
I just posted this in the webgrid forum. Any suggestions?