leniel / Grid.Mvc

Original project https://gridmvc.codeplex.com/
GNU Lesser General Public License v2.1
18 stars 16 forks source link

Exporting Grid Into PDF / Excel / Html etc #6

Open akm6270 opened 7 years ago

akm6270 commented 7 years ago

Hi,

Question 1:

Regarding - Exporting only displayed column on the grid: I edited the template that was being generated by export library and removed the columns that I didn't require and it worked nicely. But how can we format the template (tags & tag properties) for look and feel, i tried html tags but it wont work? Also i want to apply the conditions to show/hide a column, where do you think the condition should go? either in template item file or in ExportGridItemsProcessor.cs?

Question 2:

If we have two grids in a page, how can we handle the print option to select the grid we want?

Please Advice

Regards

arimaze commented 7 years ago

I think i saw a nuget package to do this no ?

sarinek commented 6 years ago

@akm6270 is there any chance you can send my project that you mantioned? I tried to implement it from https://archive.codeplex.com/?p=gridmvc but it unfortunately doesn't work.