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
148
Losing checkbox style after pagination
posted

Hi

I'm using WebDataGrig from Infragistics Infragistics2.Web.v11.2.

WebDataGrid has enable pagination mode "NextPreviousFirstLast".

WebDataGrid has a checkbox column.

 <ig:BoundCheckBoxField DataFieldName="CONECTION" Key="CONECTION">
                    <Header Text="CONECTION" />
                    <Footer Text="CONECTION" />
</ig:BoundCheckBoxField>

On the page first load the "checkbox" are rendered correctly, but after the pagination the "checkbox" appear incorrectly, as image below:

  • 148
    posted

    More problem information:

    On the first page load, the src image is as follow:

    "http://localhost/WebAppTest/ig_res/Default/images/ig_checkbox_on.gif"

    After pagination, the src image is as follow:

    "http://localhost/ig_res/Default/images/ig_checkbox_on.gif"

    The webconfig is as follow:

    <infragistics.web styleSetName="Default" styleSetPath="~/ig_res" imageDirectory="~/ig_res/Default/images" />