-
22 May 2009 10:49 AM #1
[CLOSED] RemoteGrid.setAutoWidth(true) caused the data & header to not render
[CLOSED] RemoteGrid.setAutoWidth(true) caused the data & header to not render
Hi,
I am using 2.0-M2 and, now, when I use setAutoWidth(true), the table shows blank background where the field data should be and blank header bar where the column headers should be. Thanks.
Joe
-
22 May 2009 10:52 AM #2
Grids need to be sized. AutoWidth is not working with grids.
-
22 May 2009 11:09 AM #3
Thank you for your response. I'm a little confused though. Setting auto-width worked with M1 (unless I'm just completely remembering incorrectly). So, are you saying that for M2 autoWidth isn't working but it will with the GA release or autoWidth is not to be supported anymore.
If you are not supporting autoWidth anymore, can I ask why? This is a huge feature of the grid when allowing for a dynamically-sized window. Thank you.
Joe
-
22 May 2009 11:12 AM #4
It should never have worked correctly.
Can you please provide some testcase where it worked once and not any longer now?
-
23 May 2009 4:43 AM #5
I'm sorry, right before evaluating GXT I was evaluating EXT-GWT. I must be remembering the functionality of that project. So, there are no plans to support that? Thanks.
Joe
-
23 May 2009 4:49 AM #6
No, it is almost impossible to support that. You should use layouts to manage the sizes.
-
23 May 2009 4:53 AM #7
Thank you very much for taking the time to respond. Can you explain how I could use layout managers to do this?
If I have a grid and I don't necessarily know the width, how could I, with layout managers, control the size of each column? Thanks.
Joe
-
23 May 2009 4:55 AM #8
You dont control the size of each column. You would control the size of the hole grid.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote