Browse By Tags

  • Multiple enabled and disabled checkbox states for the ASP.NET AJAX Data Grid

    ASP.NET AJAX Data Grid with enabled and disabled checkbox statesIs it checked or not quite? Multi-state checkboxes are in the menu today. Which, of course, begs the question “Doesn’t the WebDataGrid already support checkbox columns out-of-the box?”. Why yes, it does support a tri-state CheckBox Field, but there are…

  • jQuery Grid Checkbox Column alternatives (continue)

    This is the second part covering the topic of jQuery Grid checkbox column alternatives and/or custom implementations. A quick recap: the Checkbox column is a feature that provides default setup to turn Boolean values in the jQuery grid into checkboxes…

  • Re: CheckBoxColumn and cell focus

    This is expected behavior.  The first click will put the cell into edit mode, the second will toggle the value of the checkbox. 

    We do this so that the checkbox can participate in our editing framework in a manner similar to how our other cells support…

  • CheckBox Event Handling in XAMWebGrid

    We have a XAMWebgird containing a Checkbox column in a Template Column, define in the XAM file as given below:

     

    <igGrid:TemplateColumn Key="IsSelectedForLinking" HeaderText="Selected for Linking">

    <igGrid:TemplateColumn…