Grid Width (Run time)

Hi,
I am Trying to make the grid, in which the Column width should be adjustable at runtime(Like Excel changing the column width).
I don’t find anything on documentation and forum posts, Does any one has any idea…?

Regards
Dhana

Re: Grid Width (Run time)

What do you mean with adjustable? To dont break the line? There is option in the field … so it make adjustable.

in the configuration of the visualization check the the option break line.

Re: Grid Width (Run time)

Dhana mean, who configure the column width with code? <fieldname>.width or so …

I have also a question in the direction: how can I change the number of “records lines per page” per code? If I use a computer with low resolution, then I want less in a grid’s row.

Re: Grid Width (Run time)

Diogo,

I want Grid Column something adjustable like Excel column. When i released the project the production, our Users first demand is this requirment.

It something like phpgird
http://phpgrid.com/example/

Pleas Click the Example on the bottom of the page

Thanks
Dhana

Re: Grid Width (Run time)

Hi ,

Any one has any Idea or Comments on this…?

Regards
Dhana

Re: Grid Width (Run time)

We’re already studying editable grids for a long time …

not for this version, isnt easy to change … but we will …

Re: Grid Width (Run time)

Diogo,
Fine…! This would be make SC to more and more stronger…!

I had changed the Table width and Column width to Automatic, helps little bit, where the Columns are automatically adjusted.( It is managable for this moment)

Thanks & Regards
Dhana

Re: Grid Width (Run time)

The final idea … is to create an editable grid like excel … like the delphi data grid … but years ago this was impossible due to the browser compatibility.

Our idea of the form is to you create and choose the position of the fields where do you want … like the VB, Visual Studio and Delphi interface.

Mutch work to do yet …