phazzy

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: Edit Form Text Area New Line #94032
    phazzy
    Participant

    Thanks for the solution!

    I was replacing “n” with &#10 after getting data from the server, and it was working perfectly in Firefox even when editing with textarea. But because of the JQuery .html() function behavior it was not working in IE at all. Your solution solved it 🙂

    phazzy
    Participant

    Hi, I put this matter aside for some time, waiting for some fix. Well, it has not come out yet and I needed the feature. So, I digged in the code and debugged it to try to find the problem.

    The problem seems to be in the setGridWidth function. I think the code that has “the problem” is:

    Code:

    cw = shrink !== true ? $(”tr:first th:eq(”+i+”)”,$t.grid.hDiv).css(”width”) : this.width;

    phazzy
    Participant

    tony said:

    Hello,

    Thanks. If I look into the code right now – there is a really problem with this.

    Let me to try to correct this.

    Regards

    Tony


    Hi , did you managed to resolve the issue or find a workaround ? I was needing this feature for a work project.

    Best regards,

    phazzy

    phazzy
    Participant

    Hello.

    I also have this problem of resizing. I set “shrinkToFit” to false and I called setGridWidth with second parameter = “false”. All the columns in colModel have the “width” parameter set. After the resizing of the grid, all the columns are resized too, acording to the new grid size.

    The thing that I want to do is to resize the grid and don't resize the columns, so that the horizontal scrollbar appears, and user may scroll and view the full contents of the cells.

    Your help will be greatly appreciated.

    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)

Stay connected with us in your favorite flavor!