Hi,
I am creating a custom commanditem like this
I am creating a custom commanditem like this
ReportsGrid.MasterTableView.CommandItemDisplay =
GridCommandItemDisplay.Bottom;
ReportsGrid.MasterTableView.CommandItemTemplate = new MyTemplate();
In my MyTemplate's InstantiateIn, I create a custom label with my own message.
It works fine. But when I try to export this to pdf, the commanditem is completely mangled with improper width and some how it resorts to the width of the first column of the grid.
How do I fix this?
-MK