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
835
Javascript error display when turning on GroupBy feature in igGrid
posted

if i turn on the GroupBy grid feature as follows :

            {
                     name: "GroupBy",                     
                     type: "local",                    
                     groupByAreaVisibility: "hidden",
                 },

, the moment I grab a column header in IE I get the following javascript error :

Line: 6
Error: Unable to get value of the property 'msie': object is null or undefined

It's occurring in jquery-ui-1.9.0.custom.min.js

Perhaps I'm using a too-recent version of jquery UI ?

FYI - same error happens when I add the igGrid feature for "resizing"

thanks.

Bob

Parents
  • 1145
    Verified Answer
    Offline posted

    You either need to upgrade to 2013.1 of ignite or you need to downgrade to, I believe, version 1.7.2 or earlier of jQuery (this is a jquery issue, not jQuery UI). jQuery.browser was removed in jquery 1.9.0

Reply Children
No Data