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

Make Refresh and Pdf export of Gridview Invisible

4 Answers 38 Views
GridView
This is a migrated thread and some comments may be shown as answers.
leo
Top achievements
Rank 1
leo asked on 31 May 2014, 04:36 PM
Hello,

As my title says, I would like to make this "Refresh" and PDF icon at the top right corner of the gridview invisible.

Is it possible to do that and how?

Thanks!

4 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 02 Jun 2014, 07:52 AM
Hello,

By default RadGridView for Silverlight does now have a "Refresh" or a "PDF" icon at its top right corner. Would you please share an image showing what part of RadGridView would you like to hide?

Regards,
Didie
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
leo
Top achievements
Rank 1
answered on 03 Jun 2014, 07:51 AM
Please see attached thanks.

I have to say that I am using my own button to export to pdf so some code of export-settings is needed for me.
0
Dimitrina
Telerik team
answered on 03 Jun 2014, 08:46 AM
Hi,

As to the export settings, you can check our Exporting demos on different scenarios.

If you need something different, would you please elaborate more details on the goal you are trying to achieve?

Regards,
Didie
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
leo
Top achievements
Rank 1
answered on 03 Jun 2014, 03:42 PM
if(e.Item is GridCommandItem)
        e.Item.FindControl("RefreshButton").Parent.Visible = false;

worked with that - i found it here in forums.
Tags
GridView
Asked by
leo
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
leo
Top achievements
Rank 1
Share this question
or