Hello everyone
How can I print selected columns in flexgrid not all of columns that is shown by flexgrid?
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 30 March 2013 - 21:21 PM
Hello everyone
How can I print selected columns in flexgrid not all of columns that is shown by flexgrid?
Posted 31 March 2013 - 08:53 AM
The quick fix I do is to have a new function(so a new list display) with just the columns I want to be printed and display this as a print view.
You may figure out a way to change the columns dynamically!!!
Posted 04 April 2013 - 07:44 AM
changing the columns dynamically is better I guess (I'll work on it) ,but your answer is a good idea, thanks