Browse By Tags

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

  • UltraWebGrid Row Width With Multiple Bands

    I have an UltraWebGrid (version 8.3) which has 2 bands of data. The first band holds a small amount of summary data, while the second band holds a lot to detailed information. The problem I have is that once I have set the widths of the columns in the…