admin

Forum Replies Created

Viewing 15 replies - 361 through 375 (of 635 total)
  • Author
    Replies
  • in reply to: Keyboard accessibility for JQGrid #89713
    admin
    Keymaster

    We tried this solution, but when we set cellEdit to true, we get an exception when clicking on a row.

    Object doesn't support this property or method

    e.stopPropogation()…

    Any thoughts on a workaround or alternate solution until 3.6?

    Thanks!

    -CM

    in reply to: Does jqGrid support client side pagination? #89705
    admin
    Keymaster

    Hi,

    returning to this post after few months

    does the feature of client side pagination still not available ?

    thanks !

    in reply to: Multiple, nested sub grids #89684
    admin
    Keymaster

    If you use grid as a subgrid, you can create multiple levels. I have done this upto 3 levels

    in reply to: Retaining sort order #89679
    admin
    Keymaster

    cvedovini said:

    Hi,

    Is there a way jgrid 3.5 can retain sort order of columns?

    Like when the user sort a list, navigates away from the page and come back with the same sorting he left

    Thanks


    Hi,

    i would be interested in the same functionality. A solution for this would be most appreciated!

    Thanks

    // Henryk

    in reply to: format is undefined #89671
    admin
    Keymaster

    check http://www.trirand.com/blog/?page_id=393/help/jgridformat-is-not-a-function/

    tony said:

    Post edited 04:44 – 04/09/2009 by tony


    Hello,

    Load the language file before the jqGrid in script tag. See installation.

    Regards

    Tony

    in reply to: ERROR : JQuery is not defined #89668
    admin
    Keymaster

    I have solved the error:

    I just added jquery.js file and error is no more.

    I am practising

    in reply to: Disable edit form select list #89661
    admin
    Keymaster

    Also – when the form does come up on the second click – it is essntially broken – meaning submit or cancel buttons do nothing. Strange – this is caused by disabling the dropdown in the fashion described above. Any alternatives please reply. Thanks.

    in reply to: Problems mit dynamic Edit Fields #89660
    admin
    Keymaster

    thx, will try it.

    admin
    Keymaster

    Hi,

    I've been thru similar problem but I get this solved thru providing the full url like:

    http://www.abc.com/Home/GetStaffList

    So far I didn't find any automatic solution for this but need to write some code for this. Currently whenever I deploy the site, I change url to full and then upload.

    Although this is temporary solution but it will work

    Regards

    Hamid

    in reply to: searching bare #89657
    admin
    Keymaster

    i had a similar problem with my search filter form stuck behind the modal window. I had forgot to include jquery.searchFilter.css in my project. This file comes with the download of jqgrid. Once I added it to my project and referenced in in my header it worked.

    Mike

    in reply to: Painting row #89650
    admin
    Keymaster

    I want to set any background color for any row.

    Thank you.

    in reply to: reloading grid content after modal window closing #89634
    admin
    Keymaster

    thanks a lot,

    the problem was in fact, caused by the event.

    so the grid should be unloaded and created outside the open event !Cool

    in reply to: Search form comes up disabled #89623
    admin
    Keymaster

    Nevermind. Problem in setup. I was missing jqyuery.searchFilter.css from my project.

    in reply to: Using a different jquery CSS for jqGrid #89615
    admin
    Keymaster

    Nevermind, I've found a solution:

    Open the themeroller css you want to use with your grid

    Replace all occurences of

    , .ui-

    with

    , #testcss .ui-

    And all lines beginning with

    .ui-

    with

    #testcss .ui-

    Using the vim editor this can be easily achieved with the two commands:

    :%s%, .ui-%, #testcss .ui-%g
    :%s%^.ui%#testcss .ui

    Once this is done, just put the grid inside

    and you're done.

    in reply to: Using a different jquery CSS for jqGrid #89613
    admin
    Keymaster

    Thanks Rumen for replying so quickly,

    I've already thought about the iframe hack, though it's psychologically hard to accept to regress so much considering that the application I'm working on is totally web 3.0 ready 😉

    A good option for jqGrid would be the possibility to use of an arbitrary prefix for CSS selectors names, it'd be then easy to write a script that would quickly rename themeroller's CSS selector names to add this prefix.

    Frederic

Viewing 15 replies - 361 through 375 (of 635 total)

Stay connected with us in your favorite flavor!