• Re: WebDataGrid scrolling when height is 100%

    Hi Tsvetelina,

    I have a webdatagrid inside a iframe -

    <iframe id="bottom" runat="server" height="100%" width="100%" src="report.aspx" frameborder="0" scrolling="auto" />

  • Re: EntitySqlException

    Nikolay,

    Does the development issue mean the WebDataGrid filtering does not work with an EntityDataSource right now?

    I just started working with the WebDataGrid and I have an EntityDataSource and I'm getting this error with filtering too.

    I'm wondering…

  • Re: WebDataGrid and CSS

    Hello thp,

    I suggest you to go through the following blog which will explain  you how to style the webdatagrid

    http://ko.infragistics.com/community/blogs/engineering/archive/2010/08/25/webdatagrid-css-styling-guide.aspx

     

    Please let me know if you…

  • Re: WebDataGrid change Header backcolor in code behind

    Hello,

    A CSS style is required to be present in the page if you are utilizing the WebDataGrid.

    This has been submitted as a product idea and you can vote on it here: http://ideas.infragistics.com/forums/192360-asp-net/suggestions/6068558-reinvent-webdatagrid…

  • Re: Ultrawebgrid to Webdatagrid - Equivalent of igtbl_getCellById?

    Hello Jeevitha,

    There isn't an equivalent method for the WebDataGrid.  Please let us know what you are looking to accomplish so that we can help you find the best approach with the WebDataGrid.

    Let me know if you have any questions with this matter…

  • Re: 508 Complient property for webdata menu and web datagrid

    So you're saying the WebDataGrid specifically is NOT 508 compliant?   The one element you don't mentinon in your link is the one specific to tables (g).  The WebDataGrid does not read the column name in JAWs when you navigate across the table.  So…

  • Paging issue with WebDataGrid inside WebDialogWindow

    I have a webdialogwindow that contains a webdatagrid. The grid is populated by the results of the users search (runtime). The data is populated fine, but when I go to click the next (paging feature of webdatagrid) the grid seems to postback and is blank…

  • Filtering is not working in IE9 Compatibility mode

    I am using WebDataGrid, filtering is not working in IE9 Compatibility mode.

    WebDataGrid filtering popup appears but it does not allow to select any option or type a filtering value.

    Version : 10, 2, 20102, 2158(Infragistics35.Web.v10.2.dll).

    Please…

  • Display Textbox for editable field when WebDataGrid get loaded in page

    Hi,

    I am using WebDataGrid control and i want to display textbox mode for editable at first time when my webdatagrid loaded in page instead to wait for user to click.

    How can we achive this functionality?

     

    Thanks in advance

    Nagnath Katkar

     

  • How can I access all records in WebDataGrid with Paging

    For example, I have a dataset with 100 records witch is bind to a WebDataGrid.
    I want to do a for each row of the WebDataGrid on server-side, but because I have Paging with PageSize=”20” I cannot access the other records.
    How can I achieve…