tony

Forum Replies Created

Viewing 15 replies - 7,831 through 7,845 (of 7,981 total)
  • Author
    Replies
  • in reply to: get/setGridParam error #82198
    tony
    Keymaster

    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

    in reply to: how do i get search to work #82197
    tony
    Keymaster

    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

    in reply to: Release 3.2 Beta #82195
    tony
    Keymaster

    Hi Ton,

    I found the bug. I hope that all now will work ok. Please let me known if you have problems.

    Regards
    Tony

    in reply to: Loading div #82194
    tony
    Keymaster

    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

    in reply to: Page feature working with Array Data #82193
    tony
    Keymaster

    I will consider this feature, but loading a big amount of data to the client will consume a big amount of memory.

    Regards
    Tony

    in reply to: how do i get search to work #82191
    tony
    Keymaster

    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

    in reply to: Table header not aligned whith table columns #82190
    tony
    Keymaster

    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

    in reply to: Release 3.2 Beta #82187
    tony
    Keymaster

    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

    in reply to: resetSelection() do not reset cb_jqg #82186
    tony
    Keymaster

    Thank you. You can send me e-mail or simply publish the correction here

    Regards
    Tony

    in reply to: Multiselect onselectrow #82185
    tony
    Keymaster

    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

    in reply to: Release 3.2 Beta #82178
    tony
    Keymaster

    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

    in reply to: delrow method bug !??! #82175
    tony
    Keymaster

    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

    in reply to: Table header not aligned whith table columns #82174
    tony
    Keymaster

    Not sure if the grid will work on konqueror.

    Regards

    in reply to: Table header not aligned whith table columns #82169
    tony
    Keymaster

    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

    in reply to: how do i get search to work #82166
    tony
    Keymaster

    Hi,

    Go in example section of this site and download the demo package.

    Regards
    Tony

Viewing 15 replies - 7,831 through 7,845 (of 7,981 total)

Stay connected with us in your favorite flavor!