Browse By Tags

  • 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…

  • Setting A row's Text Value based off a Boolean Value

    Greetings, 

    Given a SQL Server 2005 column "IsPaid"  of Type Bit -- Boolean ( 1 ,0)
     
    I want to display a string in the grid, how do I accomplish this? 

     
    Since the dataytype that is comming back is Boolean,  and I am trying assign a String,  this does not…