• Re: Problems Selection Cell in WebDataGrid

    it's ok but la next message error  is: "selection.get_selectedCells().getItem(0) is null" and i selected a cell in webdatagrid. My porpouse is select a cell obtain a Header validation the header and select la datakeyfield of the webdatagrid for…

  • Re: Highlight rows when edits are made.

    Hello HartigenAnthony,

    The following link shows the styling guide for "WebDataGrid" -

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

    You can use it see how the CSS files are applied…

  • Re: Client Side Data Binding From Page Method

    Hello legalke,

    Thank you for contacting Infragistics.

    Since the WebDataGrid is inside a WebTab, it is possible that it is not referenced or captured at $find("WebDataGrid1").

    I suggest using IEDev tools or running on debug mode and using Visual…

  • Re: Autosize width columns with width 100% of webgrid

    Hello,
     
    The webdatagrid doesn’t have automatic autosizing for its columns, and the width of the columns should be specified. More info on Column Resizing can be found here:
     
  • Re: Cell Editing in Javascript for WEBDATAGRID in IG9

    You can see the client events handled in our samples:
    http://samples.infragistics.com/2009.1/WebFeatureBrowser/Default.aspx
    for example:
    http://samples.infragistics.com/2009.1/WebFeatureBrowser/contents.aspx?showCode=True&t=WebDataGrid/Selection/WebDataGrid_SelectClientEvents…
  • Enabling row editing template- WebDataGrid

    Hi,

    On click on a row of WebDataGrid , brings up the Row Editing Template for that row. Click Ok , commit changes from the template back to WebDataGrid's cells, but not able to retrieve the values from the popup to update the table.

    I like to know…

  • WebDataGrid Filtering

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …

  • Hyperlink in WebdataGrid

    Hi

    How to set hyperlink in webdatagrid and once user click on any link i need to pass some data in querystring to another page ,

    One more question is how to get selected row changed severside event for WebDataGrid

  • Re: WebDataBase - I need a basic sample

    Hi Fernando,

    All the features of UltraWebGrid are offered also by WebDataGrid. I would suggest you to start with the online documentation for the WebDataGrid - http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=Web_WebDataGrid_WebDataGrid…

  • WebDataGrid client event for before cell change

    Hi there,

    I am trying to convert UltraWebGrid control to WebDataGrid control.
    I have a javascript handler UltraWebGrid1_BeforeCellChangeHandler(gridName, cellId) which is called for the CliendSideEvent BeforeCellChangeHandler.
    Could you please let…