Hello,
As of the last version notes adding treenodes is not suported to this
time. Will make all possible to finish this.
Best Regards
Tony
Hello,
If the row has id=”myid” then
jQuery(“#myid”).hide() will work
Regards
Tony
Hello,
You do not need to define
{name:'cell1.v',index:'cell1.v', jsonmap:'cell1.v', width:55, key:true}
if you have jsonmap.
try this instead
{name:'cell1',index:'cell1.v', jsonmap:'cell1.v', width:55, key:true}
Regards
Tony
Hello,
As of the docs parameters passed to the server are:
page –
Hello,
Look at the examples – the afterSubmitCell have the same sence
as afterSubmitForm in formedit
Regards
Tony
Hello
Try with:
#outher {
….
width : 500px
…
}
Width 95% means 95% from parent element
Regards
Tony
Hello,
I'm not sure what you try to do
Regards
Tony
Hello,
Thank you for this. I know about this issue and it is corrected
in the upcomming release. The problem is in jqDnR plugin and
it is connected with the overlay bugs in IE. Also I have disabled
this.
Best Regards
Tony
Hello,
Thank you for posting this issue. I will check it.
Best Regards
Tony
Hello,
You call 3 time trigger reload grid – this of course IMHO is bad idea, since
there is unknown which trigger will finish first. To work this:
function requette()
{
Hello,
It seems that you do not have included the language file, by
example grid.locale-en.js. This file should be included before jqGrid.
Also refer to this:
http://bartreyserhove.blogspot.com/2008/08/aspnet-mvc-and-jqgrid.html
Regards
Tony
Hello,
I have play little with jQuery UI sortable.
It can not work on td – i.e
$(“.sort”).sortable(…);
But it work with (bugs) on table rows – i.e this work
…
$(“.sort”).sortable(…);
We need actually the first one. I will post a question in the jQuery UI group
about this. If this can be done – it will save me a lot of writting code.
Best Regards
Tony
Hello,
Sorry, but I do not understand exactly what you try to do.
What you mean please with this –
“What I don't know how to do is how to get the result
from my json page…
“
Best Regards
Tony
Hello,
What you mean with this
“The database queries aint visable.”
I can not understand.
About the second I think you should begin with how jQuery plugins
can be used – i.e. first begin with jQuery docs.
Best Regards
Tony
Hello,
Also obtain the sort name and sort order server side and include this in the
SQL query. See docs how to do that and which parameters to use.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top