﻿<?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 - WebGrid Enterprise - Update panel with WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Update-panel-with-WebGrid/</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>Update panel with WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Update-panel-with-WebGrid/</link><pubDate>Tue, 26 Jan 2010 22:44:17 GMT</pubDate><dc:creator>yudi</dc:creator><category>Update panel with WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I was unable to run your code on my end, so I decided to make my own sample based on your information.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I was unable to repro your issue on my end using the sample I enclose within this post as attachment. Could you please modify my sample so it replicates your issue and send back to us for further investigation?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Another tip that may useful for you is, you can use our WebFileUploader in our community to enclose your attachment rather than copy the code into the message box. This will make the message box easy to read. If you are about to enclose .aspx; or .aspx.cs; or .aspx.vb file type, please ensure that you have archive them into .zip or .rar file type.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Update panel with WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Update-panel-with-WebGrid/</link><pubDate>Tue, 26 Jan 2010 22:18:09 GMT</pubDate><dc:creator>gordont</dc:creator><category>Update panel with WebGrid</category><description>&lt;p&gt;Hi Tenika,&lt;/p&gt;
&lt;p&gt;I noticed that you have created new thread for this issue. We will continue your issue in your &lt;a href="http://www.intersoftpt.com/Community/WebGrid/Problems-with-updatepanel-wrapped-around-webgrid/" target="_blank"&gt;new thread&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Gordon Tumewu&lt;/p&gt;</description></item><item><title>Update panel with WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Update-panel-with-WebGrid/</link><pubDate>Fri, 22 Jan 2010 15:56:19 GMT</pubDate><dc:creator>tlusby</dc:creator><category>Update panel with WebGrid</category><description>&lt;p&gt;I've also tried it with one big panel around my entire page without the trigger and I get two errors (that I click continue through) and then I get data.&lt;/p&gt;</description></item><item><title>Update panel with WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Update-panel-with-WebGrid/</link><pubDate>Fri, 22 Jan 2010 15:26:02 GMT</pubDate><dc:creator>tlusby</dc:creator><category>Update panel with WebGrid</category><description>&lt;p&gt;Actually I have the same problem and I'm using WebGrid 7.0.&lt;/p&gt;
&lt;p&gt;I have a dropdown on the page that will determine what data should be loaded in the page.  &lt;/p&gt;
&lt;p&gt;I have included snippets of code so I could show my approach.  Not sure what I'm doing wrong.  When I remove the UpdatePanels it works fine.&lt;/p&gt;
&lt;p&gt;I have a script manager on the page as well.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; aspx:&lt;br /&gt;&amp;lt;table id="idx4" class="clsBgTable" width="100%" style="PADDING-left: 5px; PADDING-TOP: 5px;display:block;width:100%"  border="1" cellpadding="0" cellspacing="0" &amp;gt;                   &lt;br /&gt;                    &amp;lt;tr&amp;gt;&lt;br /&gt;                        &amp;lt;td style="vertical-align:top; text-align:left;" nowrap="nowrap"&amp;gt;&lt;br /&gt;                             &amp;lt;asp:UpdatePanel ID="UpdatePanel3" runat="server" UpdateMode="Conditional"&amp;gt;&lt;br /&gt;                                &amp;lt;ContentTemplate&amp;gt;&lt;br /&gt;                                    &amp;lt;asp:DropDownList ID="ddlLoadedAccounts" runat="server" &lt;br /&gt;                                        ToolTip="Loaded Accounts" AutoPostBack="True" &lt;br /&gt;                                        onselectedindexchanged="ddlLoadedAccounts_SelectedIndexChanged"&amp;gt;&amp;lt;/asp:DropDownList&amp;gt;&lt;br /&gt;                                    &amp;lt;asp:Button ID="btnDistribute" runat="server" CssClass="clsSmallButton" &lt;br /&gt;                                        Text="DISTRIBUTE ACCOUNT" onclick="btnDistribute_Click" /&amp;gt;&lt;br /&gt;                                    &amp;lt;asp:Button id="btnDistSelected" runat="server" CssClass="clsSmallButton" &lt;br /&gt;                                        Text="DISTRIBUTE SELECTED ASSETS" onclick="btnDistSelected_Click" /&amp;gt;                                                                                                     &lt;br /&gt;                                &amp;lt;/ContentTemplate&amp;gt;&lt;br /&gt;                                &amp;lt;Triggers&amp;gt;&lt;br /&gt;                                    &amp;lt;asp:AsyncPostBackTrigger ControlID="ddlLoadedAccounts" /&amp;gt; &lt;br /&gt;                                &amp;lt;/Triggers&amp;gt; &lt;br /&gt;                            &amp;lt;/asp:UpdatePanel&amp;gt;&lt;br /&gt;                        &amp;lt;/td&amp;gt;&lt;br /&gt;                    &amp;lt;/tr&amp;gt;&lt;br /&gt;                                       &amp;lt;tr&amp;gt;                                    &lt;br /&gt;                              &amp;lt;td&amp;gt;&lt;br /&gt;                                  &amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" UseDefaultStyle="false" &lt;br /&gt;                                          Height="425px" Width="700px" onbatchupdate="WebGrid1_BatchUpdate" &lt;br /&gt;                                          oninitializelayout="WebGrid1_InitializeLayout" onexport="WebGrid1_Export"&amp;gt;&lt;br /&gt;                                      &amp;lt;RootTable DataKeyField="AssetId"&amp;gt;&lt;br /&gt;                                          &amp;lt;Columns&amp;gt;&lt;br /&gt;                                              .&lt;br /&gt;                                              .&lt;br /&gt;                                              .&lt;br /&gt;                                          &amp;lt;/Columns&amp;gt;&lt;br /&gt;                                      &amp;lt;/RootTable&amp;gt;&lt;br /&gt;                                      &amp;lt;LayoutSettings AllowAddNew="No" AllowColumnSizing="Yes" AllowColumnMove="Yes" AllowDelete="No"&lt;br /&gt;                                          AllowEdit="Yes" AllowExport="Yes" AllowFilter="Yes" AllowGrouping="No" AllowSelectColumns="Yes"&lt;br /&gt;                                          AllowSorting="Yes" GridLineColor="#CCCCCC" GridLines="Both" GridLineStyle="Solid"&lt;br /&gt;                                          PagingMode="ClassicPaging" PagingSize="500" AllowBatchUpdate="true" PagingStyleUI="FirstPrevNextLast"&lt;br /&gt;                                          AllowMultipleSelection="No" GroupByBoxVisible="false" HeaderClickAction="SortMulti"&lt;br /&gt;                                          VerboseEditingInformation="true" NewRowLostFocusAction="AlwaysUpdate" FocusNewRowOnLastCell="true"&lt;br /&gt;                                          AllowColumnFreezing="Yes" ApplyFiltersKey="Enter" EditOnClick="True"  AutoHeight="false" AutoWidth="false"&lt;br /&gt;                                          AutoFilterSuggestion="true" PagingExportMode="ExportAllData"  ShowFilterStatus="true"&lt;br /&gt;                                          InProgressUIBehavior="ChangeCursorToHourGlass" ColumnFooters="Yes" &lt;br /&gt;                                          HeaderWrapDefault="true" ColumnFooterAggregateMode="CalculateAllData" &lt;br /&gt;                                          ShowColumnAction="true" PersistRowChecker="True"&amp;gt;&lt;br /&gt;                                              &amp;lt;FreezePaneSettings ShowInContextMenu="true" MaxFrozenColumns="6" /&amp;gt;&lt;br /&gt;                                              &amp;lt;BatchUpdateSettings AllowReviewChanges="True" HighlightChanges="true" PromptUnsavedChanges="true" /&amp;gt;&lt;br /&gt;                                              &amp;lt;ClientSideEvents OnAfterExitEditMode="WebGrid1_OnCellValidate" OnUndoChanges="WebGrid1_OnUndoChanges"&lt;br /&gt;                                                  OnEnterEditMode="WebGrid1_OnEnterEditMode" /&amp;gt;&lt;br /&gt;                                              &amp;lt;EditFocusCellStyle CssClass="EditFocusCellStyle"&amp;gt;&lt;br /&gt;                                              &amp;lt;/EditFocusCellStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;EditTextboxStyle CssClass="EditTextboxStyle"&amp;gt;&lt;br /&gt;                                              &amp;lt;/EditTextboxStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;FrameStyle CssClass="FrameStyle"&amp;gt;&lt;br /&gt;                                              &amp;lt;/FrameStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;GroupByBox&amp;gt;&lt;br /&gt;                                                  &amp;lt;Style CssClass="GroupByBoxStyle"&amp;gt;&lt;br /&gt;                                                      &amp;lt;/Style&amp;gt;&lt;br /&gt;                                                  &amp;lt;LabelStyle CssClass="GroupByBoxLabelStyle" /&amp;gt;&lt;br /&gt;                                              &amp;lt;/GroupByBox&amp;gt;&lt;br /&gt;                                              &amp;lt;GroupRowInfoStyle CssClass="GroupRowInfoStyle"&amp;gt;&lt;br /&gt;                                              &amp;lt;/GroupRowInfoStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;AlternatingRowStyle CssClass="AlternatingRowStyle"&amp;gt;&amp;lt;/AlternatingRowStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;RowStyle CssClass="RowStyle" Wrap="true"&amp;gt;&amp;lt;/RowStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;SelectedRowStyle CssClass="SelectedRowStyle" /&amp;gt;&lt;br /&gt;                                              &amp;lt;HeaderStyle CssClass="HeaderStyle" Wrap="true"&amp;gt;&amp;lt;/HeaderStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;NewRowStyle CssClass="NewRowStyle"&amp;gt;&lt;br /&gt;                                              &amp;lt;/NewRowStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;FooterStyle CssClass="FooterStyle" /&amp;gt;&lt;br /&gt;                                              &amp;lt;StatusBarStyle CssClass="StatusBarStyle"&amp;gt;&lt;br /&gt;                                              &amp;lt;/StatusBarStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;StatusBarCommandStyle&amp;gt;&lt;br /&gt;                                                  &amp;lt;Normal CssClass="StatusBarCommandStyleNormal"&amp;gt;&lt;br /&gt;                                                  &amp;lt;/Normal&amp;gt;&lt;br /&gt;                                                  &amp;lt;Over CssClass="StatusBarCommandStyleOver"&amp;gt;&lt;br /&gt;                                                  &amp;lt;/Over&amp;gt;&lt;br /&gt;                                                  &amp;lt;Active CssClass="StatusBarCommandStyleOver"&amp;gt;&lt;br /&gt;                                                  &amp;lt;/Active&amp;gt;&lt;br /&gt;                                              &amp;lt;/StatusBarCommandStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;HyperlinkStyle CssClass="HyperlinkStyle" /&amp;gt;&lt;br /&gt;                                              &amp;lt;DeletedRowStyle CssClass="DeletedRowStyle"&amp;gt;&lt;br /&gt;                                              &amp;lt;/DeletedRowStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;AddedRowStyle CssClass="AddedRowStyle"&amp;gt;&lt;br /&gt;                                              &amp;lt;/AddedRowStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;FilterRowStyle Wrap="false"&amp;gt;&lt;br /&gt;                                              &amp;lt;/FilterRowStyle&amp;gt;&lt;br /&gt;                                              &amp;lt;SelectedRowStyle BackColor="LightGoldenrodYellow" Font-Bold="true" /&amp;gt;&lt;br /&gt;                                      &amp;lt;/LayoutSettings&amp;gt;&lt;br /&gt;                                  &amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;br /&gt;                                  &amp;lt;ISWebCombo:WebCombo ID="WebCombo1" runat="server" UseDefaultStyle="true" DataTextField="ChildDesc"&lt;br /&gt;                                      DataValueField="ChildValue"&amp;gt;&lt;br /&gt;                                          &amp;lt;IntegrationSettings ControlId="WebTreeView1" ControlType="WebTreeView" Enabled="true" /&amp;gt;&lt;br /&gt;                                  &amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;br /&gt;                                  &amp;lt;ISWebTreeView:WebTreeView ID="WebTreeView1" runat="server" Height="300px" Width="250px" Style="display:none" ExpandedDepth="-1" &amp;gt;&lt;br /&gt;                                      &amp;lt;NodeSettings EnableAnimation="true" /&amp;gt;&lt;br /&gt;                                  &amp;lt;/ISWebTreeView:WebTreeView&amp;gt;&lt;br /&gt;                                  &amp;lt;ISWebCombo:WebCombo ID="wcOrigin" runat="server" UseDefaultStyle="true" DataTextField="description" &lt;br /&gt;                                      DataValueField="value"&amp;gt;&lt;br /&gt;                                          &amp;lt;IntegrationSettings ControlId="WebTreeView3" ControlType="WebTreeView" Enabled="true" /&amp;gt;&lt;br /&gt;                                  &amp;lt;/ISWebCombo:WebCombo&amp;gt;&lt;br /&gt;                                  &amp;lt;ISWebTreeView:WebTreeView ID="WebTreeView3" runat="server" Height="400px" Width="250px"&lt;br /&gt;                                      Style="display: none" DefaultImageHeight="48" DefaultImageWidth="48" ShowLines="False"&amp;gt;&lt;br /&gt;                                     &amp;lt;NodeSettings EnableAnimation="True" /&amp;gt;&lt;br /&gt;                                     &amp;lt;Nodes&amp;gt;&lt;br /&gt;                                         &amp;lt;ISWebTreeView:WebTreeViewNode Name="nodeUSA" Text="USA" Selectable="False"&amp;gt;&lt;br /&gt;                                         &amp;lt;/ISWebTreeView:WebTreeViewNode&amp;gt;&lt;br /&gt;                                         &amp;lt;ISWebTreeView:WebTreeViewNode Name="nodeForeign" Text="Foreign" Selectable="False"&amp;gt;&lt;br /&gt;                                         &amp;lt;/ISWebTreeView:WebTreeViewNode&amp;gt;&lt;br /&gt;                                     &amp;lt;/Nodes&amp;gt;&lt;br /&gt;                                     &amp;lt;ImagesSettings PlusImage="./images/plus.gif" MinusImage="./images/minus.gif" /&amp;gt;&lt;br /&gt;                                      &amp;lt;NodeSettings EnableAnimation="true" /&amp;gt;&lt;br /&gt;                                  &amp;lt;/ISWebTreeView:WebTreeView&amp;gt;&lt;br /&gt;                              &amp;lt;/td&amp;gt;&lt;br /&gt;                    &amp;lt;/tr&amp;gt;&lt;br /&gt;                &amp;lt;/table&amp;gt;&lt;br /&gt;                &lt;br /&gt;code behind:&lt;br /&gt;protected void Page_Load(object sender, EventArgs e)&lt;br /&gt;        {&lt;br /&gt;            thisSession = (clsSession)Session[clsSession.SessionId];&lt;/p&gt;
&lt;p&gt;            if (!IsPostBack)&lt;br /&gt;            {&lt;br /&gt;                GetActionAccounts();&lt;br /&gt;                GetLoadedAccounts();&lt;br /&gt;                lblFTAcctNo.Text = thisSession.Account;&lt;/p&gt;
&lt;p&gt;                //WebGrid1.DataSource = LoadGrid();&lt;br /&gt;                //WebGrid1.DataBind();&lt;br /&gt;            }&lt;br /&gt;            WebGrid1.DataSource = LoadGrid();&lt;br /&gt;     WebGrid1.DataBind();&lt;br /&gt;                 &lt;br /&gt;        }&lt;br /&gt;        &lt;br /&gt;        protected void ddlLoadedAccounts_SelectedIndexChanged(object sender, EventArgs e)&lt;br /&gt;         {&lt;br /&gt;             lblFTAcctNo.Text = ddlLoadedAccounts.SelectedValue;&lt;br /&gt;             lblFTAcctNo.Text = thisSession.Account;&lt;br /&gt;        }&lt;br /&gt;        &lt;br /&gt;        private DataSet LoadGrid()&lt;br /&gt;         {&lt;br /&gt;             returns a dataset to bind and we pass in the ddlLoadedAccounts.Selected selectedvalue to the method...&lt;br /&gt;        }&lt;/p&gt;</description></item><item><title>Update panel with WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Update-panel-with-WebGrid/</link><pubDate>Thu, 21 Jan 2010 02:50:52 GMT</pubDate><dc:creator>yudi</dc:creator><category>Update panel with WebGrid</category><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I’m sorry to inform you that we’re no longer support and provide services for WebGrid.NET 4.0. Our latest version of WebGrid is WebGrid 7.0. The issue doesn’t happen on WebGrid 7.0.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;If you are interesting to evaluate WebGrid 7.0, you can try to download the trial at &lt;a href="http://www.intersoftpt.com/RequestTrial.aspx"&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Update panel with WebGrid</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Update-panel-with-WebGrid/</link><pubDate>Wed, 20 Jan 2010 09:35:35 GMT</pubDate><dc:creator>adawi9@gmail.com</dc:creator><category>Update panel with WebGrid</category><description>&lt;p&gt;Hell all&lt;/p&gt;
&lt;p&gt;I have a webgrid 4.0 and I am using ms Drobdownlist in the same page ,&lt;/p&gt;
&lt;p&gt;this dropdownlist inside update panel &lt;br /&gt;&lt;/p&gt;
&lt;p&gt;but when we change index selection in dropdownlis the whole page postback when it must not do that&lt;/p&gt;
&lt;p&gt;I have remove the webgrid from the page , every thing work normally.&lt;/p&gt;
&lt;p&gt;can you help me please.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>