Browse By Tags

  • Does WebGrid allow displaying/hiding only through CSS styles display and visibility?

    Does WebGrid allow displaying/hiding through CSS styles display and visibility? I dont want to use WebGrid property Visible but want to display/hide only by setting style attributes display and visibility.

  • UltraWebGrid v.3 showing "Edit Column"

    I am using the UltraWebGrid from 2004, vol 1 version in a .NET 1.1 framework web application.  I have several instances, some with hidden columns, some are read only and some for data entry.  I know it might help to update the application, but that is not…

  • 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…

  • Improving the grid performance ( for larger set of data i,e 40,000 - 50,000 data)

    Improving the grid performance with all the other functionalities being unaffected (filtering, paging)

    In the application where we need to bind the huge no of data (30,000 to 40,000) to the infragistic ultrawebgrid, applications performance will be lost…

  • Gird Seleted Items Values

    Hi

    I working on UltraWebGird

    My Requirement is I can select Multipule cells (that contains 'Int' Values) on the grid

    I need the all the selected values to collect in variable to sum(Addition) ,

    And I have to display the same in TooTip.

    I…