Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_Related Related Topics sp_TopicIcon
jGrid Firfox5 undefine
31/07/2011
10:35
Avatar
DeepFish
New Member
Members
Forum Posts: 1
Member Since:
31/07/2011
sp_UserOfflineSmall Offline

i copy the the demo from the file,but  when i use the firfox5 it can not display the date except a word "undefine"! but when i use the chrome and safari , it can dispaly well !

may be you can say the order of js is important ,yes i use the stands orders of js ,but  it really display the data 。the following code for  this:

<link rel="stylesheet" href="main.css" type="text/css" /> 

<link rel="stylesheet" type="text/css" media="screen" href="css/ui-lightness/jquery-ui-1.8.2.custom.css" />

<link rel="stylesheet" type="text/css" media="screen" href="css/ui.jqgrid.css" />

<script src="js/jquery-1.5.2.min.js" type="text/javascript"></script>

<script src="js/i18n/grid.locale-en.js" type="text/jscript"></script>

<script src="js/jquery.jqGrid.min.js" type="text/javascript"></script>

<script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript">

</script>

var mydata = [

{id:"1",invdate:"2010-05-24",name:"test",amount:"25",tax:"10.00",total:"2111.00",note:"note"} ];

jQuery("#list").jqGrid({

data: mydata,

datatype: "local",

height: 150,

rowNum: 10,

rowList: [10,20,30],

colNames:['Inv No','Date', 'Client', 'Amount','Tax','Total','Notes'],

colModel:[

{name:'id',index:'id', width:60, sorttype:"int"},

{name:'invdate',index:'invdate', width:90, sorttype:"date", formatter:"date"},

{name:'name',index:'name', width:100},

{name:'amount',index:'amount', width:80, align:"right",sorttype:"float", formatter:"number"},

{name:'tax',index:'tax', width:80, align:"right",sorttype:"float"},

{name:'total',index:'total', width:80,align:"right",sorttype:"float"},

{name:'note',index:'note', width:150, sortable:false}

],

pager: "#plist",

viewrecords: true,

caption: "Manipulating Array Data"

});

</script>

the result:

sorry ! it can not insert the local picture !

hope you answer ! thanks~

14/08/2011
13:16
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

Maybe you should not do copy/paste, since it is possible to paste some special characters.

Try to write this code by hand.

Regards

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
55 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information