Hi Radek,
Datagrids are generally bound to a Dataset. Its this binding that is giving
me unwanted coupling between my View/Presentation Layer and my Model/DAL.
I am going to try DataViews to help with this separation.
Thanks, Jeff
> Which of Model/View/Controller are you assuming a datagrid could be used
> for? If View, then the answer is surely Yes.
[quoted text clipped - 9 lines]
> >
> > Thanks, Jeff
Radek Cerny - 23 Dec 2004 13:20 GMT
Actually, it was a loaded question, and answer. I believe strongly in total
separation of presentation layer from business logic and persistence. I use
virtually none of the out-of-the-box widgets. Have a read of
http://www.asplications.com.au/GenieWhitePaper.pdf for another way of
achieving an MVC architecture in .NET
> Hi Radek,
>
[quoted text clipped - 18 lines]
> > >
> > > Thanks, Jeff