Setting to always show a full row???

Is there a setting that I am missing that will always show me a full row in my grid? Right now we just adjust the height until it shows you the entire row before it has to scroll. We did this for a couple of reasons. One so before we had to scroll it would show a whole row and not a partial one and also so that when the grid was scrolled all the way to the bottom there would then be NO empty space. The problem I am running in to is with our 3rd party resizer. When someone designs forms with the taskbar set to autohide versus versus someone designing with taskbar showing. This then affects what the client will see based on whether they have there taskbar showing or set to auto hide. My resizer is causing it to show partial rows in certain scenarios. Is there a setting that will always show me a full row all the time that might fix this for me? And will this work whether or not its designed with taskbar at auto hide or not?

Thanks in advance
Phil

1 Reply

AD Administrator Syncfusion Team August 10, 2006 05:30 AM UTC

Hi Phil,

To always show the entire row, you can resize the columns in the grid to fit over the grid''s client area. To do this, Grid.Model.QueryColWidth has to handled as explained in the KB artilce below.
How can I have my grid auto adjust column widths so that the columns completely fill the grid''s client area

Please refer to attached sample for more details.
http://www.syncfusion.com/Support/user/uploads/Forum_47647_45a0b488.zip

Thanks for continued interest in Syncfusion Products.
Regards,
Rajagopal

Loader.
Up arrow icon