PDA

View Full Version : A question about Grid



TixBit
30 Aug 2007, 7:50 PM
I hava a Grid which has 48 colums, when the data in the Grid's store is empty, the Grid don't provide a scrolling bar , so I can't see all the colums of the Grid.

But, the Grid will provide a scrolling bar when the data in the Grid's store is not empty. I want the Grid also provide a scrolling bar when the data is empty.

Anyone can help me figure it out? Thanks a lot.

mystix
30 Aug 2007, 8:46 PM
add 1 empty Record to the grid's Store.

TixBit
30 Aug 2007, 10:20 PM
Thanks ,mystix.

I had try that before, it worked indeed. But it would bring me some problem else.

Is this the only way you said to show scrolling bar? Help.