tony

Forum Replies Created

Viewing 15 replies - 886 through 900 (of 7,981 total)
  • Author
    Replies
  • in reply to: jqgrid in dialog IE bug #101445
    tony
    Keymaster

    Hello,

    Not sure I'm clear with this bug and that this is a bug in jqGrid.

    It can be a bug in tooltip – right!

    Regards

    tony
    Keymaster

    Hello,

    In your code in grid options just add

    recordpos :”left”,

    The record pos is default at right and it make some confusions.

    Enjoy

    Kind Regards

    Tony

    in reply to: RightClick does not trigger beforeSelectRow #101443
    tony
    Keymaster

    Hello,

    In onSelectRow (which is used from you) we pass 3 parameters

    onSelectRow ( rowid, status, event)

    If you want to cancel the edit if the right button is clicked you can do

    onSelectRow : function( rowid, status, event )

    {

    in reply to: Then colapsing subgid setSelection is not set. #101442
    tony
    Keymaster

    Hello.

    I have added a option selectOnCollapse in subgrid options which when set will select the row when it is collapsed.

    Also it will be available in the new version, whch is suppopsed to be released today.

    Regards

    Tony

    tony
    Keymaster

    Hello,

    Thanks. Will fix it.

    Regards

    in reply to: Loading last page calls the server multiple times #101440
    tony
    Keymaster

    Hello,

    The very simple test is just to add this line before the if and see the result.

    page = parseInt(page,10);

    if (p.lastpage && (page > p.lastpage || p.lastpage===1 || (page === p.page && page===p.lastpage)) ) {

    in reply to: Bug in averaging function for footers? #101439
    tony
    Keymaster

    Hello,

    Thanks for the opinion.

    Especially for the count I do not agree. Suppose we want to count string, then it is very natural to count all one.

    I Have fixed this in git hub.

    Regards

    in reply to: Bug in averaging function for footers? #101436
    tony
    Keymaster

    Hello,

    Thank you very much. Yes, I confirm this is a bug in getCol method.

    We do not consider in avg the first row which should be excluded.

    About the case if the cell value is ” ” I think that in this case we should interpret it as 0.

    What do you think about this?

    Regards

    Tony

    in reply to: again subgrid #101435
    tony
    Keymaster

    Hello,

    I do not think that this is the right way to do this.

    Please try with defining the event when the subgrid is created.

    Regards

    in reply to: How to open a new window #101434
    tony
    Keymaster

    Hello,

    Usually postingg the code will help you to.

    Kind Regards

    in reply to: Filtering data using embedded filter #101429
    tony
    Keymaster

    Hello,

    Thanks for sharing the solution.

    Kind Regards

    Tony

    in reply to: Loading last page calls the server multiple times #101428
    tony
    Keymaster

    Hello,

    First of all thanks for the investigation.

    I'm not sure that this is true:

    page comes in as a string, while p.page and p.lastpage are numbers, so the triple equals in that last

    If you look into the code some lines above you will notice that the page when set is always integer.

    It can be possible that some other components are not set correct.

    It is very difficult to fix bugs when scroll is set to 1, since every case is uniquie at the client – CCS styles, grid configuratiin, server data and etc.

    Can you please provide me a link to the problem using the jqGrid source and not min file?

    Thank you very much

    Kind Regards

    Tony

    in reply to: How do I get current page information? #101426
    tony
    Keymaster

    Hello,

    This is already discussed and I think how to solve the requirment.

    Regards

    in reply to: again subgrid #101425
    tony
    Keymaster

    Hello,

    The subgrid has uniquie ID.

    How you bind this event?

    Are you sure the you bind it to the right jqGrid existing id.

    Regards

    tony
    Keymaster

    Hello,

    Thanks for sharing this.

    Regards

Viewing 15 replies - 886 through 900 (of 7,981 total)

Stay connected with us in your favorite flavor!