jQWidgets Forums
jQuery UI Widgets › Forums › Grid › version 2.7 does not support Chrome 32
This topic contains 17 replies, has 6 voices, and was last updated by admin 11 years, 4 months ago.
-
Author
-
My grid is working fine with jqxV2.7 but after chrome updated to 32.0.1700.76m is not working and scroll and selection row is completely disable
Hi Anil Kumar,
Yes, ver. 2.7 is from Feb 2013, does not support Chrome 32. However, the current jQWidgets version is 3.1 and is from 23 Dec 2013 and it supports Chrome 32.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comUpgrading to 3.1 would take a lot of time. Do we know why version 2.7 does not work with Chrome 32? And any work around? Could you advise?
Hi johnc,
Yes, we know and we have resolved that in a newer version. Unfortunately, we cannot provide a workaround for such old version.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi
My Grid row selection and jqxDropDwonList mouse selection not working in chrome version 32.0.1700.72m. Please how to fix it in chrome.please help me ASAP. My client want this working in chrome latest version.
<link rel=”stylesheet” href=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/styles/jqx.base.css”)” type=”text/css” />
<script type=”text/javascript” src=”@Url.Content(“~/scripts/jquery-1.8.2.min.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Scripts/jquery-ui.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/html5.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxcore.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxbuttons.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxscrollbar.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxmenu.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.pager.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.sort.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.selection.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxdata.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxlistbox.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxdropdownlist.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.columnsresize.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.columnsreorder.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxdatetimeinput.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxcalendar.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxtooltip.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/globalization/jquery.global.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxcheckbox.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.edit.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxnumberinput.js”)”></script>
<script type=”text/javascript” src=”@Url.Content(“~/Scripts/jquery.FireFox.js”)”></script>Hi
i have updated the new version 3.1 from your website but some java-script code broken.So please provide me the solution on that.i don’t have time to revert all code accordingly your new version. my client wants this issue resolve as soon as possible.thanks.
-SumitHi Sumit,
version 3.1 works correctly. If there’s some issue on your side, check for breaking changes in the Release Notes or update your code accordingly. The solution can be resolved only by using the newer version.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comPeter,
I am using new version of widgets and jquery but still have the same issue with gqxgrid row select.
The grid row is never get selected or highlighted during mouse over on new chrome 32 version.
Versions are upgraded from 2.6.1 , 1.8.2 to 3.1, 2.0.3.
Please let me update on what other js’s I need to update ?Thanks.
Hi sthirnathi,
I suggest you to check again whether you use or not jQWidgets 3.1. Note that the Live Demos use it and they work pretty fine with Chrome 32.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Peter,
Thanks for your update.
I am using correct version of jQWidget 3.1. The row select seems to be working but my entire grid UI completely changed and unusable. I do see issues with $(“#div”).dialog(“close”) and $(“#div”).dialog(“open”).
My grid row first column data is populated with all columns data.
For example if the grid is having 4 columns, the first column is showing all 4 columns data.
The UI we have update to jQuery UI 1.10.3.
Our Application is in production and we wanted to use stable version to mitigate these kind of issues on chrome browser, please advise us.
Thanks.The Upgrade is also showing lot of issues on our current code base, do you have any other solution to stick with previous version jQWidget 2.6.1 or 2.8.3 and fix the rowselect or row highlight during mouse over, please update us that would save time.
Thanks.
Hi,
I am having problem with nested Json Data.
Here is My Code below. Please Suggest me.
` var source = {
datatype: “json”,
datafields: [{ name: ‘CustomerID’ },
{ name: ‘CustomerCode’ },
{ name: ‘FirstName’ },
{ name: ‘MiddleName’ },
{ name: ‘LastName’ },
{ name: ‘Creator’, map: ‘CreatorInfo>Creator’ },
{ name: ‘CreationDate’, map: ‘CreatorInfo>CreationDate’, type: ‘date’ },
{ name: ‘JoiningDate’, type: ‘date’ },
{ name: ‘Amount’},
{ name: ‘PlanName’, map: ‘Planinfo>PlanName’ }],
localdata: Customer.GridData
};var dataAdapter = new $.jqx.dataAdapter(source);
$(“#jqxGrid”).jqxGrid({
width: ‘99.5%’,
source: dataAdapter,
theme: PMBL.Common.theme,
columnsresize: true,
filterable: true,
sortable: true,
pageable: true,
selectionmode: ‘singlerow’,
groupable: false,
enabletooltips: true,
autoshowfiltericon: true,
keyboardnavigation: true,
pagesize: 10,
height: 310,
columns: [{ text: ‘CustomerID’, datafield: ‘CustomerID’, width: ‘%’ },
{ text: ‘Customer Code ‘, datafield: ‘CustomerCode’, width: ‘15%’ },
{ text: ‘First Name ‘, datafield: ‘FirstName’, width: ‘15%’ },
{ text: ‘Middle Name ‘, datafield: ‘MiddleName’, width: ‘15%’ },
{ text: ‘Last Name ‘, datafield: ‘LastName’, width: ‘15%’ },
{ text: ‘Joining Date ‘, datafield: ‘JoiningDate’, width: ‘15%’, cellsformat: ‘MM/dd/yyyy’ },
{ text: ‘Plan Name ‘, datafield: ‘PlanName’, width: ‘15%’ },
{ text: ‘Amount ‘, datafield: ‘Amount’, width: ‘10%’ }
],
ready: function () {
$(“#jqxGrid”).jqxGrid(‘hidecolumn’, ‘CustomerID’);
$(‘#jqxGrid’).jqxGrid(‘selectrow’, 0);
$(‘#hdnSelectedID’).val(($(‘#jqxGrid’).jqxGrid(‘getcellvalue’, 0, “CustomerID”)))
}
});`Thanks
AnilHi sthirnathi,
Upgrading includes, updating the CSS files as well. The behavior which you describe sounds very much like not updated CSS. No, we cannot offer you a fix for old version. The issue is already fixed in the current version.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Hi Anil Kumar,
Could you provide more details about your issue? Could you include also the data that you try to display in your post and exactly what is the expected result?
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.