﻿<?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 - custom</title><link>http://www.intersoftsolutions.com/Community/Tags/custom/</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>Add a Button with Command Binding in Custom Table Cell</title><link>http://www.intersoftsolutions.com/Community/Tags/custom/</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>Using the binding Provider to call a custom method on view controller</title><link>http://www.intersoftsolutions.com/Community/Tags/custom/</link><pubDate>Sun, 15 Jun 2014 12:17:28 GMT</pubDate><dc:creator>nick5454</dc:creator><category>custom</category><category>iOS</category><category>bindingprovider</category><category>method</category><description>&lt;p&gt;I have a List binding provider and instead of navigating to another page I want tt pop up an image view.&lt;/p&gt;&lt;p&gt;I have a list with thumbnails and I want to add a custom navigation to enlarge the image and catch a click event to hide the image.&lt;/p&gt;&lt;p&gt;How can I using the BindingProvider add a custom binding to call a method that is part of an interface, this was I can customize the method on each platform. Starting with iOS.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;I assume I use a DelegateCommand that the view model provides to the controller. How does the ViewController grab this command?&lt;br&gt;&lt;/p&gt;</description></item><item><title>Custom Filter issue</title><link>http://www.intersoftsolutions.com/Community/Tags/custom/</link><pubDate>Sun, 05 Dec 2010 20:33:45 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebGrid</category><category>Filter</category><category>issue</category><category>custom</category><description>&lt;p&gt;When Ioading the page,I want to apply &lt;strong&gt;The custom Filter&lt;/strong&gt; in the webgrid2,But it does not work.&lt;/p&gt;
&lt;p&gt;(However,the gridview can apply The custom Filter  )&lt;br /&gt;Could you show me a demo about custom Filter ?&lt;br /&gt;Anyone can help me ?thanks&lt;/p&gt;&lt;strong&gt;Code：&lt;br /&gt;&lt;/strong&gt;&lt;pre&gt;&amp;lt;%@ Page Language="C#" AutoEventWireup="true" CodeFile="Pop1.aspx.cs" Inherits="Pop1" %&amp;gt;

&amp;lt;%@ Register Assembly="ISNet.WebUI.WebGrid" Namespace="ISNet.WebUI.WebGrid" TagPrefix="ISWebGrid" %&amp;gt;
&amp;lt;%@ Register Assembly="ISNet.WebUI.WebDesktop" Namespace="ISNet.WebUI.WebDesktop"
    TagPrefix="ISWebDesktop" %&amp;gt;
&amp;lt;%@ Register Assembly="ISNet.WebUI.WebInput" Namespace="ISNet.WebUI.WebControls"
    TagPrefix="ISWebInput" %&amp;gt;
&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" &amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;
    &amp;lt;table width="375px"&amp;gt;
        &amp;lt;tr&amp;gt;
            &amp;lt;td width="45px"&amp;gt;
                关键字
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                &amp;lt;ISWebInput:WebInput Width="100px" ID="WebInput1" runat="server"&amp;gt;
                &amp;lt;/ISWebInput:WebInput&amp;gt;
                &amp;lt;asp:TextBox ID="TextBox1" runat="server" Text="大"&amp;gt;&amp;lt;/asp:TextBox&amp;gt;
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                &amp;lt;ISWebDesktop:WebButton ID="WebButton2" runat="server" Height="20px" Text="查找" Width="50px"
                    AutoPostback="true" PostBackMode="FlyPostBack"&amp;gt;
                &amp;lt;/ISWebDesktop:WebButton&amp;gt;
                &amp;lt;asp:Button ID="Button1" runat="server" OnClick="Button1_Click1" Text="Button" /&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr&amp;gt;
            &amp;lt;td colspan="3"&amp;gt;
                &amp;lt;ISWebGrid:WebGrid ID="WebGrid2" runat="server" Height="315px" UseDefaultStyle="True"
                    Width="371px" DataSourceID="Sqltb_stock" DefaultStyleMode="Elegant"&amp;gt;
                    &amp;lt;LayoutSettings AlternatingColors="false" AllowContextMenu="False"&amp;gt;
                        &amp;lt;ClientSideEvents OnCellDblClick="DbclickAutoFill()" /&amp;gt;
                        &amp;lt;SelectedRowStyle BackColor="#FFBD69" /&amp;gt;
                    &amp;lt;/LayoutSettings&amp;gt;
                    &amp;lt;RootTable&amp;gt;
                        &amp;lt;Columns&amp;gt;
                            &amp;lt;ISWebGrid:WebGridColumn Caption="tradecode" DataMember="tradecode" Name="tradecode"
                                Width="100px"&amp;gt;
                            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                            &amp;lt;ISWebGrid:WebGridColumn Caption="fullname" DataMember="fullname" Name="fullname"
                                Width="100px"&amp;gt;
                            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                            &amp;lt;ISWebGrid:WebGridColumn Caption="unit" DataMember="unit" Name="unit" Width="100px"&amp;gt;
                            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                            &amp;lt;ISWebGrid:WebGridColumn Caption="qty" DataMember="qty" DataType="System.Double"
                                Name="qty" Width="100px"&amp;gt;
                            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                            &amp;lt;ISWebGrid:WebGridColumn Caption="averageprice" DataMember="averageprice" DataType="System.Double"
                                Name="averageprice" Width="100px"&amp;gt;
                            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
                        &amp;lt;/Columns&amp;gt;
                    &amp;lt;/RootTable&amp;gt;
                &amp;lt;/ISWebGrid:WebGrid&amp;gt;
                &amp;lt;asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="Sqltb_stock"&amp;gt;
                    &amp;lt;Columns&amp;gt;
                        &amp;lt;asp:BoundField DataField="tradecode" HeaderText="tradecode" SortExpression="tradecode" /&amp;gt;
                        &amp;lt;asp:BoundField DataField="fullname" HeaderText="fullname" SortExpression="fullname" /&amp;gt;
                        &amp;lt;asp:BoundField DataField="unit" HeaderText="unit" SortExpression="unit" /&amp;gt;
                        &amp;lt;asp:BoundField DataField="qty" HeaderText="qty" SortExpression="qty" /&amp;gt;
                        &amp;lt;asp:BoundField DataField="averageprice" HeaderText="averageprice" SortExpression="averageprice" /&amp;gt;
                    &amp;lt;/Columns&amp;gt;
                &amp;lt;/asp:GridView&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
    &amp;lt;asp:SqlDataSource ID="Sqltb_stock" runat="server" FilterExpression="fullname Like '%{0}%'"
        ConnectionString="&amp;lt;%$ ConnectionStrings:db_CMSConnectionString %&amp;gt;" SelectCommand="SELECT [tradecode], [fullname], [unit], [qty], [averageprice] FROM [tb_stock]"&amp;gt;
        &amp;lt;FilterParameters&amp;gt;
            &amp;lt;asp:ControlParameter ControlID="TextBox1" ConvertEmptyStringToNull="False" Name="fullname"
                PropertyName="Text" /&amp;gt;
        &amp;lt;/FilterParameters&amp;gt;
    &amp;lt;/asp:SqlDataSource&amp;gt;
    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
</description></item><item><title>Custom Column issue</title><link>http://www.intersoftsolutions.com/Community/Tags/custom/</link><pubDate>Mon, 29 Nov 2010 04:06:12 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>WebGrid</category><category>column</category><category>custom</category><description>&lt;p&gt;please See the picture below.&lt;/p&gt;
&lt;p&gt;After  webgrid executing init event, how can I custom  Cloum "Total",make&lt;br /&gt;&lt;strong&gt;Total=count*Unitprice&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (it&amp;nbsp; seems&amp;nbsp;like "Sql statement").&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Anyone can answer me?&lt;br /&gt;thank you!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>custom AggregateFunction issue</title><link>http://www.intersoftsolutions.com/Community/Tags/custom/</link><pubDate>Wed, 01 Sep 2010 05:15:04 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>issue</category><category>custom</category><category>AggregateFunction</category><description>
&lt;p&gt;&lt;strong&gt;how can i achieve the function like the picture below:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;that is &lt;strong&gt;count sum3&lt;/strong&gt;  &lt;/p&gt;</description></item></channel></rss>