jQWidgets Forums

jQuery UI Widgets Forums Grid Pop Up Window With editable textarea

This topic contains 2 replies, has 2 voices, and was last updated by  badugu22 9 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Pop Up Window With editable textarea #79540

    badugu22
    Participant

    Hi all,

    I am a student in learning jqxgrid.Using jqxgrid, I created a table. But the cells in table are in default size. So for writing a big sentences like remarks or comments it is very difficult. So,when I click a cell a pop up should open with a big textarea where I can write big sentences with more visibility than default cells. And after closing that pop up, whatever I wrote in pop up should come into cell. I have seen pop up window option, but it is not giving editable textarea in it. Could anyone guide me in achieving this task.

    Thank You

    Pop Up Window With editable textarea #79612

    Hristo
    Participant

    Hello badugu22,

    Please take a look this example: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/popupediting.htm?arctic
    You could only replace <input id=”firstName” /> with <textarea id="firstName"></textarea>. And this allow you to enter multiple data lines.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    Pop Up Window With editable textarea #79732

    badugu22
    Participant

    Thank You for the answer Hristo. But in my scenario the data I am getting as JSON and my question is when a single cell in grid is clicked, a new pop up should be populated where I could enter data which automatically save into the cell and if I click again the pop up should have the data entered in that cell.

    Could you help me achieving in that

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

You must be logged in to reply to this topic.