I am trying to apply formatting to a pdf export using the RadGrid_ItemCreated event as described in:
http://www.telerik.com/help/aspnet/grid/grdexporttipstricks.html
Problem is that RadGrid_ItemCreated is always called before RadGrid_ItemCommand so setting a boolean value in RadGrid_ItemCommand to be used in RadGrid_ItemCreated doesn't work.
We are using the 2011 Q3 release. I'm new to telerik controls so am probably missing something obvious.
Any ideas please. Thanks.