The Hosts files is a file that allows you to override the DNS lookups for specific domains. Say you want…
We just released our new employee assessment and review system online. It is currently in beta and free for anyone…
Snippet @Html.ActionLink(“Log in \u00BB”, “Login”, “Account”, routeValues: null, htmlAttributes: new { @class = “btn btn-primary”, role = “button” }) Simply put, the \u00BB is the » Happy Coding!
I had a simple need. This functionality expands on the way I was bringing a Kendo Grid detail template into…
I decided I liked the idea of only having one detail pane at a time in my web grid. It…
I kept running into an issue where the chart kept drawing over itself. Basically, the chart would draw the lines…
If you are writing a Kendo Grid Column template and you run into the malformed template issue when trying to…
I got the lovely unhelpful error “Unable to get value of the property ‘replace’: object is null or undefined” from…
I didn’t see this in the documentation, but I’m sure its there somewhere. Here is an easy way to slide…
I was trolling through the horrible documentation provided by Telerik for the kendo grid. I needed to create a complex…