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_TopicIcon
YA - Object doesn't support this property or method
08/05/2011
06:20
Avatar
realview
New Member
Members
Forum Posts: 1
Member Since:
08/05/2011
sp_UserOfflineSmall Offline

Here are the segments for Yet another doesn't support this property or method kind of issue...

I have tried url as url:'default.aspx?id=ShopOrder', and also url:'?id=ShopOrder',

The server side call is never invoked but it's in the beginning of the call in the .js file.

I removed the page : 'ShopOrderPager' because it seemed to have a problem with that too.

I tried the JS includes as

     <script  type="text/javascript"  language="javascript" src="~/js/jquery.jqGrid.src.js" ></script>
   <script  type="text/javascript"  language="javascript" src="~/js/grid.locale-en.js" ></script>

or as

     <asp:ScriptReference Path="~/js/jquery.jqGrid.src.js" />
         <asp:ScriptReference Path="~/js/grid.locale-en.js" />

it's definitely into the jpgrid code when it hangs...

any ideas would be appreciate... I'm use visual studio 2008 -- there are no reference errors on the files...

Thanks - Pual

----------

<div id="ShopOrderPager"></div>

    <table id="tblStoreOrders" >

...

   jQuery('#tblStoreOrders').jqGrid({
    url:'default.aspx?id=ShopOrder',
    datatype: 'xmlstring',
    mtype: 'GET',
    colNames:['id','name', 'phone'],
    colModel :[
      {name:'id', index:'id', width:55},
      {name:'name', index:'name', width:90},
      {name:'phone', index:'phone', width:80}
    ],

    rowNum:10,
    autowidth: true,
    rowList:[10,20,30],
    sortname: 'name',
    sortorder: "desc",
    viewrecords: true,
    caption: "XML String Test"
  });

beginReq = function() {
            ts.grid.hDiv.loading = true;
            if(ts.p.hiddengrid) { return;}
            switch(ts.p.loadui) {
                case "disable":
                    break;
                case "enable":
                    $("#load_"+$.jgrid.jqID(ts.p.id)).show();  <--= Dies here...

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
41 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