jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Paging issue in jqxgrid Paging issue in jqxgrid #49850

    Kumari Aruna
    Participant

    Hi,

    I want to show 100 rows per page in a grid by default, but In “Show rows” drop down “100” is not fully visible(i.e Half visible(10 only)) .
    So I did
    .jqx-dropdownlist-content {
    width:23px !important
    }
    but this is decreasing the drop down heights of my filters applied on the grid columns as well .

    Is there any way to increase only the size of show rows “dropdown”?

    Aruna

    in reply to: Disabling tooltip Disabling tooltip #49236

    Kumari Aruna
    Participant

    Hi,

    My issue is whenever I try to enable tool tip for one particular column the ellipsis feature on that column disabled.(means: if I do enableellipsis: true for the grid. This is applicable for the grid (all columns )but disappear only for that particular column on which I apply tooltip feature).

    code is

    var cellsrenderer = function (row, columnfield, value, defaulthtml, columnproperties) {
    return “<div style=’margin-left: 10px; margin-top: 5px;’ title='” + value + “‘>” + value + “</div>”;
    }

    and

    enableellipsis: true,
    columns:[
    { text: <js:string>some value</js:string>, width:’15%’, align:’center’, cellsrenderer: cellsrenderer}

    ellipsis feature disappear for the above column only.

    Please Help.

    Regards
    Aruna

Viewing 2 posts - 1 through 2 (of 2 total)