Browse By Tags

  • UltraWebGrid.ExcelExport: empty Stream

    Server Side Code: Visual RPG

    button that calls export method is within AJAX: UpdatePanel

    Getting a run-time error for an empty stream.  below is the code...could some explain...I see the grid (uwItem) & it is not empty so I am not certain what the issue…

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

  • Change data structure of UltraWebGrid during AJAX callback

    I have a grid on a page that can contain various data structures depending on the node selected in a tree control on the page.  I would like to change the underlying data structure of the grid without causing an asynchronous postback.

    Is it possible to…

  • AjaxControlToolKit ModalPopUp on UltraGridView link click

    Hi,
     I want to open up a modal pop up (AjaxcontrolToolKit) on click of a hyperlink column of datagrid; how I can do that.

    the HTML markup for grid is

    <igtbl:UltraWebGrid ID="InfraGrid_PB" runat="server" EnableAppStyling="True"…