﻿<?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 - Button</title><link>http://www.intersoftsolutions.com/Community/Tags/Button/</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>Call server side event on Template Button click from WebGrid</title><link>http://www.intersoftsolutions.com/Community/Tags/Button/</link><pubDate>Sat, 06 Dec 2014 13:08:55 GMT</pubDate><dc:creator>sample4170</dc:creator><category>WebGrid</category><category>Button</category><category>Template</category><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I have a webgrid inside which I have a template column with asp:Button bound. I have bound the WebButton to the template column. I've set the Autopostback true(for both column and button.&lt;/p&gt;&lt;p&gt;Now, the issue is it is getting fullpagepostback but the function event bound is not called upon. After I did this, all the buttons in the page does not fire up the events as well.&lt;/p&gt;&lt;p&gt;Any solutions to both of them? Would like a faster response. Thanks.&lt;/p&gt;</description></item><item><title>Add a Button with Command Binding in Custom Table Cell</title><link>http://www.intersoftsolutions.com/Community/Tags/Button/</link><pubDate>Mon, 17 Nov 2014 05:14:39 GMT</pubDate><dc:creator>martin@intersoftpt.com</dc:creator><category>custom</category><category>cell</category><category>Button</category><category>Crosslight</category><category>command binding</category><category>table</category><description>&lt;p&gt;We have posted a new blog on how you can customize the appearance and presentation of cell template in a table view for iOS by adding a button with command binding. Crosslight has provided techniques that will help you easily customizing the look of your cell template.&lt;/p&gt;&lt;p&gt;Check out the blogpost&amp;nbsp;&lt;a href="http://blog.intersoftpt.com/2014/10/add-a-button-with-command-binding-in-custom-table-cell/" target="_blank"&gt;here&lt;/a&gt;&amp;nbsp;for more how-to detail.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Martin Lie&lt;/p&gt;</description></item><item><title>Button in a column - Creates a null reference exception in prerender</title><link>http://www.intersoftsolutions.com/Community/Tags/Button/</link><pubDate>Fri, 06 Apr 2012 15:42:25 GMT</pubDate><dc:creator>beyti77</dc:creator><category>WebGrid</category><category>column</category><category>PreRender</category><category>Button</category><category>databinding</category><category>null reference</category><description>&lt;p&gt;I have a button in a webgrid as a column and its code like below:&lt;/p&gt;
&lt;p /&gt;&lt;pre&gt;&amp;lt;ISWebGrid:WebGridColumn runat="server" Bound="False" ButtonAutoPostback="true" 
 Width="40px" EditType="NoEdit" ButtonText="qweqwe" DataMember="Id" DefaultValue="0"
 ButtonImage="/Style/Images/tick.png"  ColumnType="ButtonImage" NewRowEditType="NoEdit" 
 ButtonPostbackMode="OnTheFly" Name="Id"&amp;gt;&amp;lt;/ISWebGrid:WebGridColumn&amp;gt;&lt;/pre&gt;
&lt;p&gt; As you can see, I've tried all I can think of but none of them helped me.&lt;/p&gt;
&lt;p&gt;Problem is, when I create a new item in the grid; the item is created successfully but after the creation; a pop-up screen appears and says a null reference exception is occured in the data binding to the webgrid.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;When I remove the column, everything is ok.&lt;/p&gt;
&lt;p&gt;And when I don't remove the column, eventhough it says a null ref exception is occured; after a refreshing the screen; I can see the item is created successfully and including the newly created item, every item is bind into the webgrid.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I would love if anybody could diect me into the right direction.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Info: The binding and the creation is by default and no override is included and linqdatasource is used for the data and given as a DataSourceId="dsSomething" in ascx page.&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>FileUploader</title><link>http://www.intersoftsolutions.com/Community/Tags/Button/</link><pubDate>Thu, 26 May 2011 16:56:20 GMT</pubDate><dc:creator>octavio.ponce</dc:creator><category>Button</category><category>FileUploader</category><category>ButtonUploading</category><description>&lt;p&gt;Hi Guys,&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I'm working with a FileUploader, the question is Could I change the visibility of the button(s)? For example I want to hide the visibility of the "Upload" button, because in some cases the user will not have granted upload files.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Thks in advance&lt;/p&gt;</description></item><item><title>Bugs in Toolbar &amp; Buttons (WPF &amp; Silverlight)</title><link>http://www.intersoftsolutions.com/Community/Tags/Button/</link><pubDate>Thu, 30 Sep 2010 15:28:10 GMT</pubDate><dc:creator>qualco</dc:creator><category>Toolbar</category><category>ClientUI</category><category>Button</category><description>&lt;p&gt;1) First bug is when I have a toolbar button where IsToggleButton=true and IsChecked=true, then unless I move my mouse over the button the selection is not seeing. This seems to work fine on silverlight. This bug applies to all Intersoft buttons with IsToggleButton / IsChecked property.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;2) If I have two toggle buttons with same group name say ButtonA (IsChecked=true) and ButtonB (IsChecked=false), when I click on ButtonB the first time, checked properties between the buttons are not toggled. If I click second time on ButtonB this works as expected. This bug applies to both WPF &amp; Silverlight components.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I am including a small sample project that demonstrates both problems&lt;/p&gt;</description></item></channel></rss>