[jQuery] How to add click() function to a tr during grid loadComplete function.

2009-11-12 Thread davebrown
Hi All, Hoping someone might be able to help me here, I'm trying specify a click function to a jqGrid's row during the loadComplete event but having difficulty 'getting to' the tr element.. What I've been trying is this sort of thing but with no result.. var ids = jQuery("#cell_list"

Re: [jQuery] How to add click() function to a tr during grid loadComplete function.

2009-11-13 Thread davebrown
n on 'live' > http://docs.jquery.com/Events/live > > Hope this helps, > Renato > > > > On Nov 12, 2:57 pm, davebrown wrote: >> Hi All, >> >> Hoping someone might be able to help me here,   >> >> I'm trying specify a click fu

[jQuery] Possible to pass custom parameter with jqgrid search?

2009-11-13 Thread davebrown
Hi All, Does anyone know if its possible to add a custom parameter for a column used primarily for searching against? Reason I ask is that I wish to indicate the data type of a particular column and have that passed through to the server when searching so that I can interrogate the parameter and

[jQuery] how to remove jqgrid space at far right of grid

2009-11-13 Thread davebrown
Hi all, Can anyone tell me how to get rid of the right hand spacing after the columns so my column will fill the grid container. e.g. http://old.nabble.com/file/p26340877/jqgrid-screenshot.jpg Thank you Dave. -- View this message in context: http://old.nabble.com/how-to-remove-jqgrid-spa

Re: [jQuery] how to remove jqgrid space at far right of grid

2009-11-13 Thread davebrown
Should have realised before, but I'm pretty sure that space is being reserved for a scrollbar if required. So in that case I can see now why its there, but it would still be nice to only have it present when a scrollbar is required. davebrown wrote: > > Hi all, > > Can anyo