Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
275
Invalid argument at setHidden method in ultraWebGridApplication_AfterRowInsert
posted

Hi,

I have installed Web Client 2010 Vol 2 after uninstalling existing  Web Client 2008. I did this to make my application IE8 compatible. However I am facing the javascript error for the ultrawebgrid. Below is the script:

I have attached the screenshot for your reference.

    function ultraWebGridApplication_AfterRowInsert(gridId, rowId)
    {         
        igtbl_getGridById(gridId).Bands[0].getColumnFromKey("Edit").setHidden(false);
    }

It is giving error for setHidden method as Invalid argument.

New Folder.zip
Parents
No Data
Reply
  • 49378
    posted

    Hi kaushikjaimalani,

    It has been a while since your post, however in case you still need assistance I would be glad to help.

    I have tested your scenario using version 10.2 but am so far unable to replicate the issue. In order to be able to provide more insight I would need a working sample illustrating the scenario.

    Please note that the UtlraWebGrid control is now outdated. Therefore I strongly suggest that you consider using the WebDataGrid/WebHierarchicalDataGrid controls instead. You can explore the features available on these controls from our samples collection at:

    http://samples.infragistics.com/aspnet/ComponentOverview.aspx?cn=data-grid

    Please let me know if you have any questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://es.infragistics.com/support

Children
No Data