<?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 on: BlazorGrid – A Reusable Grid Component For Blazor	</title>
	<atom:link href="https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/feed/" rel="self" type="application/rss+xml" />
	<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/</link>
	<description>A .Net hub</description>
	<lastBuildDate>Fri, 07 May 2021 01:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: sandeep pant		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-109262</link>

		<dc:creator><![CDATA[sandeep pant]]></dc:creator>
		<pubDate>Fri, 07 May 2021 01:58:36 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-109262</guid>

					<description><![CDATA[Thanks This helped me a lot!]]></description>
			<content:encoded><![CDATA[<p>Thanks This helped me a lot!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: KameswaraRao		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-104213</link>

		<dc:creator><![CDATA[KameswaraRao]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 14:17:59 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-104213</guid>

					<description><![CDATA[
                
                     Photo 
                     Contact Name 
                     Father Name 
                     View 
                
                
                    
                            
                    
                     @context.ContactName  @context.SurName
                     @context.FatherName.
                    
                        &lt;a&gt; ViewContactDetails(context.ContactID))&quot; title=&quot;View Details&quot;&#062;View&lt;/a&gt;
                    
                
            ]]></description>
			<content:encoded><![CDATA[<p>                     Photo<br />
                     Contact Name<br />
                     Father Name<br />
                     View </p>
<p>                     @context.ContactName  @context.SurName<br />
                     @context.FatherName.</p>
<p>                        <a> ViewContactDetails(context.ContactID))&#8221; title=&#8221;View Details&#8221;&gt;View</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: KameswaraRao		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-104212</link>

		<dc:creator><![CDATA[KameswaraRao]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 14:13:35 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-104212</guid>

					<description><![CDATA[Thank you very much for sharing this excellent article. iam new to blazor and learning stage.

please let me know how to apply filter on this.

I tried below code ... but not working 




                
                     Photo 
                     Contact Name 
                     Father Name 
                     View 
                
                
                    
                            
                    
                     @context.ContactName  @context.SurName
                     @context.FatherName.
                 
                    
                        &lt;a&gt; ViewContactDetails(context.ContactID))&quot; title=&quot;View Details&quot;&#062;View&lt;/a&gt;
                    
                
            

        public void SearchChanged()
        {
            filteredContacts = Contacts.Where(x =&#062; x.ContactName.ToLower().Contains(SearchTerm.ToLower()) &#124;&#124; x.SurName.ToLower().Contains(SearchTerm.ToLower())).ToList();
        }

after entering the value in search text box the method Searchchanged() is calling but not updating the grid.]]></description>
			<content:encoded><![CDATA[<p>Thank you very much for sharing this excellent article. iam new to blazor and learning stage.</p>
<p>please let me know how to apply filter on this.</p>
<p>I tried below code &#8230; but not working </p>
<p>                     Photo<br />
                     Contact Name<br />
                     Father Name<br />
                     View </p>
<p>                     @context.ContactName  @context.SurName<br />
                     @context.FatherName.</p>
<p>                        <a> ViewContactDetails(context.ContactID))&#8221; title=&#8221;View Details&#8221;&gt;View</a></p>
<p>        public void SearchChanged()<br />
        {<br />
            filteredContacts = Contacts.Where(x =&gt; x.ContactName.ToLower().Contains(SearchTerm.ToLower()) || x.SurName.ToLower().Contains(SearchTerm.ToLower())).ToList();<br />
        }</p>
<p>after entering the value in search text box the method Searchchanged() is calling but not updating the grid.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Armando		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-62961</link>

		<dc:creator><![CDATA[Armando]]></dc:creator>
		<pubDate>Thu, 06 Feb 2020 11:10:41 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-62961</guid>

					<description><![CDATA[Very nice explaining and code!
Thank you]]></description>
			<content:encoded><![CDATA[<p>Very nice explaining and code!<br />
Thank you</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-62355</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Mon, 03 Feb 2020 16:05:22 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-62355</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-62274&quot;&gt;Nathan&lt;/a&gt;.

Blazor has changed a lot since i created this component. I don&#039;t think this will work for the older version of Blazor of VS. Currently you need VS 2019 and ASP.NET Core 3.1 to work with Blazor apps.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-62274">Nathan</a>.</p>
<p>Blazor has changed a lot since i created this component. I don&#8217;t think this will work for the older version of Blazor of VS. Currently you need VS 2019 and ASP.NET Core 3.1 to work with Blazor apps.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nathan		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-62274</link>

		<dc:creator><![CDATA[Nathan]]></dc:creator>
		<pubDate>Mon, 03 Feb 2020 08:31:28 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-62274</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-43406&quot;&gt;Ankit Sharma&lt;/a&gt;.

Hi Ankit,
Can I still make it working using the previous edition of Visual Studio and Blazor versions?
Thanks
Nathan]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-43406">Ankit Sharma</a>.</p>
<p>Hi Ankit,<br />
Can I still make it working using the previous edition of Visual Studio and Blazor versions?<br />
Thanks<br />
Nathan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-61501</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Thu, 30 Jan 2020 15:17:34 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-61501</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-61151&quot;&gt;shital&lt;/a&gt;.

This component can be used for Blazor application only. This can not be used with ASP.NET Core application created using Razor pages]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-61151">shital</a>.</p>
<p>This component can be used for Blazor application only. This can not be used with ASP.NET Core application created using Razor pages</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: shital		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-61151</link>

		<dc:creator><![CDATA[shital]]></dc:creator>
		<pubDate>Tue, 28 Jan 2020 18:05:31 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-61151</guid>

					<description><![CDATA[Hi,
Can I use this BlazorGrid component (if it is avaible to download through Nuget) in my asp.net core Razor application?
I am looking for componnet which can provide sorting filtering paging in my razor application using razor pages]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
Can I use this BlazorGrid component (if it is avaible to download through Nuget) in my asp.net core Razor application?<br />
I am looking for componnet which can provide sorting filtering paging in my razor application using razor pages</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tarik		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-43411</link>

		<dc:creator><![CDATA[Tarik]]></dc:creator>
		<pubDate>Mon, 11 Nov 2019 17:18:49 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-43411</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-43406&quot;&gt;Ankit Sharma&lt;/a&gt;.

Please do it.
Thank you very much]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-43406">Ankit Sharma</a>.</p>
<p>Please do it.<br />
Thank you very much</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ankit Sharma		</title>
		<link>https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-43406</link>

		<dc:creator><![CDATA[Ankit Sharma]]></dc:creator>
		<pubDate>Mon, 11 Nov 2019 17:00:54 +0000</pubDate>
		<guid isPermaLink="false">https://ankitsharmablogs.com/?p=2205#comment-43406</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-43382&quot;&gt;Tarik&lt;/a&gt;.

Thanks for reading my article. The latest version of Blazor has some breaking changes. I will soon update this article to latest stable version of Blazor.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://ankitsharmablogs.com/blazorgrid-reusable-grid-component-for-blazor/#comment-43382">Tarik</a>.</p>
<p>Thanks for reading my article. The latest version of Blazor has some breaking changes. I will soon update this article to latest stable version of Blazor.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching 1/22 queries in 0.029 seconds using Disk (Request-wide modification query)

Served from: ankitsharmablogs.com @ 2026-06-23 11:20:15 by W3 Total Cache
-->