IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

Add a Print function for Grid and Form #55

Open TTLGSYA opened 1 year ago

TTLGSYA commented 1 year ago

Is your feature request related to a problem? Please describe. Our current Applications have Print and Export functions as standard

Describe the solution you'd like Provide a function such as IgbGridToolBarPRINT (similarly to IgbGridToolBarExporter) to print GRID. It also would be needed for a Form Print function too.

Describe alternatives you've considered Please point out a documentation section to handle GRID's Print manually from Infragistics. Today, we created SSRS Report and then using ReportViewer to handle Print.

Additional context Add any other context or screenshots about the feature request here.

mddifilippo89 commented 1 year ago

In case you are interested, if you use the toolbar, you can export to Excel or CSV. eg. https://github.com/IgniteUI/igniteui-blazor-examples/blob/vnext/samples/grids/grid/multi-column-headers-export/App.razor