Hello,
Will check this. Maybe it is not connected with the css.
Regards
Tony
Hello,
Try to echo the result and see what you have. See what you
output with this PHP code is compatible with the options.
Also if you make pure PHP
echo $row[tax];
What you have?
Regards
Tony
Hello,
What is the error, that you recieve? With setGridParam you can
set anything possible including onSelectRow. I have successifully
implement in the development version of jqGrid the stringify and for
now it works fine. I suppose that you make eval of the string, before
passing it to jqGrid.
If possible before passing this parameters to the grid – check them to
see what you have. Also check what you have as string after stringify.
Regards
Tony
Hello,
Check to see if you do not predefine some properties in css
for the table data.
Try to use only jqGrid to see what is this or exclude any other
CSS except grid.css
Regards
Hello,
onInitializeForm is the right place for this.
I never try this, but why not use editoptions like this
editoptions : { onChange: myfunc(this.value)…}
editoptions are added as atribute of every alement
Regards
Tony
Hello,
Sorry but It is difficult to understand.
What is FK index?
Where is your add button? Where the user click to add
Hello,
This is connected with the behavior of the modal – If you
click outside of modal – the modal is closed. If you do not want this
happen – set the modal option to true – i.e modal:true in the parameters
of the editing and adding.
Regards
Tony
Hello,
Could you please be a more specific? What you try to do?
I do not understand
Regards
Hello,
Thanks will check this. But first – could you please define pure html table
and perform this operation – I feel that this is not jqGrid problem.
Regards
Tony
Hello,
It is connected with jqDnR.js – I have upgrade to the latest jqDnR and have make changes which disables the opacity. Will publish bug fix soon.
(Maybe at end of this week)
Regards
Tony
Hello,
be a sure that jqModal.css is loaded.
Regards
Tony
Hello,
Go into the demo page and look.
Regards
Tony
Hello,
It is a little difficult, but not impossible.
When you want to add fields? – everey time you open a form or
only once when is already created.
When once use onInitializeForm , when every time you can use
beforeShowForm
I will use onInitializeForm and suppose you want to add field
after the field “myfield”
Hello,
If this does not help we can use another approach.
After creating a grid
outerwidth = $(”#outer”).width();
(“#mygrid”).jqGrid({
…
}).setGridWidth(outerwidth);
Regards
Tony
Hello,
This is z- index issue. Check the z-index of ui datepicker. By default
the modals use zindex 950. You can control this setting the zIndex
property as parameter for the edit and add dialogue or simple change
the zindex in css of ui datepicker
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top