jQWidgets Forums

jQuery UI Widgets Forums Grid Grids with checkboxes issue

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Grids with checkboxes issue #70506

    priyam.basu
    Participant

    Hi,

    I have a grid with a checkbox column. When I load the grid, all checkboxes are filled in with black boxes. This happens for in a number of instances and then when I click again, they disappear, and click a checkbox again and they re-appear, etc.
    Has happened when:
    •adding new rows
    •at the end of a row in the grid and a new row is added
    •the last column checkbox on a page in a grid is clicked

    Please help.

    Thank You

    Grids with checkboxes issue #70517

    Peter Stoev
    Keymaster

    Hi priyam.basu,

    Checkbox column should be bound to a field with Boolean values i.e your data source for that column should have only true and false values. If the datafield is incorrect or your data source for that column does not contain true and false values, the checkboxes will be with black boxes because they are neither true or false. See the demos to learn how to create and bind such column. The first Grid demo on our website has such column.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.