| Author |
Message |
Topic: disable the gethandler? |
jvantslot
Replies: 3
Views: 419
|
Forum: Grid Posted: Tue Oct 09, 2007 6:47 pm Subject: disable the gethandler? |
OK, so I've adopted a different tack...
I'm posting this in case anyone is looking for something similar.
Basically the div that contains the grid is hidden as the page is loaded with a button o ... |
Topic: disable the gethandler? |
jvantslot
Replies: 3
Views: 419
|
Forum: Grid Posted: Tue Oct 09, 2007 5:18 pm Subject: disable the gethandler? |
OK, I can dynamically load the grid by firing off the "loadComponent" method when the button is clicked that "reveals" my grid. That seems to work well.
However when I hid it the grid still exists ... |
Topic: disable the gethandler? |
jvantslot
Replies: 3
Views: 419
|
Forum: Grid Posted: Tue Oct 09, 2007 5:05 pm Subject: disable the gethandler? |
Hi All
Just wondering what would be the best method of "disabling" the gethandler of a grid. I have a grid that remains hidden for most of the time and I want it to fire off the get handler only ... |
Topic: Row count for httprequest? |
jvantslot
Replies: 1
Views: 1009
|
Forum: Ajax Toolkit Posted: Sun Oct 07, 2007 6:48 am Subject: Row count for httprequest? |
figured it out
var myXML = openrecord(rec_id);
e = myXML.getElementsByTagName('e');
for (var i=0; i<e.length; ... |
Topic: Row count for httprequest? |
jvantslot
Replies: 1
Views: 1009
|
Forum: Ajax Toolkit Posted: Sun Oct 07, 2007 3:38 am Subject: Row count for httprequest? |
How do I get the count of rows from a response to an httpReqest?
I need to iterate through a xml result set using javascript. How do I access the row count?
Thanks! |
| |