Rozhkov Alexey

Results 6 issues of Rozhkov Alexey

`` is still not implemented.

enhancement

Add customizable data formatters like `{{item.IsActive | YESNO}}`

enhancement

My template is: ``` @model NSysWebTest.Web.ViewModels.Products.ProductCategoryViewModel ``` Template model `ProductCategoryViewModel` is ``` new ProductCategoryViewModel{ Name = "Test", Note = null }; ``` I'm getting an error System.NullReferenceException while rendering a...