473,398 Members | 2,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

can anybody suggest a grid control ??

Hi,

I am looking for a grid (winform) that I can use in my application that can
do the following...

Cell Calculation.. Like excel does (=sum(cell1 + cell2)) and other basic
calculations

Total Rows - Self calculating total rows (col and row locations). This would
work for when the grid is bound or unbound

Save/export to excel.

Save/load from a access or SQL database.

Thanks

Sep 3 '07 #1
6 2123

"Aussie Rules" <Au*********@nospam.nospamwrote in message
news:uO**************@TK2MSFTNGP03.phx.gbl...
Hi,

I am looking for a grid (winform) that I can use in my application that
can do the following...

Cell Calculation.. Like excel does (=sum(cell1 + cell2)) and other basic
calculations

Total Rows - Self calculating total rows (col and row locations). This
would work for when the grid is bound or unbound

Save/export to excel.

Save/load from a access or SQL database.
I used the Farpoint Spreadsheet VB 6 COM component back in 1999-2000 on very
complicated accounting solutions. Hopefully, they still have a trial ware
full featured .Net component like they had for VB 6 that you can try. Or you
could InterOp the COM solution into .Net.

Http://www.fpoint.com/

Sep 3 '07 #2
"Mr. Arnold" <MR. Ar****@Arnold.com>'s wild thoughts were
released on Mon, 3 Sep 2007 18:38:25 -0400 bearing the
following fruit:
>
"Aussie Rules" <Au*********@nospam.nospamwrote in message
news:uO**************@TK2MSFTNGP03.phx.gbl...
>Hi,

I am looking for a grid (winform) that I can use in my application that
can do the following...

Cell Calculation.. Like excel does (=sum(cell1 + cell2)) and other basic
calculations

Total Rows - Self calculating total rows (col and row locations). This
would work for when the grid is bound or unbound

Save/export to excel.

Save/load from a access or SQL database.

I used the Farpoint Spreadsheet VB 6 COM component back in 1999-2000 on very
complicated accounting solutions. Hopefully, they still have a trial ware
full featured .Net component like they had for VB 6 that you can try. Or you
could InterOp the COM solution into .Net.

Http://www.fpoint.com/
I can second that recommendation. Not sure about built in
calculations as I've never had the need.

My other favorite grid control is by devexpress

www.devexpress.com

--
Jan Hyde

https://mvp.support.microsoft.com/profile/Jan.Hyde
Sep 4 '07 #3

"Jan Hyde (VB MVP)" <St***********@REMOVE.ME.uboot.comwrote in message
news:a7********************************@4ax.com...
"Mr. Arnold" <MR. Ar****@Arnold.com>'s wild thoughts were
released on Mon, 3 Sep 2007 18:38:25 -0400 bearing the
following fruit:
>>
"Aussie Rules" <Au*********@nospam.nospamwrote in message
news:uO**************@TK2MSFTNGP03.phx.gbl...
>>Hi,

I am looking for a grid (winform) that I can use in my application that
can do the following...

Cell Calculation.. Like excel does (=sum(cell1 + cell2)) and other basic
calculations

Total Rows - Self calculating total rows (col and row locations). This
would work for when the grid is bound or unbound

Save/export to excel.

Save/load from a access or SQL database.

I used the Farpoint Spreadsheet VB 6 COM component back in 1999-2000 on
very
complicated accounting solutions. Hopefully, they still have a trial ware
full featured .Net component like they had for VB 6 that you can try. Or
you
could InterOp the COM solution into .Net.

Http://www.fpoint.com/

I can second that recommendation. Not sure about built in
calculations as I've never had the need.

My other favorite grid control is by devexpress

www.devexpress.com
Yes I did demo Devexpress back in 2004, and I liked that one as well. The
Farpoint Spread Sheet was simply fabulous, which the MS solutions at the
time just couldn't provide the horsepower that was needed to make the
applications sing and impress the end-user base.
Sep 4 '07 #4
"Mr. Arnold" <MR. Ar****@Arnold.com>'s wild thoughts were
released on Tue, 4 Sep 2007 16:06:50 -0400 bearing the
following fruit:
>
"Jan Hyde (VB MVP)" <St***********@REMOVE.ME.uboot.comwrote in message
news:a7********************************@4ax.com.. .
>"Mr. Arnold" <MR. Ar****@Arnold.com>'s wild thoughts were
released on Mon, 3 Sep 2007 18:38:25 -0400 bearing the
following fruit:
>>>
"Aussie Rules" <Au*********@nospam.nospamwrote in message
news:uO**************@TK2MSFTNGP03.phx.gbl...
Hi,

I am looking for a grid (winform) that I can use in my application that
can do the following...

Cell Calculation.. Like excel does (=sum(cell1 + cell2)) and other basic
calculations

Total Rows - Self calculating total rows (col and row locations). This
would work for when the grid is bound or unbound

Save/export to excel.

Save/load from a access or SQL database.
I used the Farpoint Spreadsheet VB 6 COM component back in 1999-2000 on
very
complicated accounting solutions. Hopefully, they still have a trial ware
full featured .Net component like they had for VB 6 that you can try. Or
you
could InterOp the COM solution into .Net.

Http://www.fpoint.com/

I can second that recommendation. Not sure about built in
calculations as I've never had the need.

My other favorite grid control is by devexpress

www.devexpress.com

Yes I did demo Devexpress back in 2004, and I liked that one as well. The
Farpoint Spread Sheet was simply fabulous, which the MS solutions at the
time just couldn't provide the horsepower that was needed to make the
applications sing and impress the end-user base.
Devexpress has done a lot since 2004, might be worth
checking back. I'm sure either farpoint or devexpress will
impress and IMO well worth the money.
--
Jan Hyde

https://mvp.support.microsoft.com/profile/Jan.Hyde
Sep 5 '07 #5
Hi Aussie,

Further to what was mentioned, we (FarPoint) do offer a specific .NET
spreadsheet component, Spread for Windows Forms. Here's the link for
the main product page - http://www.fpoint.com/netproducts/sp...spreadwin.aspx.
It does do all that you listed
Cell Calculation.. Like excel does (=sum(cell1 + cell2)) and other basic calculations
Spread for Windows Forms supports well over 300 functions, including
SUM. Here's the page that lists all the supported functions -
http://www.fpoint.com/netproducts/sp...s/default.aspx.
Setting up the formula is very straightforward. This sets up a formula
in cell A1. Spread takes care of the rest:
FpSpread1.Sheets(0).Cells(0, 0).Formula = "SUM(C1:C4)
Save/export to excel.
We read and write native Excel BIFF8 files (Excel 97 and above):
Open an Excel File - FpSpread1.OpenExcel("c:\excelFile.xls")
Save an Excel File - FpSpread1.SaveExcel("c:\excelFile.xls")
Save/load from a access or SQL database.
You can use Spread in bound mode or unbound mode

Following is the link to download a fully-functional 30-day trial:
http://www.clubfarpoint.com/FarPoint...code=spreadwin

If you have any questions, please feel free to make use of our support
forums. They are very quick to answer any questions that you may have:
http://www.clubfarpoint.com/Forums/forums/default.aspx

As an FYI, we do still actively support our VB6 version, Spread 7.

And thanks Jan and Mr. Arnold for the recommendation :)

- Donald
FarPoint Technologies
www.FarPointSpread.com

Sep 6 '07 #6
Hi Aussie,

How about the problem now?

If you need our further assistance, please feel free to let us know.

Thank you for using our MSDN Managed Newsgroup Support Service!

Sincerely,
Linda Liu
Microsoft Online Community Support

Sep 7 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Tony Johansson | last post by:
Hello! I need a rather advanced control grid from somewhere. I know that I might have to buy the framework for this control grid. Have you any control grid that you can recomment to buy from...
3
by: Catalin Porancea | last post by:
Can anybody tell me what is wrong with this code? I would really appreciate some help here. The data grid has 4 columns (0,1,2,3), and 1 is not visible. Whenever I click Edit, I get this error:...
4
by: blackhawk | last post by:
I need to build a web page that has to potentially display a large amount of data in two grids on the same page. The HTML file with all of the formatting is about 7MB in size. This is too large...
1
by: Tina | last post by:
In order to constrain the screen real-estate a datagrid takes, I use an HTML Grid Layout Control with scrollbars. One problem, however is that the datagrid changes horizontal size depending on...
3
by: Ray Lavelle | last post by:
I'm upgrading my application to .Net and need a grid control replacement for my old one. I was using the Farpoint control, which I really like but the new version for .Net is fairly expensive. I...
2
by: Tom | last post by:
I need to display a series of controls (in my case, a custom control) in a grid-like fashion. This means this particular control would be repeated multiple times, arranged in a row/column format....
8
by: Xero | last post by:
Hello. Could anybody suggest a way to create a timer? I want to timer to be displayed to the user, telling he or she how much time has passed. Thanks. -- Xero
0
by: Workgroups | last post by:
Not sure the best way to go about making this: I have 3 user defineable values - Width, Height, and Size. These values need to define a "grid" of some kind in the following manner: The Width is...
10
by: Derek Hart | last post by:
I can set focus to my property grid by using propgrid.Focus - but how can I set the default property that is always first? Or just set focus to the default property? Can this be done?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.