[flexcoders] PrintDataGrid Scrollable Rows

2007-01-31 Thread loisgh
Hi All, The nextPage() function sets the PrintDataGrid verticalScrollPosition property to equal verticalScrollPosition + (number of scrollable rows). In other words it advances the printing x number of rows. Here's my question. What property constitutes the number of scrollable rows. I

[flexcoders] Printing DataGrids (More Questions)

2007-01-29 Thread loisgh
Hi All, We have a need to dynamically print different views of data grids in flex builder2. Has anyone done this sucessfully and do you have any words of wisdom regarding this. I've been working with the PrintDataGrid object but it has some issues associated with it. Also, what we'd really

[flexcoders] Printing

2007-01-23 Thread loisgh
Hi All, Does anyone know how you can control font size in Flex 2 printing? Thanks Lois

[flexcoders] Filter using ComboBox HeaderRenderer in DataGrid

2007-01-03 Thread loisgh
Hi All, I have a datagrid with a combobox in the Header field. I need to know how to use this as a filter. I'm working with an example of a combobox that acts as a filter to a datagrid. This works perfectly. I also know how to put the combobox in the header of a datagrid using a