Browse By Tags

  • Autopostback / Ajax Ultrawebgrid

    I am using nfragistics 7.1 and .Net (C#).

    I am using Meta tag to refresh the page every "x" seconds. But I dont want my page which has just the Ultrawebgrid not to flash. Basically some way for Ultrawebgrid to use AJAX and update the rows in the grid…

  • UltraWebGrid and Loading on Demand

    I have a question regarding how to get a webgrid to load on demand.  Some details:

     

    Current Implementation:

    - Grid is bound to a datatable which is created by querying a DB

    - Grid is bound during the Page Load event via code behind.

    - Paging is off…