So I just got the latest update and I can no longer make updates. The I try to update my code I get this attached look. I do my updates a bit different so I'd rather just like to know what this is and how to turn it off.
Hi seang,
Could you please let me know what version of jQueryUI you are using? I see you are using jQuery 1.8.2 and I would like to test with the same jQueryUI version you are using as well for this.
I am testing with the data and code you have provided and I am not receiving that same error, but I am getting some other undesired behavior where the grid doesn't display any rows until I resize the page.
I am currently using these scripts:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.js" type="text/javascript"></script>
<script src="http://cdn-na.infragistics.com/jquery/20141/latest/js/infragistics.core.js" type="text/javascript"></script>
<script src="http://cdn-na.infragistics.com/jquery/20141/latest/js/infragistics.lob.js" type="text/javascript"></script>
Having the same jQueryUI version you have may provide different results.
I talked to my team and they said it wont impact the system to heavily but would prefer the # character to be there.
I found the sharp symbol to work in most browsers "\u266F" for a work around.
Thank you for the information. I will need a little more time to research if there are any such restrictions on naming. Is it necessary for you to include the "#" in your column names, or anywhere it will not be noticed behind the scenes?
I will have more information on this for you by Tuesday.
Ok the issue with 2 is the use of # in my header and data
data
{"AM":"12.13","ROW#":"4.99999","471830.1":0},{"AM":"6.78","ROW#":"4","471830.1":1},{"AM":"3.78","ROW#":"3","471830.1":2},{"AM":"2.11","ROW#":"2","471830.1":3},{"AM":"1.18","ROW#":"1","471830.1":4},{"AM":"0.66","ROW#":"0","471830.1":5}]
header
[{"headerText":"AM","key":"AM","dataType":"string"},{"headerText":"ROW#","key":"ROW#","dataType":"string"},{"headerText":"471830.039174","key":"471830.039174","dataType":"number"}]
This is going to be a bit of an obstacle if we can not use the number char. Is this the case?
Thx for that wonderful insight! Not sure where that is documented... this is fine I can hold my changes until the ended event.
That brings me down to one issue left, still not able to track down the source of the "sizzle" error.