﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - Checkbox</title><link>http://www.intersoftsolutions.com/Community/Tags/Checkbox/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Copy paste of row in webgrid not working when webgrid has checkbox column</title><link>http://www.intersoftsolutions.com/Community/Tags/Checkbox/</link><pubDate>Wed, 27 Jul 2016 11:25:33 GMT</pubDate><dc:creator>sjain</dc:creator><category>WebGrid</category><category>Checkbox</category><category>copy paste</category><category>column checkbox</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Copy row from context meny and paste rows from context meny is not working when webgrid has checkbox column iniside webgrid(see screenshot for the webgrid).&lt;/p&gt;&lt;p&gt;Note: &lt;b&gt;when I hide the chechkbox column from webgrid then copy paste is working.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Please reply ASAP.&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Sachin Jain&lt;/p&gt;</description></item><item><title>Changing checkbox value from client side in grid</title><link>http://www.intersoftsolutions.com/Community/Tags/Checkbox/</link><pubDate>Tue, 06 Oct 2015 15:47:23 GMT</pubDate><dc:creator>ravinder</dc:creator><category>Checkbox</category><category>checkbox grid column</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a simple situation wherein, I have Intersoft grid and some editable columns in the grid.&lt;/p&gt;&lt;p&gt;I also have a checkbox column in the grid.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Now, the case is that, if user changes any value(text) in one of my grid columns, then I want my checkbox value to be changed i.e. If the checkbox value is true then It should become false.&lt;/p&gt;&lt;p&gt;Here my sample client side code snippet for that:&lt;/p&gt;&lt;p&gt;var checkboxCell = grid.GetSelectedObject().ToRowObject().GetCells().GetNamedItem("MyCheckboxColumn");&lt;/p&gt;&lt;p&gt;I am able to get the Checkbox cell in the above line.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;checkboxCell&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;.checked = false;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;checkboxCell&lt;/span&gt;&lt;span style="font-size: 10pt;"&gt;.SetValue(false, false);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;I tried both the above options to set the checkbox value, but it does not change the checkbox value.&lt;/p&gt;&lt;p&gt;The server side code to create the checkbox column:&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;MyColumn.ColumnType = ColumnType.CheckBox;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;MyColumn.EditType = EditType.Checkbox;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;MyColumn.FilterEditType = FilterEditType.Checkbox;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I hope this is a simple case which many of us would have already faced. Please let us know if someone knows the solution for this, since this is quite urgent...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I also tried using&amp;nbsp;&lt;/span&gt;IsRowChecker property set as True, but then also it did not work, moreover, I do not want to use IsRowChecker since in the future we may have multiple checkboxes in this grid.&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;Ravinder&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>