4 Answers, 1 is accepted
0
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
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.
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
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
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.