Hello Support,
We are already using Infragstic in our current project. But as per user new requirement
we required use Export to Excel,PDF ,Word l in asp.net MVC3.0 . We have check the control is available in your site
But it is only working in MVC2.0
Can you update is this control is work for MVC3.0
hi,
yes. The server-side wrappers in NetAdvantage for jQuery are fully compatible with MVC 3. We already do provide Excel, Word and PDF exporting samples using the new product, you can find them here. We have the libraries compatible with NA for jQuery and the samples below actually use the new jQuery grid:
http://samples.infragistics.com/jquery/infragistics-documents
http://samples.infragistics.com/jquery/infragistics-excel
http://samples.infragistics.com/jquery/infragistics-word
By the way the samples are running on MVC 3.0.
Let me know if this helps and if i can provide any other help to you.
Thanks,
Angel
The examples use event types to bind to the grid, like iggridrendered, iggridpagingpageindexchanged.
Is there documentation of these event types and their associated handlers (eg. handler parameters)?
Is there documentation about the igButton?
What about ui.pageSize, what is ui, and where is pageSize and all other ui attributes documented?
Hi,
I tried normal exporting to PDF using the UltraWebGridDocumentExporter and it happened well. But, when i set paging for the grid, the exported PDF is blank. can you tell me y is tat.?