krisreddy

Forum Replies Created

Viewing 15 replies - 61 through 75 (of 123 total)
  • Author
    Replies
  • in reply to: column chooser and done event #126347
    krisreddy
    Participant

    Thank you this works great!

    in reply to: column chooser and done event #126339
    krisreddy
    Participant

    Thanks Will! That makes sense.

    Just having the event done on checkbox check and uncheck and drag – would be helpful we are using a custom function to save grid state

     

    so in the event we can get the permutations by calling

     
    var perm = myGrid[0].p.remapColumns

    • This reply was modified 8 years, 8 months ago by krisreddy.
    in reply to: column chooser and done event #126336
    krisreddy
    Participant

    Thank you for adding this!

    colMenuDragDone is only called if the user reorders the columns, using drag Also needs to be called when users checks/unchecks the columns as well.

     

    It would be better if the event is renamed to colMenuColumnDone

     

    Also, it is possible to open a columns in column menu – programatically via button?

    • This reply was modified 8 years, 8 months ago by krisreddy.
    in reply to: autosize grid to parent div #126334
    krisreddy
    Participant

    Thank you for the info, we will try resizeGrid.

    in reply to: column chooser and done event #126333
    krisreddy
    Participant

    We are essentially using the column chooser plugin – when the add.remove columns or change the order of columns – on clicking done  there is done event – it returns the column order

     

    What we want to do is move to use the column menu, since columns is already built in the column to show/hide and drag to re-order – what I am looking for a done event like the column chooser in colmenu > columns

     

    Hope this makes sense

    in reply to: onCellSelect not firing #126321
    krisreddy
    Participant

    Thanks! everything is working now

    in reply to: jQuery Migrate warning #126277
    krisreddy
    Participant

    better yet

    href=’javascript:void(0)’

    in reply to: jQuery Migrate warning #126276
    krisreddy
    Participant

    Thank you for fixing this

     

    another thing – clicking on the column triggers to load web root

    href=’#/’ — -should be href=”#”

    in reply to: jQuery Migrate warning #126274
    krisreddy
    Participant

    jQuery.jqGrid.js Line 3420

    if($(this).attr(“value”) === ‘columns’) {

    in reply to: custom items in column menu #126272
    krisreddy
    Participant

    Hi Tony,

    Really appreciate quick turn around on the feature. We will test this as soon as possible.

    Thanks,

    Kris

    in reply to: custom items in column menu #126262
    krisreddy
    Participant

    Any progress on this? we will happy to beta test. We are desperate need of this feature

    Kris

    Guriddo customer

    in reply to: celledit and rowiud #126173
    krisreddy
    Participant

    Thank you for clarification, that makes sense.

     

    in reply to: celledit and rowiud #126166
    krisreddy
    Participant

    we had some old code that was not executing in after edit cell that was using the id of input element

     

    $("#" + rowid + '_dblCommissionPercent')

     

    However if you look at the example link click the first row – commission percent cell you will notice input id does not match the pattern (rowid + _colname). rowid is 4 and input id is 1_dblCommissionPercent

     

    I understand about the get cell method. just want to why this has changed since your answer suggests otherwise

    Kris

    Guriddo Customer

    • This reply was modified 8 years, 10 months ago by krisreddy.
    in reply to: celledit and rowiud #126157
    krisreddy
    Participant

    any info or feedback on this?

    in reply to: celledit and rowiud #126149
    krisreddy
    Participant

    I have tried setting the kye:true – no effect.

    getDataIds returns the correct ids

    Here’s a link to the problem

    http://50.53.76.235:90/jqgrid/intRowIDIssue.php

    Click on cell to edit, examine the html of input tag

Viewing 15 replies - 61 through 75 (of 123 total)

Stay connected with us in your favorite flavor!