jQWidgets Forums

jQuery UI Widgets Forums Grid Enableellipsis does not work

This topic contains 3 replies, has 2 voices, and was last updated by  Martin 6 years, 11 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Enableellipsis does not work #100804

    CXXXV
    Participant

    My understanding was this would show the ellipsis box on the right side of a cell with overflow. Clicking on this would display a large textbox for entry. I added the property as shown but nothing happens.

    $(“#membergrid”).jqxGrid(
    {

    			source: routememberssource,		
    			width:1000, 
    			height: 400,
    			statusbarheight: 25,
    			editable: true,
    			enableellipsis: true,
    			theme: 'energyblue',
    			showtoolbar: true,	
    Enableellipsis does not work #100816

    Martin
    Participant

    Hello CXXXV,

    Actually, the “enableellipsis” property determines whether the cells with overflowing content would be displayed with ellipsis(…) after it or not.

    You can see the difference by changing the property in this Example.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

    Enableellipsis does not work #100829

    CXXXV
    Participant

    So ellipsis does nothing then. It should behave like all other grids, where it pops up a text area for editing. This should be one of the properties for columntype.

    Additionally, jsFiddle does not work any more.

    Enableellipsis does not work #100837

    Martin
    Participant

    Hello CXXXV,

    Thank you for your feedback.
    We will research such an option.

    Best Regards,
    Martin

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.