Browse By Tags

  • WebGrid in an UpdatePanel Doesn't fire server event on cell update but does postback

    I have a webgrid (8.2 CLR 3.5) in an update panel which is bound from the server side to a combination of data values and a generated column.  The generated column is a checkbox type.  When the user clicks on the checkbox, I expected the UpdateCell or Update…

  • WebGrid selection to filter another WebGrid

    Oops..I placed in the wrong Discussion group.

     

    Hi,

    I am trying to filter a webgrid based on another webgrid's selection.  When the page is first loaded my toBeFilteredGrid shows all rows and my selectionGrid defaults to one of the rows (selected…