jQuery UI Widgets Forums Grid jqxgrid with autogrow textbox and sorting

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 7 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxgrid with autogrow textbox and sorting #90045

    mastan
    Participant

    Hi,

    1.I am using the below format in jqxgrid

    { text: ‘Notes’, datafield: ‘Notes’, cellsalign: ‘left’, align: ‘left’, editable: false, width: ‘60%’}

    I am uanble to see large content while entering the text in the grid textbox. I need to grow the textbox height automatically while entering large content.

    2. I am getting the jqxgrid column with the below Dateformat and taken type as string

    2016/12/19 18.7.29.3
    2016/12/19 18.12.9.2
    2016/12/19 18.12.23.9

    it’s not sorting properly.

    Please reply for this issues.I am waiting for your valuable feedback.

    jqxgrid with autogrow textbox and sorting #90077

    Dimitar
    Participant

    Hi mastan,

    1. Cell height cannot be grown while editing, unfortunately. You may, however, make use of a jqxTextArea cell editor in order to have word wrap while typing. This has also been discussed in the following forum topic: http://www.jqwidgets.com/community/topic/grid-with-multiline-textbox-editor/.
    2. You would have to specify that the type of your datafield is ‘date’ and perhaps even its format as stored in the database/source file; this can be done by setting the datafield’s format property. For more information, please refer to the jqxDataAdapter help topic.

    Best Regards,
    Dimitar

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

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

You must be logged in to reply to this topic.