• Re: Neither RowSelectionChanged nor Selection.RowSelectionChanged is fired on PostBack

    Thanks a lot, Petar

    I did not find WebDataGrid section here http://community.infragistics.com/forums/427.aspx and posted to WebGrid. Sorry, can you show me where is proepr section for WebDataGrid?

    You answer is just I wanted to hear. ViewState is mandatory…

  • Binding Webdatagrid on each postback.....

    Hi Experts,

     

    Please let me know whether we have to bind the WEBDATAGRID on each postback??? because i am binding a webdatagrid on page load (in not ispostback)..... it binds correctly. then i am having another checkbox and when i clicked that check…

  • is there CSOM function parallel to the DataBind method in the Client side.

    I'm trying witout any luck to find usefull documentation to the CSOM of the WebDataGrid.

    all the documentation over there is lacking therefor useless.

    I want simply bind the WebDataGrid into data sources in the client using the CSOM.

    I can't war…

  • Filtering and Sorting

    I'm using WebDataGrid 13.2.20132.2028 in a new ASP.NET project.  I'm getting data from our legacy database system in Linux, which gives me data as a CSV.  I put the CSV data into a DataTable and then bind that to the WebDataGrid.  

    The WebDataGrid…

  • Asp.Net WebDataGrid technical helps

    1. While page is postback, the WebDataGrid values are clearing by automatically. Datasource is binded by using the IList

     

    2. I am trying to set a EnableDataViewState="true" properties to the Infragistics WebDataGrid, I am getting the following…

  • Re: Does anyone know of a method of allowing column enable/disable using a popup that shows all column names with a list of tickboxes

    Craigw,

    Here is the address of the column hiding sample page.

    http://samples.infragistics.com/2009.2/WebFeatureBrowser/contents.aspx?showCode=true&t=WebDataGrid/Columns/WebDataGrid_ColumnHiding_Client.aspx~srcview.aspx?path=~srcview.aspx?path=WebDataGrid…

  • Re: WebDataGrid post back to the server side when cell value changed

    Dear,

    Thank for your reply!

    The detail steps please find the attachment.
    The fact is that I used a WebDataGrid and a Chart Control in one page. When I change the cell value of the WebDataGrid, I need to post back to server and participate in some logical…

  • Equivalent Property of GridLinesDefault(UltraWebGrid) in WebDataGrid

    Hi,

     

    I am not getting the vertical lines between columns in webDataGrid by default.

    I just want to know the equivalent property of GridLinesDefault (UltraWebGrid) in WebDataGrid.

    How to bring the vertical lines between columns in WebDataGrid.

    urgent…

  • column fixed in WebDataGrid

    by using "left; expression(this.parentElement.offsetParent.scrollLeft); position:relative" in css for "td", "position:relative" for "tr",

    the column(s) which I want to fix had been fixed, but , the problem is that…