Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
UnboundCheckBoxField changing images does not work
posted

           <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?

Parents
No Data
Reply
  • 19693
    Suggested Answer
    posted

    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" />

                    </ig:UnboundCheckBoxField>

    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.

Children
No Data