<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?
Hello mland,
Thank you for posting in our forums.
I checked the behavior with the latest service release of v11.2 and I wasn't able to reproduce the behavior
In my environment(Windows7 + IE9) I used the below code snippet and I was able to see the new images applied
<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" />
What build of 11.2 are you using? What is the OS, browser version of your environent?
Have you deployed the application to IIS?
Hope hearing from you.