Hello,
Should look what is with 3.5.3 version, but I think there is no problem to test with 3.6.2
Regards
Tony
Hello,
If you use custom content with custom events, you should control this behaviour with your own functions and events.
Also why do you not use the cell edit if you like such behaviour. On the select when used with cell edit you can bind your own events –
look here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:common_rules#editoptions
especially the dataEvents option
Best Regards
Tony
Hello,
Not sure if I understand. The text in the heading column shod behave as the data. Also which version is used?
Could you please send a link to the problem or post a code?
Thanks
Best Regards
Tony
Hello,
We have some discussion here:
We wil continue with ARAI, but I'm not sure for the Section 508, since it is Country specific.
We think we have done about 60-70% of this, but we need to implement it carefully.
Currently we can not determine when ARIA will be fully supported, but we work on this direction.
Best Regards
Tony
Hello,
You can do it without modifiyng the grid css. Just use this definition after the grid css file is loaded – i.e
// here grid css file is loded and then
jqgrid tr.jqgrow td {height:auto;}
Regards
Tony
Hello,
Be a sure that you have loaded the language file before the grid file in the head section
More you can find here
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:how_to_install
Best Regards
Tony
Hello,
Welcome to jqGrid!
You can use the succesfunc and depending on
Hello,
I see where is the problem
Your id's begin with space. Please trim the ids before send to the grid
Here is a part from your response
|
1 |
<div>{"ROWS":[[" 21224"," 206.510.100"," 5"," 3"," 0.150"," 509.00"," 103105"],<br />[" 21225"," 206.510.110"," 6"," 3"," 0.220"," 494.00"," 103106"]</div> |
Best Regards
Tony
P.S. I will see how to avoid such situation in the future
Hello,
It is not neccesary to load the grid in onready function. You can load it when you click a button and etc, but the needed grid js files should be loaded again with jquery. (Not sure if I explain it right)
Regards
Tony
Hello,
Here is your example:
http://trirand.com/blog/jqgrid/eljaywilson.html
and here is the code
http://trirand.com/blog/jqgrid/eljaywilson.txt
Note how some things are loaded into the head section
Best Regards
Tony
Hello,
Could you please make the following test.
In the window.open do not use jqGrid, but let say a lot of things like tabs or accordeon or so on. Is the memory released after you close the window the same way as you do it with jqGrid?
Best Regsrds
Tony
Hello,
For me especially is little dificult to understand your problem. Could you please provide a link to the problem?
Thanks
Best regards
Tony
Hello,
Be a sure that this is the correct path to the image. This can be seen very well in IE browsers – if the path to the image is not correct you will see only image frame.
Best Regards
Tony
Hello,
In the current implementation (case 1) it is not possible to use formatter for this purpose, beqouse of the rendering engine, which call first the formatter and then we construct the tooltip.
One possible solution is to use grid complete event and then you can loop througth the rows
Hello,
Not sure what you mean with all the time, but you can choose inlineedit to edit these columns.
Basically you can use grid complete even and here you should obtain the ids of the grid and then loop throught this array and call editRow or you can use afterInsertRow event to applay the same editRow .
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top