grid control properties

Posted by mflanegan on 24-Mar-2015 07:06

HI, 

On show of my page, I want to have a textarea that takes up the width of my page.

After user input and some processing, I want to display two text areas next to eachother.

For this to happen, I need to have both controls in the same row of a grid separated by columns.

I need to hide the one column and make the width of the other column take up the width of the page.

After user input and processing, I need to show the the other column and readjust the dimensions of both columns so that the hidden textarea can show.

Regards,

Meyrick.

All Replies

Posted by egarcia on 24-Mar-2015 13:51

Hello Meyrick,

This question seems to be similar to the previous one where you needed to be able to control the width of a textarea control.

A possible way to approach it is to have two grids, one with a textarea and another with two text areas.

You would then hide one grid and show the another. You should able to control the columns of the grid using jQuery.

Please let me know if this answers your question or if you need more information depending on what you have tried already.

Thank you and regards.

This thread is closed