Browse By Tags

  • Checkbox column and checkbox in column header in ultrawebgrid

    Hi,

    I have created a templated column and a templated column header. Here is the code snippet:

       <igtbl:ultrawebgrid>
       <Bands>
        <igtbl:UltraGridBand key="ugb1">
         <Columns>
          <igtbl:TemplatedColumn Key="check" Type="CheckBox…

  • WebGrid - Check All, Uncheck All

    Hi,
     

    Normal 0 false false false MicrosoftInternetExplorer4

    I have a webgrid with 2 columns. The first column is a bound field and the second is an unbound…

  • Need help with cleint and server side code (ultrawebgrid)

    I am planning to display a grid as shown below...group the grid by default with a column in the code (but don't want to display the column name there...it's displaying "Role" here in the image). Here for each group, there may be several rows(funds). The…

  • UltraWebGrid with checkboxes and dropdowns as columns

    Hi,

     

    I want to display a scrollabe ultrawebgrid with some columns as dropdownlist or most probably webcombo ( which will be populated from database ) and checkboxes. Also I want to perform some functionality if checkboxes are selected on server side.