Browse By Tags

  • Applying a filter when grouped on multiple columns bugged?

    I've been working on a way to apply filters in a grid that is grouped but I've come across what may be a bug.

    I've got a grid that is grouped on 1 column and I've Implemented the RowFilterApplying Event.
    This Event picks up which column…

  • Custom sorting of GroupBy rows

    I  want to change the sort order for a GroupBy column (employee).  Specifically, i am trying to sort the GroupBy rows by another column (points).  The WebUI.UltraWebGrid.v9.1 property for ViewType is OutlookGroupBy.  Let me know if any other info would be usefull…

  • Column alignment with grouped columns

    Hi,
    we have a problem with UltrawebGrid 7.3
    If a grid column is grouped by code or by hand the column alignment is messed up.
    This means that the header columns and the data columns have an offset and do not align correctly.
    By resizing a column by hand this…

  • Row expansion bug when grouping?

    I have a webgrid with 10 columns and 20 rows of data.  The grouping style is set to outlook.

    It seems that, if I group by a column, I am unable to expand the rows in the same method/event handler call.

    For example, if I place a button on the page with the…

  • Unable to select record when using "Group By" functionallity

    I have a WebGrid bound to a data table held in the Cache.

    When the user selects a record, a post back is performed and updated information for that record is gathered and updated on screen.

    This works fine.

    The problem I am having is when the user clicks…

  • Update the Masked Value client side

    Hi,

    I am trying to implement a user sorting button on rows in a grid. The grid has groups. The user can either select an item and move it up or down within a group or they can select a group (and its items) and move that up or down. Hopefully that makes…

  • Sorting When Grouping in WebGrid

    I would like to Sort by another column other then the Grouped Column

    That is Say I am Grouping by Category but actually would like to Sort by CategoryID instead.

     

  • AllowGroupBy.No has no effect

    Setting AllowGroupBy.No on selected columns has no effect. I can still drag and group the disabled columns.

  • Groupby performance issue

     Hi,

    I am using a WebGrid 6.3 and I have  noticed a major performance problem when it comes to grouping. When a do a group on any column, with around 4000 rows of data, the operation takes more than 2 minutes. I just upgraded to WebGrid 8.3 and tested to…

  • Groupby multiple columns

    Hello:

    I would like to know how to groupby on multiple columns at the same time programmatically. I am using UltraWebGrid and binding data to the grid manually(not using databind method) in the code. I have tried setting the column's IsGroupByColumn to…

  • Row Selection when Web Grid is Grouped by

    I have a web grid in the page. When user selects any row (in the normal scenario) in the grid by double click on selected row, I display the data related with this record in a form under the grid. But when I group by some column in the grid, and double click…

  • Resizing Grouped by window in UltraWebGrid

    Hi,

    I've recently begun working with the UltraWebGrid and I'm very happy with the possibilities it offers.
    However, I do have some questions about the ViewType="OutlookGroupBy" property.
    If you group on more then 2 columns, the window…

  • GroupBy Rebind Error

    Hi ppls, 

    I have a link button within the grid and catch the click event in grid_ItemCommand to delete a file.  I reset the grid to reflect the change like this...

    grid.datasource = nothing
    grid.DataBind()
    grid.datasource = myDataTable 'Built in code from…

  • Strange behaviour (bug?) with Infragistics WebGrid when sorting in Outlook Group By mode

    Hi

    I think I have encountered a bug in the WebGrid control.

    I have created a datasource which connects to the NWind db and returns all data from the "Alphabetical List of Products" view.  I have initialised a WebGrid control with this datasource…

  • Different column header captions for each set of subrows

     Hi

    I am wanting to know if column header captions can be different for each set of subrows.  If so, how would I go about doing this?

    Regards

     

    Andy

  • Outlook GroupBy not working in quirks mode?

    Hi All!

    I'm running my app without any DOCTYPE which results in qirks mode. I develop for IE6.0 and IE7.0.

    The problem is that the WebGrid if I use GroupBy  overlaps the rows. If I expand a GroupBy row it only shoves the next GroupBy row by one row.…

  • How can I modify the column width when groupby apply

    The column width lost after I using groupby one column in webgrid. I have try to set the width in GroupColumn event, but failed. The version I used is .Net 2007 vol.2

  • jQuery Grid’s GroupBy. Just add a little JavaScript or ASP.NET MVC to taste!

    Have you met the igGrid? It is part of Infragistics’ NetAdvantage for jQuery product, built on top jQuery UI and is pretty much the best way to bring HTML tables and data to life! Now while this amazing widget is sporting some serious speed, that…

  • What is Continuous Virtualization in the jQuery Grids?

    Get the lowdown on the virtualization that never stops, so to speak… Soon enough the countdown to 12.1 will be over and what you will find named as Continuous Virtualization is an awesome new feature. It is designed specifically for hierarchical data…

  • Grouping and Filtering used in combination

    Hello,

    Recently I've made a webgrid where the data is grouped by a few columns. This works without problems.
    Now, however, i've tried to add filtering to the page. At first I set the filtermode to SiblingRowsOnly.
    This had the effect that the filter…