TwitterBootstrapMvc icon indicating copy to clipboard operation
TwitterBootstrapMvc copied to clipboard

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.

Results 68 TwitterBootstrapMvc issues
Sort by recently updated
recently updated
newest added

I have a block of code that has the same options for multiple questions, a bit like like this: ``` Html.Bootstrap().DropDownListFor(m => m.HowOftenCycle, Model.HowOftenOptions).OptionLabel("") Html.Bootstrap().DropDownListFor(m => m.HowOftenBus, Model.HowOftenOptions).OptionLabel("") Html.Bootstrap().DropDownListFor(m =>...

I have a form where I capture a permanent address (required) and a mailing address (optional based on checkbox). I use VisibleDependsOn MailingAddressDifferentThanPermanent boolean == true. I also use ExpressiveAnnotations...

Hi Dmitry, I am quite excited to use your library. However, I make frequent use of AJAX and partials, but have no clue how to use your library with AJAX...

I have this: ``` @Html.LabelFor(x => x.ManagementStatusId, new { @class = "control-label" }) @using (var g = Html.Bootstrap().Begin(new ButtonGroup().Data(new { toggle = "buttons" }).HtmlAttributes(new { id = "grpManagementStatusId" }))) {...

May you update the Change log? :-)

Hi I just bought a license and got the datepicker plugin working. However it does not look like the css/js for the datepicker is very well maintained. Thus I wanted...

When calling the ActionLinkButton method along with RouteName("..."), the rendered html does not use the route name to build the URL.

Hello, Is there a way to generate the following output with BMVC? ``` Property Details Additional Details Property details Form Pellentesque habitant morbi tristique senectus et netus et malesuada fames...

`modal.Header("")` returns a bare `IHtmlString` so no further customization is available.

It appears that the plugin is not getting the full property name when determining whether or not to show validation. For example, a property with a name of ClaimNumber in...