Sorry,
I mean to replace the places of Date and Weight or simply make first colum editable.
Could you plese include the development version of module
grid.inlinedit.js in the site so I can make some test.
Just for testing try to set the date field as second visible row
and not as first.
Regards
Tony
Use option loadonce:true
Also see docs
Regards
Tony
Hello,
You can use the serch button here in the forum – word datepicker.
Regards
Tony
Thank you for this. It have sense, but require a very carefully
investigation. We should change all the modules in appropriate way
Reagrds
Tony
Thanks for this bug. I will correct this adding tooltip option in the method
Regards
Tony
If you data is local (i.e array) loadComplete does not have sense (and
is never called).
If you add data localy I sugest you to modify the needed cell before inserting
the data. You can construct this easy with your own adddata method in
which you can do this.
Regards
Tony
Use beforeSubmit event for this purpose. See docs
Not sure what happen here, but try to change the position in jqModal.ccs
from fixed to absolute.
Regards
Tony
Try this
{value:”'1':male;'2':female”}
Hello,
This comes on how you set the font in your page.
So on some apps this should work ok, bit in another app on the same machine and in the same browser no.
I do not answered here becouse there is a option to ajust
the width and height of this window. Also a good start point here is first
to read the docs.
Best Regards
Tony
Hello,
This problem is not related to jqGrid and jQuery at all.
Also some notes.
1. You must sure that after the connection you have the
appropriate encoding. In PostgreSQL and MySQL I usually use
SET NAMES = utf8 command.
2. The database should be in UTF8
3. Before sending the data you must send the appropriate header
in PHP I use header function
header(”Content-type: text/xml;charset=utf-8″);
4. Also in xml you should set this
Best Regards
Tony
Hello,
There is such way. Also you should apply the option editrules – i.e
editrules:{edithidden:true}
For more information refer to the news and docs
Regards
Tony
Hello,
Do you have tested the code that I have write here?
Regards
Tony
Hello,
there is such callback – the name is aftersavefunc and is parameter in
saveRow. Also check the docs.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top