Quantcast
Channel: ASP.NET MVC / Web API / Web Pages
Browsing all 7925 articles
Browse latest View live
↧

Edited Issue: WebGrid does not highlight current sort column [430]

It would be useful to add a sortStyle parameter, and a sortDirectionStyle to grid.GetHtml(), which would render on all <td> and the <th> for the current sort column.This would allow CSS...

View Article


Closed Unassigned: WebGrid: Allow customizing header rendering [1069]

Add opportunity to customize header output. Like it made with "Format" property. Or just change Header type to object. To have a way for manage output.```namespace System.Web.Helpers { public class...

View Article


Closed Issue: Ability to add a class attribue to a WebGrid column header [854]

Hi!I am currently using the WebGrid and trying to do some styling to special colums. I can use the "Style" Property if the WebGridRow for this, but there is no way to style the header too. It would be...

View Article

Closed Issue: WebGrid paging/sorting url generated incorrectly if url has...

Repro:- Create an Action method as follows that displays a WebGrid with paging enabled: public class MyController : Controller{ ... public ActionResult MyAction(IList<string> productId){ .......

View Article

Closed Issue: WebGrid.GetHtml should accept a dictionary for htmlAttributes...

Most MVC Html helpers allow the caller to specify htmlAttributes as either an anonymous object or an IDictionary<string, object>. The overload that takes a dictionary is convenient as it makes it...

View Article


Closed Issue: WebGrid throws HttpRequestValidationException even AllowHttp is...

Hi Team,I use WebGrid on my page. The grid has sorting and paging ability. Additionally to it the page has filtering feature. Http-Get is used for sorting, paging and filtering. "q" parameter in Query...

View Article

Closed Issue: WebGrid does not apply styles to header cells [432]

Different table header cells can require different formatting.It would be useful to specify in WebGridColumn which styles to apply to the column's <TH>, in addition to the existing <TD>...

View Article

Closed Issue: WebGrid does not allow a complex column header format [431]

It would be useful to allow a complex column header format, similar to the item format, for including sort direction icons etc.Comments: Thanks for reporting this issue. We realize that WebGrid has a...

View Article


Closed Issue: WebGrid does not highlight current sort column [430]

It would be useful to add a sortStyle parameter, and a sortDirectionStyle to grid.GetHtml(), which would render on all <td> and the <th> for the current sort column.This would allow CSS...

View Article


Edited Issue: Selecting odata actions in $select clauses doesn't work as...

Given an entityset with an Entity that has an action associated to it, when an odata client issues the following query:BaseUrl/prefix/Customers?$select=Container.* the service should return the list of...

View Article

Commented Issue: Selecting odata actions in $select clauses doesn't work as...

Given an entityset with an Entity that has an action associated to it, when an odata client issues the following query:BaseUrl/prefix/Customers?$select=Container.* the service should return the list of...

View Article

Created Feature: MQ: Refactor ApiController.ExecuteAsync pipeline into...

The current implementation of ApiController.ExecuteAsync is very large to live all inside of ApiController, which has a negative impact on unit testing this pipeline as well as ease of changing it...

View Article

Edited Feature: MQ: Refactor ApiController.ExecuteAsync pipeline into...

The current implementation of ApiController.ExecuteAsync is very large to live all inside of ApiController, which has a negative impact on unit testing this pipeline as well as ease of changing it...

View Article


Created Feature: Support Url.Content("~/") [1082]

In Web API, there's currently no way to create a link to a path under the app's virtual root. The solution is probably something like:UrlHelper.Content("~/<path>");

View Article

Created Unassigned: Support MethodInfo-based route generation [1083]

Moq has a nice way to specify a method you want to call, using syntax like this:mock.Setup(o => o.Do("foo", "bar).Returns(true));The Setup portion here might work well for generating Web API...

View Article


Edited Feature: Support MethodInfo-based route generation [1083]

Moq has a nice way to specify a method you want to call, using syntax like this:mock.Setup(o => o.Do("foo", "bar).Returns(true));The Setup portion here might work well for generating Web API...

View Article

Edited Unassigned: Support MethodInfo-based route generation [1083]

Moq has a nice way to specify a method you want to call, using syntax like this:mock.Setup(o => o.Do("foo", "bar).Returns(true));The Setup portion here might work well for generating Web API...

View Article


Commented Unassigned: Support MethodInfo-based route generation [1083]

Moq has a nice way to specify a method you want to call, using syntax like this:mock.Setup(o => o.Do("foo", "bar).Returns(true));The Setup portion here might work well for generating Web API...

View Article

Created Unassigned: Cancellation token should be flowed into the following...

ICorsPolicyProvider.GetCorsPolicyAsyncDefaultODataBatchHandler.ParseBatchRequestsAsyncDefaultODataBatchHandler.CreateResponseMessageAsyncUnbufferedODataBatchHandler.CreateResponseMessageAsyncDefaultHtt...

View Article

Closed Issue: Model validation fails on property of type System.Type [225]

The model binder that processes the request body validates the data using validator defined in 'BodyModelValidator'. The default implementation 'DefaultBodyModelValidator' recursively iterates the...

View Article
Browsing all 7925 articles
Browse latest View live