[jQuery] Re: jqGrid 3.3 version

2008-10-15 Thread patrick davey
Hi Tony, Very nicely done - will definitely take a look at it. Is there a plan to add filtering too? For example, I do a search which returns 3000 records (say split over GroupA,GroupB,GroupC etc). Now, if I want to filter on just GroupA (say 500 records) and then return just that info in the

[jQuery] Re: AJAX Difference between IIS and Apache?

2008-06-24 Thread patrick davey
works on APACHE & PHP.. very odd. On Jun 24, 3:18 pm, Bil Corry <[EMAIL PROTECTED]> wrote: > patrick davey wrote on 6/23/2008 5:52 PM: > > >            data: 'requestID=350&elementID=' + > >                            'ajax' + '&up

[jQuery] AJAX Difference between IIS and Apache?

2008-06-23 Thread patrick davey
Ok... this makes *no sense* (to me!) but then hopefully someone out there will have an answer. I have been using the Edit In Place from http://davehauenstein.com/blog/ to update some form fields using AJAX. All was going well until I noticed that spaces were being removed (e.g. 'Bob Jones' would

[jQuery] Re: TableSorter + Filtering + Ajax

2008-05-06 Thread patrick davey
eral examples that you can use. > > Let me know if this is what you're looking for! > > Bye, > > Kevin > > On May 6, 2:18 am, patrick davey <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I am using the tablesorter pluginghttp://tablesorter.com/andit > >

[jQuery] TableSorter + Filtering + Ajax

2008-05-05 Thread patrick davey
Hi, I am using the tablesorter pluging http://tablesorter.com/ and it works fine for smallish tables. However, I need to page through large result sets (and filter them) - so I am going to use AJAX to repopulate the table once the options have been selected. Now, if through filtering / whetever

[jQuery] Remote JSON Ajax call - error function not called

2008-04-15 Thread patrick davey
Hi, I am trying to retrieve JSON Data from a remote server and manipulate teh returned data. That all works fine - the callback is executed and it all works as expected. The issue I am running into is that I want to use timeouts and error messages also - and they are not working. I tried the

[jQuery] Remote JSON Ajax call - error function not called

2008-04-15 Thread Patrick Davey
Hi, I am trying to retrieve JSON Data from a remote server and manipulate teh returned data. That all works fine - the callback is executed and it all works as expected. The issue I am running into is that I want to use timeouts and error messages also - and they are not working. I tried the