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

[Solved] Need some help in various Issues..

2 Answers 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
gc_0620
Top achievements
Rank 1
gc_0620 asked on 30 Jul 2009, 01:57 AM
These are my issues;

1) How to change the color of Filter Button Icon (Preferably Red), if filter is on that column.
Reset the Column Filter Button Icon to original color such as this Telerik Example: (grid/examples/generalfeatures/filtering/defaultvb.aspx) if NoFilter is selected from Drop down List of that column. Can this option be done with Multiple Columns?

2) Export all columns from Master Table View into Excel/Word/CSV.  Telerik Example ( Live Demos/grid/examples/dataediting/templateformupdate/defaultvb.aspx). I would like to export all columns of the SQL data source of radgrid (visible/Invisible Columns) with following flexibilites (Current RadGrid Selected Row/All Rows from that Page/All rows from RadGrid).

3) Implementing Export Data to PDF. Telerik Example (grid/examples/generalfeatures/exporting/defaultvb.aspx).I looked at example (grid/examples/generalfeatures/pdfexport/defaultvb.aspx), I feel it is little complex to understand. Can this functionality be run from (grid/examples/generalfeatures/exporting/defaultvb.aspx) which I am trying to implement in my project with adding a now Command Button to run (Export to PdF).

4) Printing (Current RadGrid Selected Row/All Rows from that Page/All rows from RadGrid). Again I would like to all columns of the SQL data source of radgrid (visible/Invisible Columns) should be in the Printout.

I am learning, my biggest problem is that I am overwhelmed with the Flexibilities when I run demo of Telerik Products, thus some time I mixed Apple/Oranges.

Thanks for your help.

Ghulam





2 Answers, 1 is accepted

Sort by
0
gc_0620
Top achievements
Rank 1
answered on 30 Jul 2009, 03:47 PM
Not answered... I am using ASP.Net Ajax, Q2 2009. Any help or tutorial guide will be appreciated..
0
Martin
Telerik team
answered on 04 Aug 2009, 03:54 PM
Hello Ghulam,

Here are the answers as numbered by your post:

1) You can review this help article for information on how to access and configure the filtering controls. I am also attaching a sample project demonstrating achieving this customization.

2) This forum post discuss how to export invisible columns.

3) Please let us know if you need more detailed explanation or simplified version of the aforementioned demo. In addition you can review this help article for details about RadGrid exporting feature.

4) To print the invisible columns you need first to make them visible. You can review this code library project  for information how to print the RadGrid. Another possible solution would be to export the data according to 2) and then print it manually.

Best regards,
Martin
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
gc_0620
Top achievements
Rank 1
Answers by
gc_0620
Top achievements
Rank 1
Martin
Telerik team
Share this question
or