Browse By Tags

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