ivanchain

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 34 total)
  • Author
    Replies
  • in reply to: Grid scrolls to top after selecting a cell #100747
    ivanchain
    Participant

    In jquery.jqGrid-4.4.3, (the last version to support ie6), with latest chorme, the problem is still there.

    If you can't reproduce the problem, it's because your jqgrid is not BIG enough, or your computer screen is TOO BIG enough. if you has many rows exceeding your computer screen, and use vertical scrolling of browser to view the last row of jqgrid, and click any of the cells, you will see the browser vertical scrolls(not means the jqgrid vertical scroll) to the top to show the head of the page.

    In jquery.jqgrid.min.js search for “<div style='position:absolute;top:-1000000px;width:1px;height:1px;'" and change the style attribute "position:absolute" to "position:fixed".

    In fact, in

    in reply to: empty cell borders on IE7 #99285
    ivanchain
    Participant

    Tony,

    This problem is caused, becuase the IE6 willl not show the empty cells, and empty-celll

    in reply to: empty cell borders on IE7 #98884
    ivanchain
    Participant

    Tony,

    If the cell is a string format, you will not see the problem. But if the cell is in a number format, and there is no data in it, the cell border is missing in IE6IE7.

    Please check this.

    yours,

    Ivan

    in reply to: empty cell borders on IE7 #98883
    ivanchain
    Participant

    ofcause I HAVE set the doctype.

    That is:

    In IE6, the problem is still there.

    yours,

    Ivan
    in reply to: jqgrid borders missing in IE #98800
    ivanchain
    Participant

    the problem is still there. 3.8 version.

    Ie6.

    in reply to: empty cell borders on IE7 #98799
    ivanchain
    Participant

    I just made sure that if a cell is supposed to be empty in the database, I write ” ” in the jqgrid cell.

    but how to do this?

    I read data by json from server, and jqgrid will deal with the data by itself.

    in reply to: Fixed column and header… #98798
    ivanchain
    Participant

    Yes, this is an important feature.

    In many cases,

    in reply to: Carriage Returns lost in edit #98340
    ivanchain
    Participant

    I know what happened.

    the data in the sql server contains rn. but the jqgrid get it out and change to only n. And it can't show the

    in reply to: Carriage Returns lost in edit #98339
    ivanchain
    Participant

    the same problem. the jqgrid edit box will eat the “/r/n”.

    I have checked the data in the sql server. IT HAS /r/n. but when we get it out into jqgrid and show it in a textbox in the editform, the

    in reply to: New freeze column plugin #97362
    ivanchain
    Participant

    this code can't work.

    in reply to: 2 Problem in 3.8 version #96733
    ivanchain
    Participant

    any body here?

    yours,

    ivan

    in reply to: delTreeNode don’t del the children nodes #96711
    ivanchain
    Participant

    I know how but still don't know why:

    In

    in reply to: 2 Problem in 3.8 version #96615
    ivanchain
    Participant

    The 2nd problem?

    yours,

    Ivan

    in reply to: reloadAfterSubmit & editGridRow problem, maybe a bug #96520
    ivanchain
    Participant

    tony, any other sugguestions?

    half a year passed, but the problem is still there….

    yours

    ivan

    in reply to: reloadAfterSubmit & editGridRow problem, maybe a bug #96069
    ivanchain
    Participant

    Tony, please.

    I found if I add the data manually(I mean, don't set the data's url, just add data at the client side), there is no such prev/next button problem.

    But if I use the data url to get the data, the prev/next button problem is there.

    Could you have a check about this?

    yours,

    Ivan

Viewing 15 replies - 1 through 15 (of 34 total)

Stay connected with us in your favorite flavor!