Thanks for the reply!
The thing is that my rows aren't ordinary rows per say, I want a really
custom look to them.
This is to increase readability and create a better overview of the data.
The layout will be something like this:
---------------------
| |
| Textbox |
---------------------
--------------------- --------------------- ---------------------
| | | Textbox | |
Textbox |
| Textbox | --------------------- ---------------------
--------------------- Checkbox Checkbox
I've written a usercontrol that displays that and sort of a container
control too,
but I'd really like to use the convenience of just binding it to my
datasource and
then not needing to worry about any data getting lost or getting out of
sync.
"Cor Ligthert" <(E-Mail Removed)> wrote in message
news:%23HgJ%23JN%(E-Mail Removed)...
> Mats,
>
> I would use a normal datagrid or a datagrid as component
>
> What is the overkill in using that. You want a conrol that
> - binds
> - displays in different ways
> - edits the underlaying datasource
>
> That is in my opinion not simple to create self as control.
>
> Here some links
>
> Complete very nice controls
>
> <http://www.knowdotnet.com/articles/kdngrid.html>
>
> <http://dotnet.leadit.be/extendeddatagrid>
>
> Faqs
> http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp
>
> http://www.microsoft.com/belux/nl/ms.../datagrid.mspx
>
> http://msdn.microsoft.com/library/de...stDataGrid.asp
>
> http://msdn.microsoft.com/library/de...ormattopic.asp
>
> Format
> http://msdn.microsoft.com/library/de...asicprimer.asp
>
> Button
> http://www.i-syn.gmxhome.de/devcom/c...trolbutton.htm
>
> Combobox
> http://www.syncfusion.com/FAQ/WinFor...c44c.asp#q480q
>
> DateTimePicker
> http://msdn.microsoft.com/library/de...classtopic.asp
>
> I hope this helps a little bit?
>
> Cor
>
>