Hello,
Thanks, but you use a very old version. This problem was fixed from long time.
Thanks anyway.
Regards
Hello,
I think that when you use edit type select it will be fine.
With other words – use formatter select and edittype select with the appropriate options.
Regards
Hello,
I have difficulties to understand the problem.
What you want to post and from where?
Maybe you will need to look at documentation here
Regards
Hello,
This setting is by default, so the grid has nothing to do.
1. Set the caheset with meta tag in your html page
2. When the data comes from the server be a sure you send a header with utf-8.
In PHP before to output the data do:
header(“Content-type: text/xml;charset=utf-8″);
Regards
Hello,
You can triger click to the cancel button.
If I remember right the cancel button has a id = cData
This is not good, since of multigrids with multi forms it will make problems with equal ids.
This should be changed in the future.
In order to overcome this – if the grid has id=GRID, then
$(“#cData”, “#TblGrid_GRID_2″).click();
Another way is to trgger click to the close buton. See which calss it has to perform this.
Regards
Hello,
Publishing the entrie grid configuration will help.
Do you use any other module like inline edit, form edit and etc?
Regards
Hello,
Just for the record – please post what was the problem and how you have resolved it.
Thank you.
Regards
Hello,
serializeGridData should return the same data as it accept as parameter – i.e not string – with other words replace
return JSON.stringify(dataToSend);
with
return dataToSend;
Regards
Hello,
We have enabled this feature as of 4.3. It currently expiremental
Just let us know if you find any problem using it.
Thank you.
Regards
Hello,
Since ISO8601Long corresponds to =>Y-m-d H:i:s – did you think that your string correspond to the
source date formatting? I do not tink so.
Also I can not remember, but we support srcformat:u option since 4.2
Not sure, but you will need to divide your date to 1000.
Regards
Tony
Hello,
Unfrotunatley this is not possible at the moment.
Regards
Hello,
Thanks – I can not confirm, but it can be done. Will see what I can do, but do not promise.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top