or
<script type="text/javascript" language="javascript"> $(document).ready(function () { $('.toolTipFastTop').each(function () { $(this).kendoTooltip({ autoHide: false, position: 'top' }); }); });</script><input style="margin:40px" class="toolTipFastTop" title="BlablaTest" type="checkbox" /><div id="SearchResults"> @Html.Kendo().Grid(Model).Name("grdSearchResults").Columns(column=> { column.Bound(c => c.FormID).Title("Form Number"); column.Bound(c => c.Country).Title("Country"); column.Bound(c => c.State).Title("State"); column.Template(c => @Html.ActionLink(c.Description, "FileBoundGetForm", new { id = c.FormID }, new { @target = "_blank" })).Title("Description"); column.Bound(c => c.ModifiedUser).Title("Modified User"); column.Bound(c => c.CreatedDate).Title("Created Date"); }).DataSource(ds => ds.Ajax() .Read(reader => reader.Action("DSReleaseForms", "ReleaseForm", new { ByCountry = ViewBag.stateFilter, ByState = ViewBag.countryFilter }).Data("additionalData"))).Pageable()</div><div id="results"> @Html.Kendo().Grid(Model).Name("grdClientResults").Columns(column => { column.Template(@<text> @Html.ActionLink(@item.ClientID.ToString(), "ClientAdmin", new { id = @item.ClientID })</text>).Title("Edit");//.ClientTemplate("<a href='/ClientAdmin/ClientAdmin/GetClient/#=ClientID#'>#=ClientID#</a>"); column.Bound(c => c.ClientID).Title("Client Id"); column.Bound(c => c.Name).Title("Client Name"); column.Bound(c => c.Address1).Title("Address"); column.Bound(c => c.Address2).Title("Address2"); column.Bound(c => c.City).Title("City"); column.Bound(c => c.StateProvince).Title("State"); }).DataSource(ds => ds.Ajax() .Read(reader => reader.Action("ClientDetail", "ClientAdmin"))).Pageable() </div>
return Request.CreateErrorResponse(HttpStatusCode.NotFound, "Ticket not found: " + ticketId);HTTP/1.1 404 Not FoundCache-Control: no-cachePragma: no-cacheContent-Type: application/json; charset=utf-8Expires: -1Server: Microsoft-IIS/8.0X-AspNet-Version: 4.0.30319X-SourceFiles: =?UTF-8?B?QzpcRG90TmV0XFdlYlBvc1xXZWJQb3NcYXBpXHRpY2tldHNcMlxsaW5lcw==?=X-Powered-By: ASP.NETDate: Mon, 08 Sep 2014 00:25:57 GMTContent-Length: 60{"message":"Ticket not found: 2"}error: function(e) { if (e.errors) { alert(e.errors); this.cancelChanges(); }},<script type="script/x-kendo-template" id="meeting-item"> <a data-item-id="#=meetingID#" href="\#meeting-details?id=#=meetingID#" data-transition="slide:left"> <h3 class="time">#= startTime #</h3> <h3 class="counts"><span class="hc" data-i18n="dashboard.headCount"></span>: #=headCount# | Total: #=totalCount#</h3> <h2>#=meetingName#</h2> </a> </script>