• Selected value in grid within where clause of EntityDataSource

    I have a master webDataGrid which on row change needs to update a child webDataGrids entityDataSource. I am attempting to do this with a where parameter, but receive the following error - how can I achieve this?

    EntityDataSource Where 

    <WhereParameters…

  • WebDataGrid v10.1 dropdownlist

    Hi all,

    I want to display dropdownlist in cells of WebDataGrid. Is this possible?

    I don't want to define columns at design time as my grid columns are dynamic.

    I know this is possible with UltraWebGrid, but with WebDataGrid I need help to…

  • Apply Filtering for item templates in webdatagrid

    Hai,

     

    Can anyone let me know how to apply filtering for item template column in webdatagrid.When we create a item template in webdatagrid filtering is not being applied, is there any alternative way to create a custom filtering for the webdatagrid item…

  • WebDataGrid display dropdownlist

    Hi all,

    I want to display dropdownlist in cells of WebDataGrid. Is this possible?

    I don't want to define columns at design time as my grid columns are dynamic.

    I know this is possible with UltraWebGrid, but with WebDataGrid I need help to do the…

  • WEB DATA GRID Column hiding.

    Hi There,

    Can you help me how can i dynamically hide a coumn of my WebDataGrid from my code side. I am new to Infragistics so please help me out.

    And also how can i dynamically insert a column to the WebDataGrid with a LinkButton in it and bind the…

  • Incompatibility between infragistics and Jquery?

    Hi,

    I have a reference to jquery in my project. I use it to animate a Menú.

    I discovered that the webdatagrid sorting fails when I have this reference! If I remove the reference, it just works. This is the error I am receiving, when I try to sort…

  • Setting the scroll position of webdatagrid

    Hi,

    I have a webdatagrid that has 100 rows.  I want to remember the position of the scroll bar every post back when I select the 99th row. Can somebody help me how to set the position of the scroll bar of webdatagrid in server side? Thanks in advance

  • RE: text editor set up and ajax refresh in hierarchal grid

    Hello Michael,

    The style should look like this:    

    tbody > tr > td.aquaBK {
        background-color:aqua;
    }

    You can read more about styling WebDataGrid and WebHierarchicalDataGrid here:

    https://es.infragistics.com/community/blogs/b/engineering/posts…