Completed
Last Updated: 16 Aug 2018 07:35 by ADMIN
ADMIN
Ivan Petrov
Created on: 23 Aug 2012 03:30
Category: GridView
Type: Bug Report
1
FIX. RadGridView - Printing - If one assigns a new GridPrintStyle to the PrintStyle property the PrintCellFormatting event is not fired.
Steps to reproduce:
1. Add a grid to a form and fill it with some data
2. Add a button and in the click event:
   a. Assign a new GridPrintStyle instance to the PrintStyle property
   b. Subscribe for the PrintCellFormatting event of the grid
   c. Call the PrintPreview method of the grid
3. Add a break point in the event handler of the PrintCellFormatting
4. Start the app and click the button. You will see that the break point is never hit.
0 comments