Browse By Tags

  • WebGrid with checkboxes (again). With grouping bands this time

    Given: webgrid with 2 grouping bands, headers displayed for each. Typical view:

    HEADER 0

         - row0 (band 0) [expanded]

               HEADER 1

                     row0 (band 1)

                     row1 (band 1)

          + row1 (band 0)

          + row2 (band 0)

    The problem:

    1) show checkbox column on postback (like…

  • Unable to get grid value in server side

    Hi,

    I have ultrawebgrid ,Each row  contains one checkbox and one remarks (text box), on click of submit button i need to get all the values which are checked alongwith the remarks on

    BtnSubmit_Click event of button but i am unable to find the control…