Click to See Complete Forum and Search --> : what are those types of controls?


cgtalk
August 30th, 2006, 02:36 AM
can you tell me what are those types of controls in the two pictures

boudino
August 30th, 2006, 03:04 AM
It seems like third party controls. But these two looks like form Delphi.

cgtalk
August 30th, 2006, 04:57 AM
are there any controls similar to these in c#
i need a type of control that can sort a list of items
i need it like a table as in the first part in the first picture
simething like


name | date | data | active | blabla.......
----------------------------------------------------------------------------------------------
1 | 12/9/90 | 12 | ok | ... ....
....... | ... | ... | .. | ......
......
...

boudino
August 30th, 2006, 10:47 AM
There are many. Try Infragistics (http://www.infragistics.com) they are powerful and very impresive for users. Unfortunately, if you are using them, they sometimes looks like galery of bad design :-)

lskuff
August 30th, 2006, 02:06 PM
What about the DataGridView? With some manipulation you can make them look pretty.

thelinuxduck
August 30th, 2006, 02:59 PM
What about the DataGridView? With some manipulation you can make them look pretty.

That is what I would suggest, as well.