Hello,
What is exacly the problem? Try only with jqGrid files and css without including other. Then try to include one by one the other css and see what is happen. IMHO there is conflict with jqGrid css and others.
Regards
Tony
Hello,
Why not use afterSubmit event – it is designed right for this purpose (If I understand right)
Regards
Tony
Hello,
To help – what does not work?
Please describe and if possible write the configuration
Regards
Tony
Hello,
Use beforeShowForm event form for this purpose. Every column in the form is a combination of tr_ + the name from colModel. Show and hide it in a way what you want.
Regards
Tony
Hello,
Currently no.
Regards
Tony
Hello,
I'm not so familiar with this, but I suggest you to look in the jQuery google group for this problem. (It is a known IE problem). I think that you should use some additional plugin for this purpose.
Best Regards
Tony
Hello,
Check the new 3.5 Alfa 2. I have added additional parameter to the custom formatter which holds the entry row from the server adain with the id.
Regards
and Thanks for the fix
Tony
Hello,
Thanks for this. Yes, currently the source date format support only month as number. Supporting names will be added soon.
Regards
Tony
Hello,
Hope that is fixed now. Will publish 3.4.4 soon.
Thanks
Regards
Tony
Hello,
Could you please send me a link to the problem. It is very difficult in this case to understand where is the error.
Regards
Tony
Hello,
I have fixed this bug. Currently it is available only in jqGrid 3.5 Alfa 2. I will publish a stable 3.4.4 version soon.
Regards
Tony
Hello,
Construct your grid in complete event of the last ajax call.
Regards
Tony
Hello,
Did you see _search: true
If this is true the serch is activated and you can use the above parameters.
If _search:false you are not in search and you can use a condition for this – right?
Why not read the docs?
Regards
Tony
Hello Steve,
Thanksd for this, but I have succes with the padding and think with the resizing. Padding is needed. The reason for this is that we have some two columns one right and one left aligned we do not have a good look.
You will see what is in the next alfa tomorrow.
Regards
Tony
Hello,
It is simple:
if(some condition) {
(“#row_with_row_id”,”#mygrid”).css({display:”none”})
}
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top