Browse By Tags

  • Change cell color

    I am validating the cell value in the grid.If the value not available(null) then the cell background color needs to change.

    The below code working only for odd rows, for even rows the cell background color is not changing.

    Is there any other way to…

  • Filter UltraWebgrid client-side with no AJAX or Postback

    I have been searching for a way to filter my web grids and combos using javascript and not doing a postback or using AJAX to hit the server again.  I was not able to find anything.  My goal was to filter a grid based on the value chosen in a combo box.…