Skip to content

Conversation

@abelozerov
Copy link
Contributor

Now it is possible to correctly pass IEnumerable<> model properties in DataTablesResult

class SampleModel
{
public string[] EnumerableProperty { get; set; }
}

@mcintyre321
Copy link
Owner

Could you add a field to the example site please?

Also - does this have an effect on strings (which are IEnumerable<char>)?

mcintyre321 added a commit that referenced this pull request Apr 10, 2013
…_support

Default PropertyTransformers are added for IEnumerables
@mcintyre321 mcintyre321 merged commit e35e7e3 into mcintyre321:master Apr 10, 2013
@mcintyre321
Copy link
Owner

I checked it out last night, seems fine to me. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants