<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage>" %> <%@ Import Namespace="Telerik.Web.Mvc.UI" %> Unmapped

The following folders aren't currently mapped to any Series.

Please Re-sync your folders. If the problem persists try renaming your folders to something more similar to the name of series they contain.

<%= Html.Telerik().Grid(Model) .Name("Grid") .DataKeys(dataKeys => dataKeys.Add(c => c.Id)) .DataBinding(dataBinding => dataBinding //Server binding .Ajax() .Select("UnMapped", "Series") .Update("Update", "Home") ) .Columns(columns => { columns.Bound(c => c.Path); columns.Command(commands => commands.Edit()); }) %>