admin

Forum Replies Created

Viewing 15 replies - 286 through 300 (of 635 total)
  • Author
    Replies
  • in reply to: enter a value in cellEdit mode resets/pushes page to top…. #90285
    admin
    Keymaster

    Sure. I can whip up a link/example up tonight.

    Thanks

    tim

    in reply to: URGENT-problem #90269
    admin
    Keymaster

    I definitely do not want to pass this onto 3rd parties (other than jqGrid), but from what I can tell, there is a general deployment problem there.

    Can you please send us a live link where we can see this online?

    Regards,

    Rumen Stankov

    in reply to: hOw to add extra fields to editRow form #90263
    admin
    Keymaster

    tony said:

    Hello,

    Did you mean

    jQuery.jgrid.edit or jQuery.jqgrid.edit – there is a difference

    2. I think yes this is possible

    Regards

    Tony


    Hi Tony,

    Yes, the error was indeed jQuery.jgrid.edit is undefined, sorry for the typo.

    Also, I worked around number 2. Basically

    in reply to: URGENT-problem #90261
    admin
    Keymaster

    Frown

    I get this error in Internet Explorer

    Detalles de error de p

    in reply to: URGENT-problem #90243
    admin
    Keymaster

    Laughthanks a lot for your fast answer, i will give it a try

    in reply to: URGENT-problem #90254
    admin
    Keymaster

    This one is very hard to tell. By Windows you mean end-users are using Windows based browsers or that the host is Windows based? I assume the second one.

    Most probably there is a deployment problem and I suggest using FireBug for FireFox to see what happens (what gets sent from server to client) — this will help you a lot in locating the error. Another thing you can try is handling the loadError event of the grid and getting the error (if any) there.

    Regards,

    Rumen (Trirand)

    in reply to: enter a value in cellEdit mode resets/pushes page to top…. #90248
    admin
    Keymaster

    Hi Tony,

    I'm using v36 + cellEdit + treegrid. I have no reference to trigger('reloadGrid').

    I expand out my treegrid until I have a scollbar in the browser. Scoll to the bottom then select a cell which pushes the page up to the top.

    tim

    in reply to: navgrid example help #90227
    admin
    Keymaster

    The first parameter to navButtonAdd is the ID of pager, e.g. in your case “#pager2”. The second parameter was just taken out of context from the example, in reality, you just do not need it. For example this is how you can have a “Toggle Filtering ToolBar” button in your toolbar

    .navGrid('#pager2',{edit:false,add:false,del:false,search:false,refresh:false}) .navButtonAdd(“#pager2″,{caption:”Toggle”,title:”Toggle Search Toolbar”, buttonicon :'ui-icon-pin-s', onClickButton:function(){ mygrid[0].toggleToolbar() } })

    There is a PDF help file in the Download section of this site, please download and open it and check out the “Custom Buttons” section.

    Rumen Stankov

    Trirand

    in reply to: Not Found Error code : 404 #90226
    admin
    Keymaster

    Can you please copy / paste your grid definition here? From experience, this happens usually when “editUrl” is not set. In order to add / delete / edit items, you need editUrl set, in addition to just url.

    You can view the HTML source of some of our editing examples to see how this works.

    Regards,

    Rumen Stankov

    Trirand

    in reply to: Negative RowNumbers #90193
    admin
    Keymaster

    To be Honest, i really just need the bottom bar to say:

    in reply to: Hidden grid fields not copied to Edit Form #90187
    admin
    Keymaster

    Ah, yes, it works,

    i did not notice that hidden fields are same text inputs with display:none

    Thanks

    in reply to: Hidden grid fields not copied to Edit Form #90151
    admin
    Keymaster

    I just have about same problem,

    if i set

    in reply to: gridimgpath is not defined #90149
    admin
    Keymaster

    put the following codes before jQuery('.listFlex').jqGrid

    jQuery(document).ready(function(){

    add following codes after

    in reply to: setGridParam #90145
    admin
    Keymaster

    thanks. that worked

    admin
    Keymaster

    This is the correct behavior that the grid should take action. If the checkbox is disabled it should not select the rows, if it is doing it then that is not the proper behavior. Moreover wherever you have implemented that code to disable the checkbox each time you have to call “beforeSelectRow” handler.

    Varun

Viewing 15 replies - 286 through 300 (of 635 total)

Stay connected with us in your favorite flavor!