• WebDataGrid

    I want to show 700000 rows in a datagird,

    Fetching data from sql server is very fast but after

    Grid1.DataSource = dt.DefaultView ;

    Grid1.DataBind();

    Grid gets hang, it is not showing data, after some time it is showin error as out of memory exception…

  • WebDataGrid

    I am assigning the data source (sql server stored procedure) to a grid on one web page, if i leave this page and then come back, how can I re display the same WebDataGrid with prior checked rows as when I left the page originally?

  • WebDataGrid

    I have several webdatagrids, each on a different web page, all being filled with datatables from sql server stored procedures. It is not necessary for the users to move from page to page, but many do, and I need to redisplay the webdatagrids when they return…

  • webdatagrid

    infragistics ver 10.3.20103.1013

    visual studio 2010 profesional ver 10.0.40219.1 sp1

    windows 7

    asp.net

    webdatagrid

    error en

    this._vScrBar.firstChild.style.height = (show ? this._vScrBar.offsetHeight + this._container.scrollHeight - this._container…

  • WebDataGrid

    Hi...

    How to get GridLines inside WebDataGrid infragistics Controls

  • Error when Exporting WebDataGrid created in code behind

    I am trying to Us the WebExcelExporter to export a WebDataGrid that I have created in code behind, however I am getting null reference exception when the Export method is called.  

    I have checked and both objects are not null and the grid has data.

  • Re: Simple DataBinding

    Hello

    When migrating from the UltraWebGrid to the WebDataGrid, the WebDataGrid is part of our Aikido framework which is our own ASP.Net control framework.  The Aikido controls are faster web controls which use ASP.Net AJAX for all ajax communication…

  • Re: Upgrade to 11.2 - SelectedRows Nothing

    The following is the <Behaviors> tag in the WebDataGrid

     

    <Behaviors>

    <ig:Activation></ig:Activation>

     

     

    <ig:EditingCore Enabled ="False"> </ig:EditingCore>

     

     

    <ig:Selection C…

  • Re: WebDataGrid with DropDownProvider

    Any ideas? Is this a bug in the webdatagrid?