Browse By Tags

  • URGENT! WebDataGrid not sorting or filtering in ajax updatepanel

    Hi,

    I have this data grid in an updatepanel. The sorting and filtering is not working. I see the loading icon, but the grid is not udpated. To get the sorting working, I attached to the sorted event and then I rebind the grid from the server and it…

  • WebDataGrid equivalent of old UltraGrid's ByNumericValue

    We have some data coming in that is stored as Text.  It needs to be sorted as its integer equivalent.  The issue is that the "strings" are like this "1", "2", "3", "10", "20", "50", "100".…

  • UltraGrid sorting issue

    I am using Infragistics Ultrawebgrid on my asp page,now I need to sort data based on user clicked columns but every time i don't want to fetch the records from the table.

    I have enabled the in-build sorting property but at certain situations the sorting…

  • Sorting Problem

    Whenever I sort my WebDataGrid (which is tied to an OjectDataSource), I get a javascript error when the page renders.

    The error is in the javascript function:  _renderOnAsyncResponse: function (props, html)

    It is on the line:  newElement = newElement.firs…

  • Cannot enable Webdatagrid sorting

    Hi, I downloaded code from this project:

    WebDataGrid 101: Fill the Grid with Data and Change the Look and Feel

    https://www.infragistics.com/community/product_platforms/aspnet/w/aspnet-wiki/50/webdatagrid-101-fill-the-grid-with-data-and-change-the-look…

  • how to sort TemplateDataField column

    Hi all,

    I use webdatagrid's sort feature, and one column is TemplateDataField, when I try sort this column, error happened.

    the code is as following

     

     <ig:WebDataGrid ID="WebDataGrid2" DataSourceID="ObjectDataSource1"
                runat="server…

  • Re: Does WebDataGrid work with DataSets?

    For the life of me I cannot get the "new and improved" Web Data Grid to work as described in your reply. 

    I have a search form which takes a bunch of inputs.
    The user clicks on the submit button which executes a function that returns a dataset…

  • Re: Does WebDataGrid work with DataSets?

    I don't know what I am doing wrong.  If the EnableDataViewState is set to "False", then I get the initial postback to work.  However, no paging, sorting or filtering work.  If I do as requested by setting EnableDataViewState = "True", I then…

  • Sorting a column by Text, not Value

    Hello,

    Seemingly simple question here.  I've got a WebDataGrid wherein each cell has different Value and Text attributes.  Currently, sorting a column within the grid appears to sort by Value.  Is there a way (either on a column-by-column basis or for…

  • Webdatagrid sorting within folders/files

    Hi There, 
                    I would like to bind the directories and files information into webdatagrid (refer to attached the layout of my webdatagrid) and in that, the sorting should works within the directories first and files then for ascending. In case of descending…
  • Re: how to sort TemplateDataField column

    How did you solve this problem?  I have the same issue.

    Thanks,

    Lee

  • New version causing exceptions

    I upgraded from Version=9.1.20091.2101 to Version=9.1.20091.2126 in hopes that bug report #19238 was addressed.  Now about half my WebDataGrids get an NullReferenceException when I try to sort or filter on a column.  They worked fine using the exact same…

  • WebDataGrid Client Side Sorting

    Do either or both the WebDataGrid and WebHierarchicalDataGrid now support client-side sorting to an unbound data source as the UltraWebGrid did? A post exists from 2010 indicating that this functionality does not exist in the new grid controls.

    Thanks…