The short answer is – yes you can integrate other plugins with jqGrid.
Untill now I have succes with datepicker, autocomplete, tabs…
My question is
I'm sory, but I do not work with ASP.NET MVC, but I can tell you some recommendations.
1. Try to obtain the values form server without using jqGrid – i.e. use
simple ajax request and see if you have the response from server.
2. If this is ok then try to analyze what kind of information do you
recieve from server. Is this information applicable to jqGrid?
3. If possible use FireBug to analyze what is happen.
Best Regards
Tony
I will perform some test and replay to this.
Regards
Tony
I think that the right syntax is:
$(“#calText”).datepicker();
Regards
Tony
Also found a error – FireBug tell me that jqModal.css is not loaded.
Please check the right paths – I think that
this
<link
Not thested, but something like
$(jQuery(”#mygrid”).bDiv).attr(“display”)
will give you the state. Note the using of bDiv and not cDiv
Hello,
Yes, there is something unusual here.
You can use top,left width and height properties – see docs.
But I think we should first see what is wrong. Now I recommend if possible
to test just with jqgrid plugin only. Exclude all other plugins and
see if all is ok.
Thanks. I will check this.
Regards
Tony
Currently this property can not be changed dynamically.
Hello,
I check this with Safari 3.1 on Windows and seems that this work ok.
Now to resolve the problem try to include the files manual and not
with the loader. Follow the order that is in the loader.
Please let me known if this work.
Best Regards
Tony
I do not think so. This is a bug.
Also I think that there is a cashe that is not cleared.
Please clear the cache, switch to development version and try
Regards
Tony
Also for local data paging is not suported. This is described in the
documentation
Regards
Tony
You should include the jqModal.css and jqDnR.js too. Also refere to
documentation
Regards
Tony
Nothing special. If you see the css you will have idea how you can do
your own theme
You should do this in some other places.
In createData and fillData functions and arount the line 223 when the
submit button is clicked.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top