Browse By Tags

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

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

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

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

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