Hello,
Do not understand. Maybe you will need to set shrinkToFit to false.
Regards
Tony
Hello,
Did you mean when you select the plus image to expand subgrid?
Regards
Tony
Hello,
Check to see if you heve unneeded ; at end of string -i.e
minutos = “00:00;15:15;30:30;45:45; <
If this is set the select will not work.
Regards
Tony
Hello,
Thanks for investigation.
Humm – in my FF 3.0.8 on Windows all seems to work ok.
To use the cell editing local add
cellsubmit: 'clientArray' – see docs
Could you plese test this sample on Windows machine?
Regards
Tony
Hello,
Currently the field checking works only on text fields. It is difficult to do on selects – some will ask to check the key, some will ask to check the text and so on.
Best Regards
Tony
Hello,
Just for you I have prepared a example. Go in to the demo page
and run Advanced->Grid As SubGrid.
In this code I have just added:
….
Hello,
Sorry, I mean use jQuery to compare
Regards
Tony
Hello,
datatype: xmlstring,
datastr: '””' —-> i.e. ' “” ' string in string
Regards
Tony
Hello,
Not sure if this will help, but you can try. An every last two cells add a div tag with id.
Then (just for test) try
$(”#divid_1″).load(”myfile.html”);
where myfile.html contain the above script. You known what I mean – load can load a script too.
Regards
Tony
Hello,
In my machine and other in all versions of FF 2 and 3 all is ok. No errors.
There was a problem only in 3.5 during the uploading the new alfa 2.
Regards
Tony
Hello,
According to docs:
“This fires after all the data is loaded into the grid and all other processes are complete”
If there is no data of any kind (xml, json,array) this event will no fire.
In order to use it set
datatype: 'jsonstring' and put empty string to use gridComplete
After this operation the datatype will be set automatically to clientSide.
Regards
Tony
Hello,
Could you please try with another theme (standart by exemple).?
Thanks
Regards
Tony
Hello,
Does the alert fire if you click on the plus image?
Regards
Hello,
Which version do you use? There was a bug in previous versions. Use the last stable
Regards
Tony
Hello,
No buil-in function – use own comparation
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top