This is a migrated thread and some comments may be shown as answers.

Sorted column indicator appearing in radgrid print

1 Answer 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ram
Top achievements
Rank 1
Ram asked on 16 Nov 2011, 03:32 PM
Hi all,
I'm using radgrid in my asp.net application.
I used to print the radgrid.
If I print the grid after sorting any of the column, then if I print the grid I'm seeing the sorted column indicatot as some recatngle button and some other column also not showiing column name fully.
Please help me how can I avoid this as early as possible.
Please look at the attachement.

1 Answer, 1 is accepted

Sort by
0
Accepted
Daniel
Telerik team
answered on 21 Nov 2011, 11:09 AM
Hello Ram,

I would recommend that you try injecting CSS code to hide the button by its class name.
.rgSortAsc, .rgSortDesc
{ display:none; }

Hope this helps.

Regards,
Daniel
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Ram
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or