Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Do not work flexReload
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
WitNt2000  
View profile  
 More options Apr 8 2012, 11:58 pm
From: WitNt2000 <witnt2...@gmail.com>
Date: Sun, 8 Apr 2012 20:58:22 -0700 (PDT)
Local: Sun, Apr 8 2012 11:58 pm
Subject: Do not work flexReload
Good day, everybody! I have handler of button in flexgrid. Here it's.
function OpenTrack(com, grid) {
        $('.trSelected', grid).each(function(){
                var id = $(this).attr('id');
                var idTrack = id.substring(id.lastIndexOf('row')+3);
                $.get("rwc_ajax.php", { rwc_state: "rwc_track_open", track:
idTrack }, function(){
                        $(grid).flexReload();
                });
        });

}

The problem is that it does not send the update request. And so the
information in the table is not updated. What am I doing wrong?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
WitNt2000  
View profile  
 More options Apr 23 2012, 5:49 am
From: WitNt2000 <witnt2...@gmail.com>
Date: Mon, 23 Apr 2012 02:49:11 -0700 (PDT)
Local: Mon, Apr 23 2012 5:49 am
Subject: Re: Do not work flexReload
I need a answer very much. In my page there are two  div with class
flexigrid. And I do not know in advance the table ID. How can I reload
a data from buttons handler?

For example, this is my handler of button:

function OpenTrack(com, grid) {
    $(grid).flexReload();

}

Is this code correct? I ask this question because the POST-requests do
not go to the server.Why is this happening? It is unclear for me.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »