• WebExcelExporter IE8 & IE9

    We re having issues with the WebExcelExporter.  We are currently using  version 11.2.20112.2086 of the ASP.Net controls.  When exporting a webdatagrid  in IE 9, all works well, the webdatagrid is exported to Excel.  In IE8, instead of exporting the webdatagrid…

  • Re: WebDataGrid filtering not working

    I have a webdatagrid which gets bind by the select method of objectdatasource when I click the label.

    My webdatagrid opens in a panel.

    Look at the code below for the bind of grid.

    ViewState["FromDay"] =…
  • Re: Filtering in WebDataGrid Issue

    I have a webdatagrid which gets bind by the select method of objectdatasource when I click the label.

    My webdatagrid opens in a panel.

    Look at the code below for the bind of grid.

    ViewState["FromDay"] =…
  • Re: Webdatagrid how to set Cursor type for HeaderStyle

    Hello Jeevitha Manickam,

    Thank you for posting on our forums.

    You should be able to set the cursor when hovering over the WebDataGrid Column headers by setting the CSS Cursor property to pointer:
    http://www.w3schools.com/cssref/pr_class_cursor.asp

    Depending…

  • Update rows in web datagrid bound to ADO.NET datatable

    Hi,

    I am getting the data from the database into an ADO.NET datatable and binding the data to the webdatagrid by saying webdatagrid.datasource = datatable

    I do not have the datasourceid of the webdatagrid set because I am no creating any sqldatasource…

  • Re: Total Record Count with filtering and paging on client side

    Hi duhnamcd,
     
    If you want to get the number of rows after filtering, I could suggest a possible solution. First  disable paging in the DataFiltering server-side event. In DataFiltered event handler, get the number of rows in the grid, add the value to…
  • Re: web drop downs are taking too long to load in ASP.NET GridView

    Hello Usman,

    I can see you are setting your User_Id data as the DataKeyField for your grid. The DataKeyField is like a primary key so the values for all entries need to be unique.

    Additional for using dropDown in the WebDataGrid you can use DropDownProvider…

  • Re: WebDataGrid filtering in code-behind breaks after no data is returned

    I have a webdatagrid which gets bind by the select method of objectdatasource when I click the label.

    My webdatagrid opens in a panel.

    Look at the code below for the bind of grid.

    ViewState["FromDay"] =…
  • Re: WebDataGrid Horizontal Scroll

    Hello Cliff,

    Thank you for submitting your inquiry to the Infragistics ASP.Net Forums.  Attached is a sample website written using NetAdvantage 2010 Volume 3, Build 2046 assemblies in C# with VS2008 CLR 3.5. 

    The sample demonstrates how to display the…

  • Upgrade from UltraWebGrid to WebDataGrid

    Hi,

    I am new to WebDataGrid. I want to upgrade an UltraWebGrid to WebDataGrid. I am facing many problems in order to achieve this. The UltraWebGrid works fine but I am unable to convert/ upgrade the code to WebDataGrid.

    I am attaching a sample aspx…