Hello,
Check your code and what you do again.
Does the cursor disappear if you go into the demo page?
For me it work ok
Best Regards
Tony
Hello,
You do not answer of the question – does your alert show the changed value?
or
Should I think the you speak about the select in dataUrl?
I do not understand what you try to do
Regards
Tony
Hello,
Nothing wrong, but you can do this only in 3.5 version:
See this here
Regards
Tony
Hello,
What is the result?
Humm I use it, but no problem. Could you please try
$.extend(true,$.jgrid.defaults,{rowList:null},{rowList:[10,20,30]});
or
$.extend(true,$.jgrid.defaults,{rowList:null});
$.extend(true,$.jgrid.defaults,{rowList:[10,20,30]});
If you do not put true as first parameter in the extend – does this work?
Regards
Tony
Hello,
5 times or 5 items – it is not the same
Both are not supported.
Reagrds
Tony
Hello,
No idea why is this, but please read the instalation instructions here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
and try.
By the way rounded coreners are not supported in IE – since IE does not suport them. More information you can find on jQuery UI site and google groups or just google it
Regards
Tony
Hello,
If you use table Drag and Drop tableDnD I think there is such example
See: http://www.isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
Best Regards
Tony
Hello,
Check your DOCTYPE declaration.
Regards
Tony
Hello,
Do not understand.
Regards
Tony
Hello,
Read carefully what gridview option do and when should be applied:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Best Regards
Tony
Hello,
Could you please try the construct the same select with the same values, but not using jqGrid – just the select in html page.
Is the result the same?
Best Regards
Tony
Hello,
The problem is fixed. Please download the latest version from GitHub.
Regardas
Tony
Hello,
Simone, please be a more precise. What you use actually? In the previous post you tell me that only surl work.
The surl option is used in search modules – especially in filterGrid and filterToolbar methods.
In order to be clear, please post your code and tell me what you try to do.
Reagrds
Tony
Hello,
In order to work this you should include a jQuery UI js file with support of dialog.
Regards
Tony
Hello,
Some plugins require that the element should be into the DOM in order to work correct.
Since dataInit is applied not when the element is into the DOM, this maybe will not work.
The same will be if you try to use a jQuery UI datepicker with the option to show a calendar image.
(I will see in other releases how to correct this “bug”).
In order to resolve your problem I recommend you to use the onInitilazeForm event:
The code cal look like this:
onInitializeForm : function(formid)
{
$(“#time_start”,formid).timepickr();
}
Reagrds
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top