I'm talking about a way off adding a Menu Control to your forms so you can add an adequate (not the bulky one that comes by default with Dynamic Data ....
This main menu includes by default all entities contained in your database model and whose condition have been defined as "scaffoldable" or scaffold = true)
So I guess there must be a control who does that
In previous releases of Dynamic Data Stephen Naughton created something like that but his libraries in his sample model generates some kind of conflict if you try to use that solution
I'm talking about a way off adding a Menu Control to your forms so you can add an adequate (not the bulky one that comes by default with Dynamic Data ....
This main menu includes by default all entities contained in your database model and whose condition have been defined as "scaffoldable" or scaffold = true)
So I guess there must be a control who does that
In previous releases of Dynamic Data Stephen Naughton created something like that but his libraries in his sample model generates some kind of conflict if you try to use that solution
In previous releases of Dynamic Data Stephen Naughton created something like that but his libraries in his sample model generates some kind of conflict if you try to use that solution
I'll check the newest updated version. In the past it was about the NotAClue libraries (dll's) that were giving me some kind of trouble, mostly because I also had to combine them with the libraries used by NotAClue for cascading and some other stuff taht
Stephen had already developed and implemented. So, I had a kind of fusion of many of Naughton's solutions in a single project of mine
Hi Carlos, yes there is I have a sample on my blog however you cal alway e-mail me for the latest code which is also available from
here my open source project. Eventually you will be able add any part to your site using
NuGet :)
See my blog C# Bits | Twitter @sjnaughton Always seeking an elegant solution.
klca
Member
507 Points
409 Posts
Menus and BreadCrumbs
Nov 21, 2012 05:35 PM|LINK
Hi,
Is there a control or way in automating your menus and breadcrumbs is ASP.Net Dynamic Data ?
Prvious examples use some libraries owned by CSharpbits and that create a little trouble for implementing ...
Carlos N. Porras
(El Salvador)
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Menus and BreadCrumbs
Nov 22, 2012 05:28 AM|LINK
Hello,
What do you mean by "automating your menus and breadcrumbs"?
klca
Member
507 Points
409 Posts
Re: Menus and BreadCrumbs
Nov 22, 2012 11:39 AM|LINK
I'm talking about a way off adding a Menu Control to your forms so you can add an adequate (not the bulky one that comes by default with Dynamic Data ....
This main menu includes by default all entities contained in your database model and whose condition have been defined as "scaffoldable" or scaffold = true)
So I guess there must be a control who does that
In previous releases of Dynamic Data Stephen Naughton created something like that but his libraries in his sample model generates some kind of conflict if you try to use that solution
Carlos N. Porars
(El Salvador)
klca
Member
507 Points
409 Posts
Re: Menus and BreadCrumbs
Nov 22, 2012 11:39 AM|LINK
I'm talking about a way off adding a Menu Control to your forms so you can add an adequate (not the bulky one that comes by default with Dynamic Data ....
This main menu includes by default all entities contained in your database model and whose condition have been defined as "scaffoldable" or scaffold = true)
So I guess there must be a control who does that
In previous releases of Dynamic Data Stephen Naughton created something like that but his libraries in his sample model generates some kind of conflict if you try to use that solution
Carlos N. Porars
(El Salvador)
Decker Dong ...
All-Star
118619 Points
18779 Posts
Re: Menus and BreadCrumbs
Nov 23, 2012 12:39 AM|LINK
Can you upgrate it to the lastest version?
And what conflict have you got now?
klca
Member
507 Points
409 Posts
Re: Menus and BreadCrumbs
Nov 23, 2012 01:52 AM|LINK
Hi,
I'll check the newest updated version. In the past it was about the NotAClue libraries (dll's) that were giving me some kind of trouble, mostly because I also had to combine them with the libraries used by NotAClue for cascading and some other stuff taht Stephen had already developed and implemented. So, I had a kind of fusion of many of Naughton's solutions in a single project of mine
I'll give them a try
Carlos N. Porras
(El Salvador)
sjnaughton
All-Star
27308 Points
5458 Posts
MVP
Re: Menus and BreadCrumbs
Nov 24, 2012 10:44 AM|LINK
Hi Carlos, yes there is I have a sample on my blog however you cal alway e-mail me for the latest code which is also available from here my open source project. Eventually you will be able add any part to your site using NuGet :)
Always seeking an elegant solution.