Browse By Tags

  • Sorting Columns and Row Index

    Hi.

     After sorting a column by clicking on the header, the row index property isn't updated to reflect the new order.

    I have an ultra grid with a user name column and a textbox where the user may type in a username to search for.

    On the ultragrid…

  • AfterRowActivateHandler - how to print cell value

    Hi,

     I want to handle AfterRowActivateHandler event of Webgrid, using this how I can get value of perticular cell of selected row.

    Thanks,

     

  • Header and row styles

    I have setup a grid with separate css classes for Row, AlternateRow and Header. In these i set different background colors. I am finding that the header color is being overridden by the row color. Why would this be and how can i get around it? I have…