<?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>Thoughts of a practical idealistic software consultant. Also the home of Mark Freedman Consulting, a division of LorMarSoft, LLC.</description>
	<lastBuildDate>Thu, 03 May 2012 15:05:06 +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 Restoring Expanded Row State with Telerik&#8217;s MVC Grid Control by Robert</title>
		<link>http://MarkFreedman.com/index.php/2012/01/28/restoring-expanded-row-state-with-teleriks-mvc-grid-control/comment-page-1/#comment-1350</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 03 May 2012 15:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=1099#comment-1350</guid>
		<description>rowIndex is the solution to that - instead of using the value of the entire row, I tossed on .rowIndex and that solved it. Thanks for this article!</description>
		<content:encoded><![CDATA[<p>rowIndex is the solution to that &#8211; instead of using the value of the entire row, I tossed on .rowIndex and that solved it. Thanks for this article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restoring Expanded Row State with Telerik&#8217;s MVC Grid Control by Robert</title>
		<link>http://MarkFreedman.com/index.php/2012/01/28/restoring-expanded-row-state-with-teleriks-mvc-grid-control/comment-page-1/#comment-1349</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 03 May 2012 14:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=1099#comment-1349</guid>
		<description>I figured it out. The master row contains sum totals for the detail rows. The value of the row when expanded is not the value of the row when refreshed, ergo that isn&#039;t the &quot;row&quot; in the array. I&#039;ll have to figure out how to use one of the static cell values in the master that would not change between refreshes as the array value to compare against.</description>
		<content:encoded><![CDATA[<p>I figured it out. The master row contains sum totals for the detail rows. The value of the row when expanded is not the value of the row when refreshed, ergo that isn&#8217;t the &#8220;row&#8221; in the array. I&#8217;ll have to figure out how to use one of the static cell values in the master that would not change between refreshes as the array value to compare against.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Restoring Expanded Row State with Telerik&#8217;s MVC Grid Control by Robert</title>
		<link>http://MarkFreedman.com/index.php/2012/01/28/restoring-expanded-row-state-with-teleriks-mvc-grid-control/comment-page-1/#comment-1348</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 03 May 2012 14:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=1099#comment-1348</guid>
		<description>Hmm. This isn&#039;t working for me. It looks like all the events are firing as expected, but isInArray returns false. It may be what I am doing. I have a custom command that allows a user to edit details not presented in the grid. When a detail row is updated, the master needs to be refreshed, so I am refreshing the entire grid. After that refresh, no expansion of the master row occurs.</description>
		<content:encoded><![CDATA[<p>Hmm. This isn&#8217;t working for me. It looks like all the events are firing as expected, but isInArray returns false. It may be what I am doing. I have a custom command that allows a user to edit details not presented in the grid. When a detail row is updated, the master needs to be refreshed, so I am refreshing the entire grid. After that refresh, no expansion of the master row occurs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 3) by Mark Freedman</title>
		<link>http://MarkFreedman.com/index.php/2012/02/08/wrestling-with-the-telerik-mvc-grid-control-part-3/comment-page-1/#comment-1347</link>
		<dc:creator>Mark Freedman</dc:creator>
		<pubDate>Wed, 02 May 2012 14:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=1088#comment-1347</guid>
		<description>Thanks, Leo. Good information to know.</description>
		<content:encoded><![CDATA[<p>Thanks, Leo. Good information to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 3) by Leo</title>
		<link>http://MarkFreedman.com/index.php/2012/02/08/wrestling-with-the-telerik-mvc-grid-control-part-3/comment-page-1/#comment-1346</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Wed, 02 May 2012 07:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=1088#comment-1346</guid>
		<description>Hi Mark,

Thanks for replying! After raised the question yesterday, I continued to work on your sample project. Eventually, I got it work! 

Here is what I have done:

Since I am using SQL Server 2008 R2 (not express edition), I needed to modify the server name. But more importantly, I had to change &quot;user instance&quot; from true to false. After that, everything went pretty smooth.

I really like how you make master/details fit toghter so well!</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thanks for replying! After raised the question yesterday, I continued to work on your sample project. Eventually, I got it work! </p>
<p>Here is what I have done:</p>
<p>Since I am using SQL Server 2008 R2 (not express edition), I needed to modify the server name. But more importantly, I had to change &#8220;user instance&#8221; from true to false. After that, everything went pretty smooth.</p>
<p>I really like how you make master/details fit toghter so well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 3) by Mark Freedman</title>
		<link>http://MarkFreedman.com/index.php/2012/02/08/wrestling-with-the-telerik-mvc-grid-control-part-3/comment-page-1/#comment-1345</link>
		<dc:creator>Mark Freedman</dc:creator>
		<pubDate>Tue, 01 May 2012 10:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=1088#comment-1345</guid>
		<description>Hi Leo,

There aren&#039;t any extra steps. Sometimes, the first time you run the app it can take several seconds (I&#039;ve seen over 10 seconds at times) for the data to load, as SQL Server Express is starting up for the first time. Is the progress indicator in the lower left of the grid spinning when you run the app?</description>
		<content:encoded><![CDATA[<p>Hi Leo,</p>
<p>There aren&#8217;t any extra steps. Sometimes, the first time you run the app it can take several seconds (I&#8217;ve seen over 10 seconds at times) for the data to load, as SQL Server Express is starting up for the first time. Is the progress indicator in the lower left of the grid spinning when you run the app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 3) by Leo</title>
		<link>http://MarkFreedman.com/index.php/2012/02/08/wrestling-with-the-telerik-mvc-grid-control-part-3/comment-page-1/#comment-1344</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Tue, 01 May 2012 04:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=1088#comment-1344</guid>
		<description>I downloaded the sample and run it with VWD 2010 Express. No data could be displayed. I made sure the data in customer table can be viewed in the designer. Are there some extra steps to take?</description>
		<content:encoded><![CDATA[<p>I downloaded the sample and run it with VWD 2010 Express. No data could be displayed. I made sure the data in customer table can be viewed in the designer. Are there some extra steps to take?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 1) by vinny</title>
		<link>http://MarkFreedman.com/index.php/2011/08/09/wrestling-with-the-telerik-mvc-grid-control-part-1/comment-page-1/#comment-1343</link>
		<dc:creator>vinny</dc:creator>
		<pubDate>Sat, 28 Apr 2012 13:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=749#comment-1343</guid>
		<description>Dear Mark,

Thanks a tonnnn!!!

It took me hardly 2 hrs to complete my required objective with your help which i was searching for more than 2 days.

Keep up the good work

Thanks again!!

yo! :)</description>
		<content:encoded><![CDATA[<p>Dear Mark,</p>
<p>Thanks a tonnnn!!!</p>
<p>It took me hardly 2 hrs to complete my required objective with your help which i was searching for more than 2 days.</p>
<p>Keep up the good work</p>
<p>Thanks again!!</p>
<p>yo! <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-1342</link>
		<dc:creator>Mark Freedman</dc:creator>
		<pubDate>Fri, 27 Apr 2012 14:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=749#comment-1342</guid>
		<description>Hi Vinny.

Have you tried the rebind client method?:

http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-client-api-and-events.html#rebind

You can call this on the change event for the dropdown.</description>
		<content:encoded><![CDATA[<p>Hi Vinny.</p>
<p>Have you tried the rebind client method?:</p>
<p><a href="http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-client-api-and-events.html#rebind" rel="nofollow">http://www.telerik.com/help/aspnet-mvc/telerik-ui-components-grid-client-api-and-events.html#rebind</a></p>
<p>You can call this on the change event for the dropdown.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Wrestling With the Telerik MVC Grid Control (Part 1) by vinny</title>
		<link>http://MarkFreedman.com/index.php/2011/08/09/wrestling-with-the-telerik-mvc-grid-control-part-1/comment-page-1/#comment-1341</link>
		<dc:creator>vinny</dc:creator>
		<pubDate>Fri, 27 Apr 2012 10:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://MarkFreedman.com/?p=749#comment-1341</guid>
		<description>hi mark,
Nice article.
Due to being new to mvc(maily mvc3) and telerik grid(built for razor) m gettimg some problem in rebinding my grid.
1) My requirements is that &quot;On select of any item (or onchange event of a dropdownlist)in a dropdownlist i want to repopulate grid with different datasource&quot;

for eg; 
 i have a dropdown containing to values product1 and product 2 
for first time load i am keeping dropdowns value as product1 and populated grid with dtProduct1 datasource(could be datatable or anything)

now if i change dropdown to product2 to then i want to perform some action(either client or server side) to get required data in dtProduct2 datasource and  want to bind this new datasource to grid.


How can it be done in MVC3 razor for telerik grid?
Please let me as soon as possible.

Thanks for your precious time.

Vinny....Yo! :)</description>
		<content:encoded><![CDATA[<p>hi mark,<br />
Nice article.<br />
Due to being new to mvc(maily mvc3) and telerik grid(built for razor) m gettimg some problem in rebinding my grid.<br />
1) My requirements is that &#8220;On select of any item (or onchange event of a dropdownlist)in a dropdownlist i want to repopulate grid with different datasource&#8221;</p>
<p>for eg;<br />
 i have a dropdown containing to values product1 and product 2<br />
for first time load i am keeping dropdowns value as product1 and populated grid with dtProduct1 datasource(could be datatable or anything)</p>
<p>now if i change dropdown to product2 to then i want to perform some action(either client or server side) to get required data in dtProduct2 datasource and  want to bind this new datasource to grid.</p>
<p>How can it be done in MVC3 razor for telerik grid?<br />
Please let me as soon as possible.</p>
<p>Thanks for your precious time.</p>
<p>Vinny&#8230;.Yo! <img src='http://MarkFreedman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: markfreedman.com @ 2012-05-18 09:26:57 -->
