JasonMichael
4 Feb 2007, 11:11 AM
Hmm, all of this above looks great.... but I'll tell you what doesn't work for me, as was listed in an example:
sm.addListener('selectionchange', onSelection);
I've only been trying to get the remote paging grid example to work for about 3 days (literally as many hours in a day), and just finally got the grid to load my data last night (whoo hoooooooo!), and then I've always had to comment the above line out... finally, just now I did this after hacking and searching every single file for this 'onSelection', and finally rationalized it must be a browser specific function if its nowhere to be found in the YUI-EXT library of code:
sm.addListener('selectionchange', 'onSelection'); // notice the single quotes I had to add for this to work...... days later...... i'm dying here....
And after this, sure enough, the grid works again!!! didn't have to comment it out!!! Otherwise, Firefox and IE6 both complain that onSelection is not defined.... now I got that working, there's another related, and seeminly consequental, problem (of course!), but I'll save that for another area of this forum I guess.
sm.addListener('selectionchange', onSelection);
I've only been trying to get the remote paging grid example to work for about 3 days (literally as many hours in a day), and just finally got the grid to load my data last night (whoo hoooooooo!), and then I've always had to comment the above line out... finally, just now I did this after hacking and searching every single file for this 'onSelection', and finally rationalized it must be a browser specific function if its nowhere to be found in the YUI-EXT library of code:
sm.addListener('selectionchange', 'onSelection'); // notice the single quotes I had to add for this to work...... days later...... i'm dying here....
And after this, sure enough, the grid works again!!! didn't have to comment it out!!! Otherwise, Firefox and IE6 both complain that onSelection is not defined.... now I got that working, there's another related, and seeminly consequental, problem (of course!), but I'll save that for another area of this forum I guess.