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…

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

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

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

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