jQWidgets Forums

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts

  • zbrady
    Participant

    Excellent. Thank you for the work around. Changing the enablemousewheel to false with autoheight true, lets you scroll in IE8.


    zbrady
    Participant

    Not the grid scroll bars, the scroll bars on the browser. When the mouse pointer is inside the grid area, the mouse wheel does not scroll the browser scroll bar. This only happens in IE8.

    in reply to: Cells Rendering within a loop Cells Rendering within a loop #50007

    zbrady
    Participant

    I don’t think I asked my question correctly..

    This code works, if I hard code the zero into rowData.Line instead of putting j. However, I am looking for a way to pass in j to rowData.Line .

    for(var j = 0; j < columnArray.length; j++){
      
         var cellsrenderer = function (indexRow, column, cellValue, defaultHtml, colSettings, rowData) {
             return '<div style="text-align: center; margin-top: 5px; ">' + rowData.Line[0] '</div>';
         }
         $('#jqxgrid').jqxGrid('setcolumnproperty', columnArray[j] ,'cellsrenderer', cellsrenderer);
                
     }'
Viewing 3 posts - 1 through 3 (of 3 total)