Browse By Tags

  • Webgrid ignores DblClick event with XmlLoadOnDemand?

    I'm using v8.1. When using XmlLoadOnDemand with the WebGrid, the control will fire the server side DblClick event -only- on the first page of data. As soon as I move beyond the first page of data, a double-click fires only a PostBack. Am I missing…
  • ultrawebgrid paging using LoadOnDemand as XML

    Hi Team,

     

    I have an ultrawebgrid with the paging enabled in it. As the data to be displayed is around 10K rows, pagination is carried out by setting the LoadOnDemand="XML" property.

     

    The issue I'm facing is when I navigate through the…

  • XML Load-On-Demand child row click event

    I have a 7.3 UltraWebGrid bound to a two-table hierarchical dataset. It loads and works fine, i.e. the parent rows load first and when you click to expand a parent row, it then pulls down and loads the related child rows. Here is my question: When I click…

  • Client Sort with LoadOnDemand Xml

    Am using UltraWebGrid 2011 version. The Client Sorting does not work with LoadOnDemand = "Xml". Any help?

  • Hierarchical UltraWebGrid not updating child rows when paging

    I have a hierarchical UltraWebGrid that has 1 child band and allows paging.  Everything works fine other than when paging through the data the child records shown are never updated to reflect the new parent.  (ie. if my page size is 10 the child records…

  • Checkbox in the header how to keep values on sort and how to make it not moving

    I am trying to implement ultrawebgrid and I have problem. I have checkbox at the last column in the datagrid. First I would like all the columns in the grid to be able to move, sort and filter, but I want to prevent that checkbox column from moving, I…

  • Grid, loadondemand and navigation web2.0

    Hi,

    I work with the version 8.2.20082.1000 ASP.net. My problem is:  

    Context : Creating a full web2.0 website in asp.net 3.5 with masterpage having upper navigation menu and partial refresh of contentplaceholder.
     Current solution :  Full postback…

  • Refresh Ultrawebgrid using xml loadondemand

    Hi, I have a problem refreshing my UltraWebGrid during an Async postback. I have 2 WebCombo in a WebAsyncRefreshPanel, and a UltraWebGrid in an other WebAsyncRefreshPanel. When I select an value in one combo it refresh the grid. I linked the first WebAsyncRefreshPanel…

  • WebGrid doesn't refresh inside WARP

    I have a WebGrid inside a WARP control that is set to refresh on the click of a button. The WebGrid is set to loadondemand and paging. Now when I refresh I rebind the webgrid with new data from the database. The only time I see it refresh is when I select…

  • Ultrawebgrid: LoadOnDemand & Browser set to XML - not a well formed document

    I'm trying to enable the Ajax functionality of an ultrawebgrid (version 8.2 CLR 2.0, c# project). However on setting the Browser and LoadOnDemand fields to XML, I get a javascript error stating that the "stylesheet does not contain a document element…

  • Maintain Selected Rows accross pages

    I am attempting to use UltraWebGrid (Version=7.3.20073.38) to display 1000+ rows (of which, 1 column will contain up to 25-50 characters) with Extended Row Selection and Keyboard Activation enabled. Because row selection is sluggish with 1000 rows in the…

  • My Filter Frustration: Hierarchical grid w/ xmlloadondemand & scrollondemand

    Hello everyone -

     I have been trying to implement a Hierarchical Ultrawebgrid that uses XMLLoadonDemand and ScrollOnDemand.  The grid goes three bands deep.  I have the FilterUIType set to FilterRow. 

    The problem I am having is related to filtering and…

  • How to force a DataBind when using LoadOnDemand?

     Hi eveyone!

    I have this problem, so I'll appreciate very much any help (hopefully a code example).

    The settings:

    • I have to display a big bunch of data in a webGrid, so I had to use the LoadOnDemand feature.
    • The data is stored in a Session variable and…
  • Grid Refresh

    Hi,

    I have a hierarchal grid bound to a dataset. I want to allow the user to click a button to refresh the grid in its entirety  (retrieve all rows from the server). The grid is not in a WARP, because I'm using LoadOnDemand via Xml. Currently I'm just…

  • XML Scroll Virtual not rendering rows correctly

     Hi All,

     I have a big problem, that i'm struggling with.

    LoadOnDemand is set to virtual.

    If i scroll the grid down, the rows get loaded and displayed correctly. I also have a textBox, where i can write some filter in. (the filtering is not the problem…

  • Load on demand multiple Bands

    I load a dataset with up to 5 levels at runtime.  It's dynamic, so I do everything in code.  And it works fine.

    I would like the last level (detail) to be On Demand.

    I tried following the exemple in KB but no success.  Only Band[0] is showing and when…

  • LoadOnDemand Hierarchical Grid

    Hello all, I have a hierarchical grid that I have just rewritten to use the infragistics loadondemand technology. Its loads the first level rows fine but the second level is not loaded. During the initialize datasource event on the server I build a relational…

  • Load on Demand Ajax Row Update Multi Band

     Strange thing append,

    whene the event  UpdateRow is fired from a cell of a child band

    the object  RowEventArgs e is missing some information.  in fact the e.Row.ParentRow is always Null.

    So i can't refere to information in the parent row. and i need those informations…

  • AJAX

    When I select the filter and it works very well. But for the next page, there are more lines. Because despite because of the accents, filters fail to adapt with accents.

    We use the option LoadOnDemand Xml and that creates the list manually filter and…

  • How to align or modify wait icon that appears during LoadOnDemand UltraWebGrid?

    Hello everyone,

    I am using XML LoadOnDemand for UltraWebGrid paging. The problem is that "wait" icon is aligned in the center of the grid but my grid could have 100 rows per page and sometimes this "wait" icon is hard to notice (it could be on…

  • Load on Demand and Dynamic Bands with RowEditTemplate...

    Hi There

    I have a question with regard to being able to populate the Grid view dynamically using the DemandLoad event and being able to assign a RowEditTemplate to the new Bands added to the Grid.

    We are loading child records dynamically for parent…

  • use own IEnumberable datasource

    Hello!

    I use a Ultrawebgrid with XML-load on demand and a RowsRange of 30

    Because of bad performance with 30000 rows, i made my own IEnumberable datasource for returning only the rows i want. But there is another problem: the ultrawebgrid fetchs every single…