• Re: Infragistics grid Cell size mismatch when resizing columns

    Hello Priyanka,

    Are you using the UltraWebGrid, WebDataGrid, or WebHierarchicalDataGrid?

    If you are using the UltraWebGrid, this was only supported in IE and Firefox and you should consider replacing the UltraWebGrid with one of our newer grid controls…

  • Re: Need help with replacing UltraWebGrid with WebDataGrid.

    Hi,

    The WebDataGrid does not expose most of its properties through a subclass as the UltraWebGrid does with the DisplayLayout. A WebDataGrid exposes those properties, events, etc either from the main class or from the behavior classes. A similar Web…

  • Re: WebDataGrid client function documentation and CellValueChangedexample request

    Hi Elena,

    I have some styling issues. The webdatagrid looked great when runnning in debug mode from visual studio in ie9. But when deployed to an iss server for testing the row styles are not applying for the full height, this is in ie9 still from the…

  • RE: Refresh WebDataGrid

    I'm attaching an example based off your sample. I changed the language to VB. I added a postback to the default page load so I can see the data in the WebDataGrid refresh. On the WebDialogWindow I added a button. In my application the button does saving…

  • Linking 2 multi-column dropdowns

    Hi, I have a page with 2 multi-column dropdowns.

    When an item in the the first dropdown is selected I want to be able to update the contents of the 2nd dropdown based on the item selected in the first dropdown.  Both dropdowns are using a template webdatagrid…

  • How to setting cells readonly properties and cells cssclass

    Hello All,

    I want to Edit a particular Cell in Webdatagrid from Server side.

     

    I want to do this in "OnInitializeRow" event of the Webdatagrid 

     Is there any event to Capture a particular cell and Set the property to Editable or non editable…

  • Paging in the webdatagrid?

    Hi,

    We are still evaluating the Infragistics controls, in particular the webdatagrid.  Our users would like to keep the control from paging, however I do not find any documentation on how to handle the paging in the webdatagrid.   We would like the webdatagrid…

  • WebDataGrid <-> Persistence Framework

    Hi there

    I'm looking for an example how to persist column resizing/moving and so on with the Persistence Framework.

    I often found "The WebDataGrid/WebHierarchicalDataGrid controls use special implementation which is also included in the release…

  • Webdatagrid in a webtab does not show data on tab change due to summary row enabled?

    Hi All,

    I have a webtab with a webdatagrid in each of the tabs. I have enabled Ajax for the webtab and intend to use the AjaxIndicator of the webtab. Now although am successful at showing the AjaxIndicator correctly for the async callback, my webdatagrids…