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…

  • igtblGetGridById not found! from page that uses a Master page

    I am trying to write some very basic javascript that retrieves an ID from the selected row (active row) of a WebGrid.

    My page has a master page (which may be cohntributing to my issues)...

     

    here is the content in my page (at least the script)

    <asp…

  • UltraWebGrid and doPostBack

    Hi,

    I am using the UltraWebGrid inside an UpdatePanel on my page and I am getting numerous Javascript errors after I call the __doPostBack function from a client-side event handler. The grid works fine beforehand, but after the function is called many…

  • Webgrid HeaderClick_Handler(gridName,HeaderId,MouseKey)

    hi,

    how can i handle value return by clientside function

    function HeaderClick_Handler(gridName,HeaderId,MouseKey)

    {

    HeaderId = HeaderId.substring(HeaderId.lastIndexOf(
    "_")+1);

    //alert(HeaderId)

    if(HeaderId=="5")//for header after…