jmdavid,
For me this work. Check the syntax. Try first to load the grid without the alert and then check it. try to clear the cache.
Regards
Tony
Hi,
If possible could you please send me a link.
By the way check the paths to js files an every page, including jqModal and etc. You can do it easy if you have FireBug installed
Regards
Tony
Hi Ton,
I found the bug. I hope that all now will work ok. Please let me known if you have problems.
Regards
Tony
This is a very good idea. Actually I begin to work in this direction and if I have time it will be done in 3.2 release
Thank you
Tony
I will consider this feature, but loading a big amount of data to the client will consume a big amount of memory.
Regards
Tony
Hi,
Try to isolate the problem – by example – If this work on one grid, but not at second – please check the definitions and navigations of the second grid. Try to run only teachers’s page without running the students page – does the grid work in this case?
Regards
Tony
Hi,
Thank you for this. Actually I never tested the grid with width 3300px.
I will perform some tests.
As for Konqueror I will try to correct this issue.
Regards
Tony
Hi,
Maybe I known where is the problem 🙂 . Now I must perform some additional tests. Is this only in IE7? Work IE6 as expected?
Regards
Tony
Thank you. You can send me e-mail or simply publish the correction here
Regards
Tony
You can use getGridParam(“selarrrow”) – as of documentation – see the replacement methods – Return array of id’s of the selected rows when multiselect options is true. Empty array if not selection.
Regards
Tony
If possible could you plese send me a link. Check if you have missed some commas in the options – FF works, but not IE
Regards
Tony
Berus,
Thank you for this. For now only some parameters can be changed dynamically that are: url, modal and toTop parameters associated with the modal. One possible solution is to check if the modal exist delete them and recreate it again. Every modal dialog associated with a delete has id = delmod+id of the grid table – i.e. if the id of the grid is mygrid – the delete window has id= delmodmygrid.
Thus before clicking the button you should check if this exists something like
$(‘mybut’).click(function(){
if $(delmodmygrid).html() != null ) {
//remove the modal here
}
//create it here with you new options
});
I will see if all the option can be changed dynamically
Regards
Tony
Not sure if the grid will work on konqueror.
Regards
Hi,
Maybe this is only in FF. To correct this you should set
table class=scroll cellspacing=0 cellpadding=0
This bug is corrected in 3.2 Beta
Regards
Tony
Hi,
Go in example section of this site and download the demo package.
Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top