Print grid exactly as it appears on the screen.

I wonder if there is a way to print (or draw on Graphics) the grid exactly as it appears on a screen? Ideally, I''m looking for a method with a signature like this: grid.Draw(Graphics g, RectangleF bounds) Thanks a lot! Andrew.

2 Replies

AD Administrator Syncfusion Team January 20, 2005 02:47 PM UTC

Try the this.gridControl1.DrawGrid method to see if it does what you need.


AS Andrew Skalkin January 20, 2005 07:07 PM UTC

Thanks a lot!

Loader.
Up arrow icon