New Post: Bootstrap styling
Hello, I am interested in using your library but does your library support bootstrap themes without having to heavily customize the css ?
View ArticleNew Post: Bootstrap styling
bootstrap has one line of css which conflicts with most of the third party libraries (box sizing) http://getbootstrap.com/getting-started/#third-parties if you use bootstrap you'll have to modify the...
View ArticleNew Post: Bootstrap styling
That's great. Aside from the mentioned issue above. Do you have an example of how to override the theme of the controls to look at the bootstrap theme in the example project?
View ArticleNew Post: Bootstrap styling
copy it from here: (css tab)http://jsbin.com/exegARID/2/edit
View ArticleNew Post: Bootstrap styling
Great thanks. Sorry if I"m asking dumb questions. are you wanting me to just add this as the last style sheet in your demo project to convert to bootstrap or is this a template I will need to pull over...
View ArticleNew Post: Bootstrap styling
in the demo app replace the Content/Themes/bui/AwesomeMvc.css content with the css provided, run the demo app select bui theme from the dropdown, refresh the page
View ArticleNew Post: Bug report: you are missing a colon in Awesome.css
padding 0 instead of padding: 0
View ArticleNew Post: Bug report: you are missing a colon in Awesome.css
there is a few AwesomeMvc.css files (one for each theme), which one has the problem ? line nr as well please
View ArticleCreated Unassigned: Code First SetIntitalizer [1694]
Hi,I would like to Create Database If Model Changes. Is this already possible with the template?For example,Database.SetInitializer(new DropCreateDatabaseIfModelChanges<DbContext>());I would also...
View ArticleCreated Unassigned: Code First SetIntitalizer [1695]
Hi,I would like to Create Database If Model Changes. Is this already possible with the template?For example,Database.SetInitializer(new DropCreateDatabaseIfModelChanges<DbContext>());I would also...
View ArticleClosed Unassigned: Code First SetIntitalizer [1695]
Hi,I would like to Create Database If Model Changes. Is this already possible with the template?For example,Database.SetInitializer(new DropCreateDatabaseIfModelChanges<DbContext>());I would also...
View ArticleClosed Unassigned: Code First SetIntitalizer [1694]
Hi,I would like to Create Database If Model Changes. Is this already possible with the template?For example,Database.SetInitializer(new DropCreateDatabaseIfModelChanges<DbContext>());I would also...
View ArticleNew Post: How to Show Grid in a Popup
Asp.net MVC , could any one tell me how to show the grid in popup ???
View ArticleCreated Unassigned: When Show Grid in popup Some controls stop working [1714]
I use a JTable Grid in a MVC index page and awesome popup contains awesome grid with grouped data .when i opened the popup the awesome grid show successfully but after closing it the Jtable grid search...
View ArticleNew Post: How to Show Grid in a Popup
you need an action that returns a view with a grid in it, and after that you can declare a popup that has that action as url same as here: http://demo.aspnetawesome.com/PopupDemo (Popup with content...
View ArticleClosed Unassigned: When Show Grid in popup Some controls stop working [1714]
I use a JTable Grid in a MVC index page and awesome popup contains awesome grid with grouped data .when i opened the popup the awesome grid show successfully but after closing it the Jtable grid search...
View ArticleNew Post: multiple pop ups on top of each other
Hi, Im trying to open two pop ups on top of each other... (Url.Awe().PopupFormAction().Url(Url.Action("Edit", new { entity = ".entity." })).Success("refreshGrid") and then...
View ArticleNew Post: multiple pop ups on top of each other
Giving the pop up a name solved the issue
View ArticleNew Post: multiple pop ups on top of each other
When there is more Popup helpers declared that have the same .Name(string), they will share the same popup window, so opening one will close the other.http://demo.aspnetawesome.com/PopupDemo if the...
View ArticleReleased: 4.0 (May 03, 2014)
version 4.0 ========================== - added InitPopup, InitPopupForm helpers, open initialized popups using awe.open(name, params) - added Tag or Tags for all helpers, usable in mod code - added...
View Article