That is a fantastic catch.. as on the java side i was doing a out.println and not out.print
thanks!
thanks tony for the quick response.
here is the response from the server as seen in firebug.
|
1 |
<span>0:SELECT ONE;1:Value1;2:Value2</span><br /><br /> |
If i do a jquery trim on the response it works fine, not sure where the space is coming from.
how do we get rid of the undefined in the dropdown. i am using a form not inline editing.
the data i am returning is
|
1 |
0:SELECT ONE;1:Value1;2:Value2;<br /> |
The last semicolon is making the dropdown add undefined,
If i truncate the last semicolon then the dropdown adds a space character to the text in the last like
|
1 |
<br />SELECT ONE<br />Value1<br /><br />Value2 <br /><br /><br /><br /> |
Note the blank char after the Value2 for the last option tag.
Please advise. 
Shah
Her is my code http://pastie.org/794369
what exactly are you looking for, jqgrid is all javascript.
thanks that worked!
Hello Tony,
I tried to work with the example you gave above. withl slight variatiion and does not work right
Here is the js
The js
the target select list has something like
0:SELECT ZERO;1:SELECT ONE
$(”#targetsel”).html(targetSelect(thisval))this does not work becasue it needs html.
how do i populate key:value pairs on the dorpdown.
– Thanks Shah
thanks a lot how did i miss that… thanks so much Tony for such a great plugin!
mcurtis said:
Post edited 14:42 – 13/01/2010 by mcurtis
Pete said:
I am not sure that is completely true but I still don't understand why the font is so big. There must a some css affecting it but even when I strip it down to the bare minimum, I still see the same font size.
Here is a shot of the datepicker and it doesn't seem to be affected by the font sizing on the grid.
http://www.petesworkshop.com/i…..shot_2.jpg
Pete
Hi, it is my first answer here and I do not know if this should help, but i also had a problem with the font size, and I got rid of it changing the doctype…
I don't really understand why it helped so…
You maybe have the same problem…Michel
what excactly did u change?
Hi,
I was able to get the custom button working.
Howerver if i want to overwrite the 'oper' parameter called copy instead of edit. How can i do that?
Regards,
Shah
Hi Tony ,
Do you know which libraries would i be missing?
regards,
Shah
got it to work now, Thanks Tony!
nevermind got everything and then ran the ant build
no worries got everything and then ran the build.
Thanks a lot Tony.
i am not to familiar with your bug releases, how would i patch the exisitng js? is there a min version ?
Thanks again,
Amar
Tony,
This is good, but how would i display the success message on the form itself and not a pop-up also i want to stay on the form after submit button is pressed.
Best Regards and a Happy new year! 
– Shah
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top