<?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: Advanced JQX Grid With All Functionality	</title>
	<atom:link href="https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 04 Nov 2020 19:36:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Giulio		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-4240</link>

		<dc:creator><![CDATA[Giulio]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 19:36:53 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-4240</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-4163&quot;&gt;Sibeesh Venu&lt;/a&gt;.

Thanks again!
In the meantime, for instance, I&#039;ve found in the documentation the bind operation for the selected row in a grid, with an example there.
From http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-cells-selection.htm

The following code shows how to subscribe to the &#039;rowselect&#039; and &#039;rowunselect&#039; events:
       
$(&quot;#jqxgrid&quot;).bind(&#039;rowselect&#039;, function (event) {
    var selectedRowIndex = event.args.rowindex;
});
$(&quot;#jqxgrid&quot;).bind(&#039;rowunselect&#039;, function (event) {
    var unselectedRowIndex = event.args.rowindex;
});

By the way, I&#039;ve noticed that jqxgrid is a commercial product and that there is a free jqgrid (and also a sap open source ui among many other similar staff...)

Congratulations for you interesting blog :-)
Bye)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-4163">Sibeesh Venu</a>.</p>
<p>Thanks again!<br />
In the meantime, for instance, I&#8217;ve found in the documentation the bind operation for the selected row in a grid, with an example there.<br />
From <a href="http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-cells-selection.htm" rel="nofollow ugc">http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-cells-selection.htm</a></p>
<p>The following code shows how to subscribe to the &#8216;rowselect&#8217; and &#8216;rowunselect&#8217; events:</p>
<p>$(&#8220;#jqxgrid&#8221;).bind(&#8216;rowselect&#8217;, function (event) {<br />
    var selectedRowIndex = event.args.rowindex;<br />
});<br />
$(&#8220;#jqxgrid&#8221;).bind(&#8216;rowunselect&#8217;, function (event) {<br />
    var unselectedRowIndex = event.args.rowindex;<br />
});</p>
<p>By the way, I&#8217;ve noticed that jqxgrid is a commercial product and that there is a free jqgrid (and also a sap open source ui among many other similar staff&#8230;)</p>
<p>Congratulations for you interesting blog 🙂<br />
Bye)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SibeeshVenu		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-4162</link>

		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 19:27:30 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-4162</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-3999&quot;&gt;Giulio&lt;/a&gt;.

Thanks much for your feedback. Can you please look at few demo here: &lt;a href=&quot;http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm&quot; rel=&quot;nofollow ugc&quot;&gt;jQWidget JQX Demo &lt;/a&gt;?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-3999">Giulio</a>.</p>
<p>Thanks much for your feedback. Can you please look at few demo here: <a href="http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm" rel="nofollow ugc">jQWidget JQX Demo </a>?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sibeesh Venu		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-4163</link>

		<dc:creator><![CDATA[Sibeesh Venu]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 19:27:30 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-4163</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-3999&quot;&gt;Giulio&lt;/a&gt;.

Thanks much for your feedback. Can you please look at few demo here: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm ?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-3999">Giulio</a>.</p>
<p>Thanks much for your feedback. Can you please look at few demo here: <a href="http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm" rel="nofollow ugc">http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm</a> ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Giulio		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-3999</link>

		<dc:creator><![CDATA[Giulio]]></dc:creator>
		<pubDate>Wed, 04 Nov 2020 19:03:16 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-3999</guid>

					<description><![CDATA[Thanks a lot for your post about an advanced plugin for web grids!
I have a couple of questions.)
 1) how would you implement an update/ edit functionality, leveraging the plugin&#039;s features? Is that included in another of your articles?
 2) if you know about desktop .net development and MVVM, what is the web equivalent for the xaml selected item binding? In other words, is there any method to code a reactive button that gets activated when a row of the grid is selected, so that the developer has an elegant method to retrieve the selected values in a class/ object? Could you show an example or a demo about this?
Thank you very much :-)]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot for your post about an advanced plugin for web grids!<br />
I have a couple of questions.)<br />
 1) how would you implement an update/ edit functionality, leveraging the plugin&#8217;s features? Is that included in another of your articles?<br />
 2) if you know about desktop .net development and MVVM, what is the web equivalent for the xaml selected item binding? In other words, is there any method to code a reactive button that gets activated when a row of the grid is selected, so that the developer has an elegant method to retrieve the selected values in a class/ object? Could you show an example or a demo about this?<br />
Thank you very much 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sibeesh Venu		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1317</link>

		<dc:creator><![CDATA[Sibeesh Venu]]></dc:creator>
		<pubDate>Tue, 01 Mar 2016 09:45:00 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-1317</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1316&quot;&gt;Giulio&lt;/a&gt;.

Thank you so much for the information, Much appreciated :) Bye :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1316">Giulio</a>.</p>
<p>Thank you so much for the information, Much appreciated 🙂 Bye 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Giulio		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1316</link>

		<dc:creator><![CDATA[Giulio]]></dc:creator>
		<pubDate>Tue, 01 Mar 2016 09:28:00 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-1316</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1314&quot;&gt;Sibeesh Venu&lt;/a&gt;.

Thanks again!
In the meantime, for instance, I&#039;ve found in the documentation the bind operation for the selected row in a grid, with an example there.
From http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-cells-selection.htm

The following code shows how to subscribe to the &#039;rowselect&#039; and &#039;rowunselect&#039; events:
       
$(&quot;#jqxgrid&quot;).bind(&#039;rowselect&#039;, function (event) {
    var selectedRowIndex = event.args.rowindex;
});
$(&quot;#jqxgrid&quot;).bind(&#039;rowunselect&#039;, function (event) {
    var unselectedRowIndex = event.args.rowindex;
});

By the way, I&#039;ve noticed that jqxgrid is a commercial product and that there is a free jqgrid (and also a sap open source ui among many other similar staff...)

Congratulations for you interesting blog :-)
Bye)
    ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1314">Sibeesh Venu</a>.</p>
<p>Thanks again!<br />
In the meantime, for instance, I&#8217;ve found in the documentation the bind operation for the selected row in a grid, with an example there.<br />
From <a href="http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-cells-selection.htm" rel="nofollow ugc">http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-cells-selection.htm</a></p>
<p>The following code shows how to subscribe to the &#8216;rowselect&#8217; and &#8216;rowunselect&#8217; events:</p>
<p>$(&#8220;#jqxgrid&#8221;).bind(&#8216;rowselect&#8217;, function (event) {<br />
    var selectedRowIndex = event.args.rowindex;<br />
});<br />
$(&#8220;#jqxgrid&#8221;).bind(&#8216;rowunselect&#8217;, function (event) {<br />
    var unselectedRowIndex = event.args.rowindex;<br />
});</p>
<p>By the way, I&#8217;ve noticed that jqxgrid is a commercial product and that there is a free jqgrid (and also a sap open source ui among many other similar staff&#8230;)</p>
<p>Congratulations for you interesting blog 🙂<br />
Bye)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sibeesh Venu		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1314</link>

		<dc:creator><![CDATA[Sibeesh Venu]]></dc:creator>
		<pubDate>Tue, 01 Mar 2016 07:39:00 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-1314</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1308&quot;&gt;Giulio&lt;/a&gt;.

Thanks much for your feedback. Can you please look at few demo here: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm ?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1308">Giulio</a>.</p>
<p>Thanks much for your feedback. Can you please look at few demo here: <a href="http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm" rel="nofollow ugc">http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm</a> ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SibeeshVenu		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1312</link>

		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Tue, 01 Mar 2016 07:36:22 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-1312</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1308&quot;&gt;Giulio&lt;/a&gt;.

Thanks much for your feedback. Can you please look at few demo here: &lt;a href=&quot;http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;jQWidget JQX Demo &lt;/a&gt;?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1308">Giulio</a>.</p>
<p>Thanks much for your feedback. Can you please look at few demo here: <a href="http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/everpresentrowedit.htm" target="_blank" rel="nofollow">jQWidget JQX Demo </a>?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sibeesh Venu		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-4246</link>

		<dc:creator><![CDATA[Sibeesh Venu]]></dc:creator>
		<pubDate>Tue, 01 Mar 2016 04:45:00 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-4246</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-4240&quot;&gt;Giulio&lt;/a&gt;.

Thank you so much for the information, Much appreciated :) Bye :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-4240">Giulio</a>.</p>
<p>Thank you so much for the information, Much appreciated 🙂 Bye 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Giulio		</title>
		<link>https://www.sibeeshpassion.com/advanced-jqx-grid-with-all-functionality/#comment-1308</link>

		<dc:creator><![CDATA[Giulio]]></dc:creator>
		<pubDate>Sun, 28 Feb 2016 19:43:00 +0000</pubDate>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=431#comment-1308</guid>

					<description><![CDATA[Thanks a lot for your post about an advanced plugin for web grids!
I have a couple of questions.)
 1) how would you implement an update/ edit functionality, leveraging the plugin&#039;s features? Is that included in another of your articles?
 2) if you know about desktop .net development and MVVM, what is the web equivalent for the xaml selected item binding? In other words, is there any method to code a reactive button that gets activated when a row of the grid is selected, so that the developer has an elegant method to retrieve the selected values in a class/ object? Could you show an example or a demo about this?
Thank you very much :-)]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot for your post about an advanced plugin for web grids!<br />
I have a couple of questions.)<br />
 1) how would you implement an update/ edit functionality, leveraging the plugin&#8217;s features? Is that included in another of your articles?<br />
 2) if you know about desktop .net development and MVVM, what is the web equivalent for the xaml selected item binding? In other words, is there any method to code a reactive button that gets activated when a row of the grid is selected, so that the developer has an elegant method to retrieve the selected values in a class/ object? Could you show an example or a demo about this?<br />
Thank you very much 🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
