Hi,
I am switching over to Winforms from ASP.NET. Could someone recommend
a good unbound grid for the same. I am looking for the following
features:
Grid should be creatable totally by code (no need to drop it on form)
Every cell should have a name property where a unique name can be
given to the cell.
Eg: instead of grid.cells(1,1).value = '1' I can say
grid.cells('shripal').value = '1'
instead of grid.cells(2,3).value = '2' I can say
grid.cells('dalal').value = '2'
This is extremely important, if unique names can be given to rows and
columns as well then nothing like it...
Selecting multiple rows at once for copy / delete
Inserting a row between existing two rows
Formulas for subtotal, total, etc
Where editors can be defined not only on column levels but also on
cell level. So cell in row 1 / column 1 may have a dropdown but cell
in row 2 / column 1 may have a calendar control and cell in row 3 /
column 1 may have a progress bar. This is also extremely important....
keyup / keypress events on the cell level
ability to hide cells / rows / columns / grid itself
keyboard support for the grid / up arrow down arrow, etc
The ability to add my own properties / events to the grid, etc
Readonly property for certain cells
Also grid should also be like normal grid but also should be able to
show in vertical mode where the column names come on the left and the
values come on the right...
Most importantly the grid should have a small / simple object
model.... because I wont be using their design time editors but
instead will be programming the entire grid by code. Also the grid
will be used in unbound mode only... I have seen Xceed / Devexpress
but they dont really suit the purpose and you cannot give all the grid
cells a unique name...
Shripal.
--
You received this message because you are subscribed to the Google
Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML
Web Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en
or visit the group website at http://megasolutions.net