PC Review


Reply
Thread Tools Rate Thread

Any tips for a component or something?

 
 
Mats Lycken
Guest
Posts: n/a
 
      12th Jan 2005
Hi,
I'm writing a winforms project where I need to display data from a DataSet
in a list.
Each data item should be displayed in a group with some textboxes and labels
and it should
be editable and update the underlying datasource.
A asp.net repeater would be ideal, but I can't find something similar for
winforms.
I've looked and some datagrids, like infragistics, that support custom row
layout.
But it doesn't really do the trick and it feels kind of overkill to use a
fullfledged datagrid
for that simple operation.
Does anyone have any tips on components that does the same thing as asp.net
repeater
for winforms, or maybe a tip on another solution to display data.

Thanks in advance
/Mats


 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      12th Jan 2005
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


 
Reply With Quote
 
Mats Lycken
Guest
Posts: n/a
 
      13th Jan 2005
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
>
>



 
Reply With Quote
 
Cor Ligthert
Guest
Posts: n/a
 
      13th Jan 2005
Mats,

Not that I have a solution, however don't forget that a webpage has no
bottom, so the repeater can stretch down as much data there is.

Just something I thought about.

Cor


 
Reply With Quote
 
Steven Castle via DotNetMonster.com
Guest
Posts: n/a
 
      13th Jan 2005
err im a bit noob but...couldnt u use the datagridview form?
You know the winform for viewing and inputing data convienintly into a datagrid?
It will be bound to the datasource and you can format the hell out of it...?
maybe im missing something...

--
Message posted via http://www.dotnetmonster.com
 
Reply With Quote
 
Steven Castle via DotNetMonster.com
Guest
Posts: n/a
 
      13th Jan 2005
oh... now ive actually read your first post i see you want a customize datagrid....eg.."list"
eerrr override the datagrid display/paint somehow..?

or somehow use multiple datagridview forms aligned to look like theyre joined, and have the active form as..the active item...

just a thought, probably impossible... : )
sorry i cant help..

--
Message posted via http://www.dotnetmonster.com
 
Reply With Quote
 
Mats Lycken
Guest
Posts: n/a
 
      13th Jan 2005
Datagridview doesn't come until Whidbey, right?

Thanks for the reply

"Steven Castle via DotNetMonster.com" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> err im a bit noob but...couldnt u use the datagridview form?
> You know the winform for viewing and inputing data convienintly into a
> datagrid?
> It will be bound to the datasource and you can format the hell out of
> it...?
> maybe im missing something...
>
> --
> Message posted via http://www.dotnetmonster.com



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tool tips or screen tips Andrew B Microsoft Excel Programming 0 27th Apr 2006 07:40 AM
Top Tips from the Gurus!...Place your best of the best tips here! Alpha Freeware 12 30th Dec 2005 07:47 PM
Turn off Screen Tips / Tool Tips =?Utf-8?B?U3VzYW4=?= Microsoft Powerpoint 1 18th Jun 2005 04:18 AM
The system has called a custom component and that component has failed and generated an exception. lil_miss_sassy_girl@yahoo.com Microsoft Windows 2000 Developer 0 31st Jan 2005 05:23 PM
Balloon tips/Tool tips Andrew Windows XP Customization 6 2nd Sep 2003 02:44 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:53 AM.