dataGrid

Hi,

I have a data grid and it refers to a complex HQL query via a service variable.

There were a lot of columns originally but I reduced it down to ONE. Basically I want the user to use the grid to select an ID from the database.

In spite of not selecting ScroolX and ScrolY there are scrool bars shown. And If I do select them there are double scroll bars.

I guess the question is why can't I have NO scroll bars at all? In particular I do not need scrollX.

Bill

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
elramirez's picture

Hello Bill, this css

Hello Bill,

this css statement should get rid of the scrollbars,

.Main .dojoxGrid-scrollbox {overflow:hidden;}

HTH

Thank you I will try that. I

Thank you I will try that. I edited my original post to correct it.