Browse By Tags

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