buy component dotnet

  • Thread starter Thread starter Omega
  • Start date Start date
O

Omega

Hello, Our company is currently in the search of a component, compatible
VS2003, with semi way between Datagrid and a spreadsheet, in other words to
be able to
- edit a table using textbox, of combobox, image or other
- add/del the rows in the table
- easily skinable, heading of columns, of lines, color of grid...
- fusion of the cells between them
We already went to see on componentsource.com but the components proposed do
not allow the direct handling of the table, it is initially necessary to
pass by a dataset

Do you know a company or another site which will propose this kind of
components?

Co. Batilog

--
 
Omega said:
Hello, Our company is currently in the search of a component, compatible
VS2003, with semi way between Datagrid and a spreadsheet, in other words to
be able to
- edit a table using textbox, of combobox, image or other
- add/del the rows in the table
- easily skinable, heading of columns, of lines, color of grid...
- fusion of the cells between them
We already went to see on componentsource.com but the components proposed do
not allow the direct handling of the table, it is initially necessary to
pass by a dataset

Do you know a company or another site which will propose this kind of
components?

Co. Batilog
Here's a good one:
http://www.componentone.com/product...pID=39&Itemid=17&Tabid=49&SubCategoryTypeID=1
<http://www.componentone.com/product...pID=39&Itemid=17&Tabid=49&SubCategoryTypeID=1>

I don't know much about this one, but it could be worth a look:
http://www.xceedsoft.com/products/GridNet/features.htm

Tom
 
I'm writing a DataGrid, that have this features right now:

- support to DataTable and DataView
- native support to datacombo, textbox and checkbox
- new controls can be implemented via interfaced class
- multicoloring
- text angle (via StringFormat)
- format of values (via VB Format class)
- independent column and row resizes
- very quick to manipulate low and huge datatables

But need implement a couple of other things like:
- merging of cells
- multiselection
- integration to IDE databind
- wizards and facilitators for properties and styles
- print/print preview

The final objective of this control is:
- easily owner drawning the columns, so anyone can paint them as well
- support to formulas as plugin (my dream)
- lock of rows and columns
- multipictures
- as the code is full .NET, It 'll be useable in other platforms

Nowadays I can't find many time to extend it. If you want a copy, I can send
to you "as is", if you want (is functional).

And someone wants to help me extend this control?

Cesar
 
No Thank you , I can't find many time too... we need this component quickly

--

Cesar Ronchese said:
I'm writing a DataGrid, that have this features right now:

- support to DataTable and DataView
- native support to datacombo, textbox and checkbox
- new controls can be implemented via interfaced class
- multicoloring
- text angle (via StringFormat)
- format of values (via VB Format class)
- independent column and row resizes
- very quick to manipulate low and huge datatables

But need implement a couple of other things like:
- merging of cells
- multiselection
- integration to IDE databind
- wizards and facilitators for properties and styles
- print/print preview

The final objective of this control is:
- easily owner drawning the columns, so anyone can paint them as well
- support to formulas as plugin (my dream)
- lock of rows and columns
- multipictures
- as the code is full .NET, It 'll be useable in other platforms

Nowadays I can't find many time to extend it. If you want a copy, I can send
to you "as is", if you want (is functional).

And someone wants to help me extend this control?

Cesar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top