<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Mark Freedman&#039;s Blog</title>
	<atom:link href="http://MarkFreedman.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://MarkFreedman.com</link>
	<description>Productivity through technology, and other related topics. Also the home of Mark Freedman Consulting, a division of LorMarSoft, LLC.</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:13:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 1) by Chris</title>
		<link>http://MarkFreedman.com/index.php/2011/08/09/wrestling-with-the-telerik-mvc-grid-control-part-1/comment-page-1/#comment-1220</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 04 Feb 2012 01:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=749#comment-1220</guid>
		<description>Thanks again Mark. 
The more I think about it, this will be a non-issue once all 3 parts are up as people will most likely go through all 3 before trying to run the project. I&#039;m only running into issues because I&#039;m totally new to this, so having each &quot;part&quot; work, is the only way for me to measure progress/success! :)</description>
		<content:encoded><![CDATA[<p>Thanks again Mark.<br />
The more I think about it, this will be a non-issue once all 3 parts are up as people will most likely go through all 3 before trying to run the project. I&#8217;m only running into issues because I&#8217;m totally new to this, so having each &#8220;part&#8221; work, is the only way for me to measure progress/success! <img src='http://MarkFreedman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 1) by Mark Freedman</title>
		<link>http://MarkFreedman.com/index.php/2011/08/09/wrestling-with-the-telerik-mvc-grid-control-part-1/comment-page-1/#comment-1219</link>
		<dc:creator>Mark Freedman</dc:creator>
		<pubDate>Sat, 04 Feb 2012 01:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=749#comment-1219</guid>
		<description>Chris, although there&#039;s not really a good place for the onError handler in this post, I do have this listing in part 2. For convenience sake, here it is:

function onError(e) {
    e.preventDefault();
    alert(e.XMLHttpRequest.getResponseHeader(&quot;message&quot;));
}

I will edit this post to point out that the grid will fail if you haven&#039;t created all the event handlers defined in the grid.</description>
		<content:encoded><![CDATA[<p>Chris, although there&#8217;s not really a good place for the onError handler in this post, I do have this listing in part 2. For convenience sake, here it is:</p>
<p>function onError(e) {<br />
    e.preventDefault();<br />
    alert(e.XMLHttpRequest.getResponseHeader(&#8220;message&#8221;));<br />
}</p>
<p>I will edit this post to point out that the grid will fail if you haven&#8217;t created all the event handlers defined in the grid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 1) by Mark Freedman</title>
		<link>http://MarkFreedman.com/index.php/2011/08/09/wrestling-with-the-telerik-mvc-grid-control-part-1/comment-page-1/#comment-1216</link>
		<dc:creator>Mark Freedman</dc:creator>
		<pubDate>Fri, 03 Feb 2012 05:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=749#comment-1216</guid>
		<description>I planned on this being in the final post, with the full code. Got home late from the user group meeting, so let me take a look tomorrow and see if there&#039;s a good place to plug it into this post.</description>
		<content:encoded><![CDATA[<p>I planned on this being in the final post, with the full code. Got home late from the user group meeting, so let me take a look tomorrow and see if there&#8217;s a good place to plug it into this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 1) by Chris</title>
		<link>http://MarkFreedman.com/index.php/2011/08/09/wrestling-with-the-telerik-mvc-grid-control-part-1/comment-page-1/#comment-1215</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 02 Feb 2012 20:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=749#comment-1215</guid>
		<description>Mark, your example notes adding an &quot;onError&quot; ClientEvent but the body of that JavaScript function isn&#039;t included anywhere. Without this being defined I had issues where my grid wouldn&#039;t load the initial data via Ajax. You may want to remove it from the definition or include what you had planned for in that method?</description>
		<content:encoded><![CDATA[<p>Mark, your example notes adding an &#8220;onError&#8221; ClientEvent but the body of that JavaScript function isn&#8217;t included anywhere. Without this being defined I had issues where my grid wouldn&#8217;t load the initial data via Ajax. You may want to remove it from the definition or include what you had planned for in that method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 2) by Mark Freedman</title>
		<link>http://MarkFreedman.com/index.php/2011/11/13/wrestling-with-the-telerik-mvc-grid-control-part-2/comment-page-1/#comment-1214</link>
		<dc:creator>Mark Freedman</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=950#comment-1214</guid>
		<description>Great to hear, Chris. I&#039;m really hoping to finish part 3 this weekend, if I can finish some lose ends at work before then.</description>
		<content:encoded><![CDATA[<p>Great to hear, Chris. I&#8217;m really hoping to finish part 3 this weekend, if I can finish some lose ends at work before then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 2) by Chris</title>
		<link>http://MarkFreedman.com/index.php/2011/11/13/wrestling-with-the-telerik-mvc-grid-control-part-2/comment-page-1/#comment-1213</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=950#comment-1213</guid>
		<description>It seems to have cut out the key part of my remark.. maybe html formatting will get past the sensor? Anyway, my problem was I missed the trailing hash. :)

&lt;#=Location#&gt;</description>
		<content:encoded><![CDATA[<p>It seems to have cut out the key part of my remark.. maybe html formatting will get past the sensor? Anyway, my problem was I missed the trailing hash. <img src='http://MarkFreedman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&lt;#=Location#&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 2) by Chris</title>
		<link>http://MarkFreedman.com/index.php/2011/11/13/wrestling-with-the-telerik-mvc-grid-control-part-2/comment-page-1/#comment-1212</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 02 Feb 2012 19:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=950#comment-1212</guid>
		<description>Finally found it... 

Chrome was helpful in showing me that there was a javascript error occuring, I just couldn&#039;t see it without inspecting the page. Of course it was the generic &quot;Microsoft JScript runtime error: Unable to get value of the property &#039;transport&#039;: object is null or undefined&quot; which I found people saying this could be a typo. So I started commenting out JavaScript, then the Client Template - and it worked again!

I had never seen/used the ClientTemplate before and when I saw &#039;&#039;. Once I put that in there everything worked correctly. :)

Mark, thanks so much for the help and the articles! I&#039;m looking forward to Part 3!</description>
		<content:encoded><![CDATA[<p>Finally found it&#8230; </p>
<p>Chrome was helpful in showing me that there was a javascript error occuring, I just couldn&#8217;t see it without inspecting the page. Of course it was the generic &#8220;Microsoft JScript runtime error: Unable to get value of the property &#8216;transport&#8217;: object is null or undefined&#8221; which I found people saying this could be a typo. So I started commenting out JavaScript, then the Client Template &#8211; and it worked again!</p>
<p>I had never seen/used the ClientTemplate before and when I saw &#8221;. Once I put that in there everything worked correctly. <img src='http://MarkFreedman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Mark, thanks so much for the help and the articles! I&#8217;m looking forward to Part 3!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 2) by Chris</title>
		<link>http://MarkFreedman.com/index.php/2011/11/13/wrestling-with-the-telerik-mvc-grid-control-part-2/comment-page-1/#comment-1211</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=950#comment-1211</guid>
		<description>I got it to work in a new project created from the Telerik template, so it must be something missing from my current project (I added the Telerik controls after I started it) that is causing it to break. Thanks for the ideas, I&#039;ll update when I figure out just what it was!</description>
		<content:encoded><![CDATA[<p>I got it to work in a new project created from the Telerik template, so it must be something missing from my current project (I added the Telerik controls after I started it) that is causing it to break. Thanks for the ideas, I&#8217;ll update when I figure out just what it was!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 2) by Mark Freedman</title>
		<link>http://MarkFreedman.com/index.php/2011/11/13/wrestling-with-the-telerik-mvc-grid-control-part-2/comment-page-1/#comment-1210</link>
		<dc:creator>Mark Freedman</dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=950#comment-1210</guid>
		<description>Another common cause of the AJAX call not occurring, is a possible JavaScript error on the page that may abort the rest of the script. The &quot;pause on exceptions&quot; option in Chrome&#039;s script inspector has been extremely helpful to me for that. There may be an equivalent in FireBug or IE&#039;s Developer tools, but I don&#039;t recall.</description>
		<content:encoded><![CDATA[<p>Another common cause of the AJAX call not occurring, is a possible JavaScript error on the page that may abort the rest of the script. The &#8220;pause on exceptions&#8221; option in Chrome&#8217;s script inspector has been extremely helpful to me for that. There may be an equivalent in FireBug or IE&#8217;s Developer tools, but I don&#8217;t recall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 2) by Chris</title>
		<link>http://MarkFreedman.com/index.php/2011/11/13/wrestling-with-the-telerik-mvc-grid-control-part-2/comment-page-1/#comment-1209</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=950#comment-1209</guid>
		<description>I tried fiddler and it appears that it&#039;s not calling it at all - like Ajax is not being called on the refresh. I see the path when I click the Add button fires off, but never when loading data. I must be missing something simple to turn it on, but I can&#039;t tell what it is. All the examples etc. say to do what I&#039;m doing, but it&#039;s still not working. Guess I&#039;ll just have to keep trying, thanks for the response.</description>
		<content:encoded><![CDATA[<p>I tried fiddler and it appears that it&#8217;s not calling it at all &#8211; like Ajax is not being called on the refresh. I see the path when I click the Add button fires off, but never when loading data. I must be missing something simple to turn it on, but I can&#8217;t tell what it is. All the examples etc. say to do what I&#8217;m doing, but it&#8217;s still not working. Guess I&#8217;ll just have to keep trying, thanks for the response.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

