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

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

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

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

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