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…

  • TemplatedColumn dropdownlist not accessible from code behind

    Hi,

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

          <igtbl:ultrawebgrid><Bands><igtbl:UltraGridBand key="ugb">
                                              <Columns>
                                                 <igtbl:TemplatedColumn Key="action">
                                                     <CellTemplate>


                                                        <asp…

  • Differentiate between webgrid scrolling and new listbar selection?

    Hi, hopefully an easy question for someone. I'm trying to set up a statement that chooses whether or not to create a new binding. So InitializeDataSource would have something like this:

    If <new report selected> Then
    webgrid.Rows.Clear()
    webgrid…