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.

  • Datagrid now binding on button click

    hi,

    i have webDataGrid with checkbox.

    my datagrid is populating from Search Criteria.

    i can easily generate the grid. but when i check few rows in grid and trying to get those data in another search i am getting Grid.Rows.Count as -1.

    here is my code…

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

  • Hierarchical Grid Headers and Cells don't line up

    I have a hierarchical grid with two bands. I have the following settings:

    • TableLayout = Fixed
    • StationaryMargins = Header
    • ScrollBar = Always
    • ScrollBarView = Vertical
    • Version 8.2.20082.2011

    For some reason the Header Cells of the table and the…

  • Expend row to have more info about the row

    Hi all,

    Is it possible to have a grid like this to have a row with more information about the expended row...

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

  • How can i export an excel from a grid without some cloumn?

    as total,thinks a lot~!

  • Context Popup Menu

    Hi All,

    Is it possible to display a context menu on the grid when I right-click the mouse?

    I want to enable some cut, copy, paste functionality if possible and do this with the selected cells.  I've looked at the Context Sample, but I'm guessing I need…

  • "Simple" DropDownList Editor Control

    Sometimes, I want a dropdownlist as an editor control in a grid. Just a dropdownlist. I don't need the power of the WebCombo, and don't want the headache of the new WebDropDown, which needs a ScriptManager which throws "ambiguous" errors.…

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