or
columns.Bound(p => p.UnitPrice).Width(120);
UnitPrice: { type:
"number"
, validation: { required:
true
, min: 1} }
.Resources(resource =>
{
resource.Add(m => m.OwnerID)
.Title(
"Owner"
)
.DataTextField(
"Text"
)
.DataValueField(
"Value"
)
.DataColorField(
"Color"
)
.BindTo(
new
[] {
new
{ Text =
"Alex"
, Value = 1, Color =
"#f8a398"
} ,
new
{ Text =
"Bob"
, Value = 2, Color =
"#51a0ed"
} ,
new
{ Text =
"Charlie"
, Value = 3, Color =
"#56ca85"
}
});
})
.Content(Html.PartialFor(model => model.Children[i],
"_TheChildPartialView"
).ToHtmlString());
(
function
(d
/**/
) {
return
d.Children[0].SomeGrandchildProperty
})
ds.Ajax().ServerOperation.Update:Cannot create an abstract class. Type = System.MissingMethodException
ds.Ajax().ServerOperation.Create(create => create.Action("_AddDetail", "SituationBoard", new { area = "Tools", id = @Model.ProjectGUID,SitBoardGUID= @Model.SitBoardGUID}));
<a class="k-button k-button-icontext k-grid-add"
href="/CoBRAMVCPortal/Tools/SituationBoard/_GetDetailList/00000000-0000-0000-0000-000000000000
?SitBoardGuid=f2135c76-9769-4536-92ea-37c352ebf431
&f2135c76-9769-4536-92ea-37c352ebf431_grid-mode=insert">
notice the SitBoardGUID value is entered twice, separated by a & for some reason. That seems to be
causing the issue. Any guidance on when this will be fixed? It's somewhat worrisome that you've had 3 releases
and this is broken in all 3 of them.
Remember, all of these functions still work if i revert back to the 2012.2.1002 build.
...ClientTemplate(@Html.ActionLink("#=Company.Name#", MVC.Company.ActionNames.Index, MVC.Company.Name, new { id = "#=Company.Id#" }).ToHtmlString());