Browse By Tags

  • Unbound checkbox losing state after second postback

    Hi,

    We have found the following behavior with Web Grid, and want to confirm if the same is a bug.

    Created an Unbound column of CheckBox Type, and placed a 'Test Postback' on the page (outside the WebGrid).

    1. Check one or more Check Boxes

  • Ultrawebgrid Filter on Checkbox Column

    Hi,  I have a grid with all text columns but one.  I have filtering enabled and it works for all of the text columns, but it does not work for the checkbox column.  The checkbox column is of type boolean.  How can I get the checkbox column filter to work…

  • HOWTO: Hierarchical checkbox selection with an Infragistics UltraWebGrid

    I couldn't find any guide on how to enable hierarchical checkbox selection in the UltraWebGrid (checking a checkbox in a parent row checks the boxes in its children rows), so I made a blog post about it when I was done.  Check it out if you need the…

  • Value Returned by ColumnType.CheckBox

    What are the reasons that the value returns false (boolean) when a check box is not checked, but returns "true" (string) when the check box is checked?