tony

Forum Replies Created

Viewing 15 replies - 2,311 through 2,325 (of 7,981 total)
  • Author
    Replies
  • in reply to: True-Scrolling IE 2 Pages #94931
    tony
    Keymaster

    Hello,

    Thanks. This is a known problem and it wont be fixed.

    The reason for this is that when we are in scroll:1 we get the height of the first row and based on this we calculate how many place we need.

    This calculation is not very effective, but I can not find other good way to calculate how many room we need.

    Hope you understand what I mean.

    In order to resolve remove the height auto.

    Best Regards

    Tony

    in reply to: 3.7.1 tree grid slow to expand or collapse nodes #94930
    tony
    Keymaster

    Hello,

    First of all thank you very much for the investigations and recommendations.

    I'm ready to do this, but imagine that you have two grids on the same page. It is quite possible thet both have same id,

    in this case the collapsing and expanding maybe will not work, becouse it will depend which id will be find first.

    Will see how to improve this.

    Best Regards

    and thanks again

    Tony

    in reply to: FormEdit : select does not have the right default value #94929
    tony
    Keymaster

    Hello,

    It is not a bug I think, but a way that Safari and Chrome works.

    Also could you please post the exact code which you retrieve from server to build the select.

    What you try to do first – add or edit or there is no difference?

    Best Regards

    Tony

    in reply to: Virtual Scrolling: Page/View display issue #94927
    tony
    Keymaster

    Hello Jack,

    Thank you. I have try to do what you describe, but it seems that I can not reproduce this.

    Could you please descripbe this in more detail using the demo here:

    http://trirand.com/blog/jqgrid/jqgrid.html

    Best Regards

    Tony

    tony
    Keymaster

    Hello,

    Thanks. Fixed.

    Best Regards

    Tony

    in reply to: sorting bug with loadonce enabled #94925
    tony
    Keymaster

    Hello,

    Thank you. Fixed.

    Regards

    Tony

    in reply to: GridUnload memory leak? #94921
    tony
    Keymaster

    Hello,

    1. I see datatype as function in your code. This means that you made your own ajax request. Until this request comme to the grid they is already destroyed. That is: the request (data) is in your memory not knowing where to go.

    The real test is:

    Sorry edit:

    In the succes (or complete) event in your ajax request call the GridUnload after a delay.

    Regards

    Tony

    in reply to: Sorting bug in 3.7.1? #94878
    tony
    Keymaster

    Hello,

    Thanks.

    Mybe you will need to do

    rowNum: 10,

    rowTotal : -1

    according to the examples for obtaining the data at once and manipulate it locally,

    or change the rowNum to value greater than -1 after the grid loads.

    Regards

    Tony

    in reply to: Toolbar Search – Case Insensitive? #94877
    tony
    Keymaster

    Hello,

    Thanks, since the local search is relative new feature we will see how to add this in the future releses.

    Best Regards

    Tony

    in reply to: upgrade to jqGrid 3.6.5 #94876
    tony
    Keymaster

    Hello,

    No there are nothing tochange when a XMl is used. Also just have tested with local file and it works ok.

    Best Regards

    Tony

    in reply to: conditionally suppressing parts of pager #94875
    tony
    Keymaster

    Hello,

    Yes a lot of thing are changed. The first, prev, next last just exixsts.

    If you just want to disable all the pager stuff:

    If your pager buttons are in the center then you can jus

    $(“#pager_center”, “#pager”).hide() // or show()

    Where “pager” is the id of the pager

    Regards

    Tony

    in reply to: Object doesn’t support… #94874
    tony
    Keymaster

    Hello,

    I think tha the error speak yourself.

    It seems like you do not have the appropriate version if jQurery UI, or you have the latest one, but these lines causes

    the problem.

    So in order to summarize – which version of jQuery UI is used?

    Which modules contain this version?

    Do you need to include these listed above?

    Regards

    Tony

    in reply to: Select / Edit Question #94873
    tony
    Keymaster

    Hello,

    I think yes this is possible. In on dblClick row use window.location = “another url” and you will go to anothe page

    Regards

    Tony

    in reply to: additional search filer in search form #94872
    tony
    Keymaster

    Hello,

    Currently not possible, but you can use searchFilter as separate plugin, where you define your own model and apply it to the grid.

    Regards

    Tony

    in reply to: jqGrid inside Scrollable Division #94871
    tony
    Keymaster

    Hello,

    The grid can not be defined as div, but as table.

    Your content maybe (not sure) can look like this


    Regards

    Tony

Viewing 15 replies - 2,311 through 2,325 (of 7,981 total)

Stay connected with us in your favorite flavor!