ReoGrid Forum

Fast and powerful .NET Spreadsheet Component

You are not logged in.

Announcement

This forum has been archived and no longer accepts new user registrations. Please report your questions, problems, and feedback to the issue page of ReoGrid on GitHub. Thank you for your cooperation.

https://github.com/unvell/ReoGrid/issues

#1 2014-06-07 17:26:04

hgaspar
Member
Registered: 2014-06-05
Posts: 8

Export ReoGrid

Hi

i need your help: i'm using reogrid to produce some reports.
now I need to send the reports by email. In email body (html) and attached as pdf.

do you have plans to save data as html or pdf at short-term?

thank you
G

Offline

#2 2014-06-08 02:17:15

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Export ReoGrid

Maybe need one or two weeks, I think that export as PDF by using PDFSharp (a nice library to generate pdf) could be implemented, I'd like to try it.

Offline

#3 2014-06-08 09:20:00

hgaspar
Member
Registered: 2014-06-05
Posts: 8

Re: Export ReoGrid

what about html? is possible?

Offline

#4 2014-06-08 11:58:10

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Export ReoGrid

Export as HTML is also possible, currently there is a method grid.ExportAsHTML() to do that, not fully completed, you could try it.

Offline

#5 2014-06-17 14:44:34

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Export ReoGrid

This issue has been fixed and the new version now available for downloading: (v0.8.6.1)
http://reogrid.net/download/

Offline

#6 2016-04-02 18:48:50

srinireogrid
Member
Registered: 2016-04-02
Posts: 5

Re: Export ReoGrid

Hi,
   i referenced unvell.ReoScript.EditorLib.dll and try to show the right click context menu in spreadsheet. it is working.
Can you please share me the set of code to show the context menu in reogrid.?

Thanks
Srini

Offline

#7 2016-04-03 14:35:14

Jingwood
Moderator
From: jing at reogrid.net
Registered: 2014-06-03
Posts: 615

Re: Export ReoGrid

Hi Srini, you can simply set ContextMenuStrip of control to have right click context menu.

reoGridControl.ContextMenuStrip = myContextMenuStrip;

Offline

#8 2016-04-16 04:54:32

srinireogrid
Member
Registered: 2016-04-02
Posts: 5

Re: Export ReoGrid

Hi Jing,
          reogrid has dropdowncell using that we can prevent the user to type and make him select an option. How ever in my case user might have 2000 records also.
then it is difficult for them to find the option and select it. Is it possible to have a control like auto complete textbox so that when user types something in the cell it will dynamically filter and reduce the records so that user can easyly find his option and select.?

Thanks for your wonderful control Jing.

Offline

Board footer

Powered by FluxBB