Hello,
Which version of UI do you use? I see you use jquery 1.2.6 – if you use the latest UI (1.6rc6) this will not work at all. Will check this instead.
Regards
Thanks
Tony
Hello,
Currently this is not possible, but is a good idea for future releases.
Regards
Tony
Hello,
If you want to hide these use beforeShowForm event. The id of these are pData, nData – something like :
beforeShowForm: function (formid) {
$(“#pData, #nData”, formid).hide();
}
Regards
Tony
Hello,
Added.
Thanks
Hello,
Could yo please if possible provide a link to the problem ?
Thanks
Regards
Tony
Hello,
IE7 is really strange for me too. Every time I start it I have diffrent looks
Hello,
Could you please post the code that is connected with ui.tabs and jqGrid or send me to: tony at trirand dot com
I'm very interested on this since of jqGrid integration with UI Theme Roller
Thanks
Regards
Tony
Hello,
Could you please try with this doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd“>
Thanks
Regards
Tony
Hello,
or getColProp method
Regards
Tony
Hello,
In your case grid as subgrid – the subgrid is simple grid – so the json format should be the same as those of the main grid.
Regards
Tony
Hello, 
This is not a feature of the grid. It is just simple standart scroll of the broser.
To demonstarte this – select a row and scroll with a mouse scroller. The efect is the same. Also you can try to use cellEdit for this purpose.
Regards
Tony
Hello,
The formatter is new, so…
This is exactly what you describe. Since there is a realy need to add some other parameters here I will try to do that in the next bug fix release.
Thank you
Regards
Hello,
Check the loader if you load jquery.fmatter.js. Also look for this purpose in jquery.jqGrid.js
Regards
Tony
Hello,
Thanks Rob. I will definitley add such event in the next bug fix, wich is expected at end of week.
Regards
Tony
Where do you expect the checked id to be transmited?
Get the id of the current row and after succefull submit
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top