Browse By Tags

  • Problem with ActiveRow

    Hello,

    First sorry for my english, i have a Web application, with ultrawebgrid, in this grid i have one template Column with one edit button with one CommandArgument with this value Container.Cell.Row.Index.  

    In the DblClick_Event :

    protected

     

  • Sort is not working in webdatagrid Version=10.3.20103.2056

    I have upgraded webdatagrid Version=10.3.20103.1013 to webdatagrid Version=10.3.20103.2056,

    Sorting is working fine in webdatagrid Version=10.3.20103.1013 but its throwing error in webdatagrid Version=10.3.20103.2056 as Async Request Failed

     

    My Client…

  • Sorted UltraWebGrid causes ViewState to explode

    Hello,

    I have a serious problem with the UltraWebGrid: If I enable sorting and then do subsequent postbacks on the same page, the ViewState grows each time. It nearly doubles its size every time I click a button on the page. After some postbacks, loading…

  • UltraWebGrid sorts records only in that page?

    Hi,

    I have an UltraWebGrid which will be populated with a set of rows from a db table. Its divided into 3 pages using paging property.

    After page1 is loaded, I browse to page 2 (Figure 1 shows records in page2). There, I Sort the first column.

    Look at Fig. 2…

  • Best Practices: UltraGrid Paging, Sorting, AJAX, WebParts & Connections & SharePoint

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …

  • Sorting of column containing drop-down lists

    How do I sort my grid by the selected values of drop-down lists in a templated column?

     As it is now, the default sorting (when I click the column-header) doesn't sort the grid by the values selected in the drop-down lists. The problem seems to be, that…

  • Sorting

    Hi,

    I've created a LINQ query that returns a list of a type of class that i've created from the output of the LINQ query. I used the CodeRush add-in to convert the projected anonymous type to the class in question.

    The data binds to the grid…

  • UltraWebGrid will not sort

    Hi.  I have an ultrawebgrid inside a warp (WebAsyncRefreshPanel) panel.  I have

     

    AllowSortingDefault="Yes" and a default sort column set.  When the page is loaded, the default sort column is correct.  If I click another column it will go into…

  • What is the Best Way to Handle Filtering and Sorting Without ViewState

    I want to disable ViewState because it greatly reduces page size as we have a lot of data being returned.  However, that prevents my the server side event handlers for OnRowFilterApplied and OnSortColumn from firing.  I handle paging, filtering, sorting…

  • Problem with sorting after insert of data (using objectdatasource as datasourceID)

    I'm having a huge problem with the ultrawebgrid sorting functionality after inserting some data.

    The web itself get's it data from an objectdatasource (List<user created object>) from a user created object:

    <asp:ObjectDataSource ID="odsdata…

  • How to control the progress indicator image when sorting the grid

    I am able to change the progress indicator when filtering or when user scrolls down to get the next batch of records (using loadondemand=xml), but it won't use my image when sorting, it uses the default indicator.  This is the javascript I used that…

  • Sorting problem in WebGrid

    Hi,

    I've got a webgrid that is automatically grouped on a specific column. However the sorting of the rows is incorrect.
    They appear in descending order rather then ascending.
    This is strange because the DataTable that is bound to the grid is specifically…

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

  • On Demand client Sort with wrong selected row

    I am using the UltraWebGrid v8.2.20082.1000.  I am using Load On Demand for the grid to perform on demand scrolling, sorting, and filtering.  All of these actions seems to work correctly.  I have configured the initialize_Datasource event handler which is…

  • UltraWebGrid Client Sort kills conditional formatting

    Hello,

    I have a grid that has client sort enabled and I set conditional formatting in the Initialize Row event. Every time the column header is clicked the row formatting is lost.

    The control version is Infragistics2.WebUI.UltraWebGrid.v7.1 and I have…

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

  • Change header style on sort

    Hi,

    I am having problems changing the background color of the header in a column when sorting by that column. I am trying to set the color in the

    UltraWebGrid1_SortColumn function, and it appears that i can set the value ok, but it is not doing the display…

  • fixed headers help

     Hi,

     I have a grid which gets updated using the loadOnDemand=xml and the initalise data source event.

    I have fixed headers turned on as well as the other necessary properties so that the colum headings should stay at the top when vertically scrolling...but…

  • How to cancel user selected sort

    Hi All,I’m using Infragistic grid 6.3.I create a DataView and sort my data prior to displaying it in the grid by columns “C” and “D”. I also AllowSorting.OnClient. When the user clicks on the column “A” to sort, it works, but when I do a new search I expect…
  • Specify own image and style for sorted column

    Hi,

    How to customize the sorted column header? I'm using Infragistics2.WebUI.UltraWebGrid.v7.1,  Version=7.1.20071.40.

    I need to specify my own image, and my own background colour for the header of the sorted column in an UltraWebGrid. This says I…

  • Having trouble sorting a DateTime Column...

    Hi,

    I've got a grid with several alpha-numeric columns that sort fine, but the DateTime column does not sort correctly.  When you click the header it will change the order of the rows but it is not it any logical order.  It's funny because it seems…

  • UltraWebGrid not showing cell data when sorting

    This is the code to my webgrid:

    <asp:UpdatePanel ID="_UP1" runat="server">

    <ContentTemplate>

    <igtbl:UltraWebGrid ID="UG1" runat="server" Browser="Xml" Height="200px" Width=…
  • sort + postback clears all data

    i have a an ultrawebgrid which holds about 3000 rows, i don't use a pager, all the rows are in a single page and i'm having trouble with sorting it.

    since using the built in sort functions takes to much time since the table is very big, my last…

  • How to use the SortMulti property?

    Hi,

     I'm desesperatly trying to user the sortmulti property for one of my webGrids.

    In fact, I have special requirements for the sorting.

    Let's say that my grid has 4 columns. (col1, col2, col3 and col4). The sort when clicking on col2,col3 and…

  • Sorting on a Templated Column?

    Hi all,

    I have some templated columns containing custom controls.  The infragistics default server side sort does not seem to be able to handle these correctly... attempting to sort on these columns will usually result in no change at all.  Also, if I sort…