Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
169 views
I have a telerik RadGrid which has filtering on the first few columns, These columns have fixed position so that they dont scroll horizontally when the rest of the the grid scrolls. on a number of other columns I have column groups. My problem is that when I scroll horizontally the layout of the filter inputs seems to get messed up (see attached images). Any help would be greatly appreciated.


<telerik:RadGrid ID="NaturalPerilsRatesGrid" runat="server" CssClass="RadGrid" AllowSorting="True" AllowPaging="True" AllowCustomPaging="True" 
        PageSize="25" AllowFilteringByColumn="True" OnNeedDataSource="GetNaturalPerilsRates" Width="890px"
        OnItemDataBound="NaturalPerilsRatesGridItemDataBound" ShowFooter="True">
        
        <GroupingSettings CaseSensitive="False" />
        <MasterTableView  AutoGenerateColumns="False" EditMode="PopUp" DataKeyNames="LocationId">
            
             <ColumnGroups>
                <telerik:GridColumnGroup HeaderText="EQ EML" Name="EqEml"></telerik:GridColumnGroup>
                <telerik:GridColumnGroup HeaderText="WS EML" Name="WsEml"></telerik:GridColumnGroup>
                <telerik:GridColumnGroup HeaderText="FL EML" Name="FlEml"></telerik:GridColumnGroup>
    
            </ColumnGroups>

            <Columns>
                <telerik:GridEditCommandColumn UniqueName="ViewNaturalPerilsRatesLink" ButtonType="ImageButton" EditImageUrl="~/images/More_16_Hover.png"/>
                <telerik:GridBoundColumn HeaderText="Id"  DataField="LocationId" UniqueName="LocationId" ShowFilterIcon="False" FilterDelay="500" CurrentFilterFunction="EqualTo" FilterControlWidth="50px"/>
                <telerik:GridBoundColumn HeaderText="Location Name" DataField="LocationName" UniqueName="LocationName" ShowFilterIcon="False" FilterDelay="500" CurrentFilterFunction="Contains"/>
                <telerik:GridBoundColumn HeaderText="Country" FooterText="Totals" DataField="LocationCountry" UniqueName="LocationCountry" ShowFilterIcon="False" FilterDelay="500" CurrentFilterFunction="Contains" />
                <telerik:GridBoundColumn HeaderText="PD TIV" FooterText=" " DataField="InsuredValuesPdRounded" UniqueName="InsuredValuesPd" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False"/>
                <telerik:GridBoundColumn HeaderText="BI RV" FooterText=" " DataField="InsuredValuesBiRounded" UniqueName="InsuredValuesBi" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False"/> 
                <telerik:GridBoundColumn HeaderText="Total TIV" FooterText=" " DataField="InsuredValuesTotalRounded" UniqueName="InsuredValuesTotal" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False"/>
                <telerik:GridBoundColumn HeaderText="MR EQ Zone" DataField="QuakeZone" UniqueName="QuakeZone" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False"/> 
               
                <telerik:GridBoundColumn HeaderText="PD" ColumnGroupName="EqEml"  DataField="QuakeEmlPd" UniqueName="QuakeEmlPd" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" /> 
                <telerik:GridBoundColumn HeaderText="BI" ColumnGroupName="EqEml"  DataField="QuakeEmlBi" UniqueName="QuakeEmlBi" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" /> 
                <telerik:GridBoundColumn HeaderText="Total" ColumnGroupName="EqEml"  DataField="QuakeEmlTotal" UniqueName="QuakeEmlTotal" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" /> 
                
                <telerik:GridBoundColumn HeaderText="EQ Rate" DataField="QuakeRate" UniqueName="QuakeRate" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" /> 
                <telerik:GridBoundColumn HeaderText="EQ Premium" FooterText=" " DataField="QuakePremium" UniqueName="QuakePremium" FilterDelay="500" AllowFiltering="False" />                               
                <telerik:GridBoundColumn HeaderText="MR WS Zone" DataField="WindZone" UniqueName="WindZone" FilterDelay="500" AllowFiltering="False" />
                
                <telerik:GridBoundColumn HeaderText="PD" ColumnGroupName="WsEml" DataField="WindEmlPd" UniqueName="WindEmlPd" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" />              
                <telerik:GridBoundColumn HeaderText="BI" ColumnGroupName="WsEml" DataField="WindEmlBi" UniqueName="WindEmlBi" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" /> 
                <telerik:GridBoundColumn HeaderText="Total" ColumnGroupName="WsEml" DataField="WindEmlTotal" UniqueName="WindEmlTotal" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" /> 
                
                <telerik:GridBoundColumn HeaderText="WS Rate" DataField="WindRate" UniqueName="WindRate" DataFormatString="<nobr>{0}</nobr>" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" />             
                <telerik:GridBoundColumn HeaderText="WS Premium" FooterText=" " DataField="WindPremium" DataFormatString="{0:N2}" UniqueName="WindPremium" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" />            
                <telerik:GridBoundColumn HeaderText="FEMA FL Zone" DataField="FloodZone" UniqueName="FloodZone" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" />            
                

                <telerik:GridBoundColumn HeaderText="FL Rate" DataField="FloodRate" UniqueName="FloodRate" DataFormatString="<nobr>{0}</nobr>" AllowFiltering="False" />   
                <telerik:GridBoundColumn HeaderText="FL Premium" FooterText=" " DataField="FloodPremium" UniqueName="FloodPremium" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" />
                <telerik:GridBoundColumn HeaderText="Total Rate x Exposure" FooterText=" " DataField="TotalRateXExposure" UniqueName="TotalRateXExposure" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" />                                             
                <telerik:GridBoundColumn HeaderText="AAL Allocation" FooterText=" " DataField="AalAllocation" UniqueName="AalAllocation" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" />
                <telerik:GridBoundColumn HeaderText="TOTAL CAT Premium" FooterText=" " DataField="TotalCatPremium" UniqueName="TotalCatPremium" ShowFilterIcon="False" FilterDelay="500" AllowFiltering="False" />

            </Columns>

            <EditFormSettings EditFormType="Template" CaptionFormatString="Natural Perils - Rates" >
                <PopUpSettings Modal="True" Width="720px" Height="750px" ShowCaptionInEditForm="true"/>
                <FormTemplate>
                    <div style="width: 650px; padding-left: 15px;">
                        <label class="popUpLabelTitle" style="width: 600px;">Location Information</label>
                        <div>
                            <div>
                                <asp:Label ID="lblLocationName" runat="server" CssClass="standardLabel200" Text="Location name: "></asp:Label>
                                <asp:Label ID="lblLocationNameValue" runat="server" Text='<%# Bind("LocationName") %>'></asp:Label>
                            </div>

                            <div>
                                <asp:Label ID="lblLocationCountry" runat="server" CssClass="standardLabel200" Text="Country: "></asp:Label>
                                <asp:Label ID="lblLocationCountryValue" runat="server" Text='<%# Bind("LocationCountry") %>'></asp:Label>
                            </div>

                        </div>
                    </div>
                    
                    <div style="width: 650px; padding-left: 15px;">
                        <label class="popUpLabelTitle" style="width: 675px;">Insured Values</label>
                        
                            <div class="left"><div><asp:Label ID="lblInsuredPd" runat="server" CssClass="standardLabel100" Text="PD: "></asp:Label>
                                              <asp:Label ID="lblInsuredPdValue" runat="server" CssClass="autoFormat" Text='<%# Bind("InsuredValuesPd") %>'></asp:Label></div>
                                                </div>
                            <div class="middle"><div><asp:Label ID="lblInsuredBi" runat="server" CssClass="standardLabel100" Text="BI: "></asp:Label>
                                                <asp:Label ID="lblInsuredBiValue" runat="server" CssClass="autoFormat" Text='<%# Bind("InsuredValuesBi") %>'></asp:Label></div>
                                                </div>
                            <div class="right"><div><asp:Label ID="lblTotalInsured" runat="server" CssClass="standardLabel100" Text="Total: "></asp:Label>
                                               <asp:Label ID="lblTotalInsuredValue" runat="server" CssClass="autoFormat" Text='<%# Bind("InsuredValuesTotal") %>'></asp:Label></div>
                                                </div>
                    </div>
                    <div style="width: 650px; padding-left: 15px;">
                        <label class="popUpLabelTitle" style="width: 675px;">Cat Zones</label>
                        
                            <div class="left"><asp:Label ID="lblCatZoneQuake" runat="server" CssClass="standardLabel100" Text="Quake "></asp:Label>
                                              <asp:Label ID="lblCatZoneQuakeValue" runat="server" CssClass="quakeFormatter" Text='<%# Bind("QuakeZone") %>'></asp:Label></div>

                            <div class="middle"><asp:Label ID="lblCatZoneWind" runat="server" CssClass="standardLabel100" Text="Wind "></asp:Label>
                                                <asp:Label ID="lblCatZoneWindValue" runat="server" CssClass="autoFormat" Text='<%# Bind("WindZone") %>'></asp:Label></div>
                            
                            <div class="right"><asp:Label ID="lblCatZoneFlood" runat="server" CssClass="standardLabel100" Text="Flood "></asp:Label>
                                               <asp:Label ID="lblCatZoneFloodValue" runat="server" CssClass="autoFormat" Text='<%# Bind("FloodZone") %>'></asp:Label></div>

                        
                    </div>
                    
                    <div style="width: 650px; padding-left: 15px;">
                        <label class="popUpLabelTitle" style="width: 675px;">Total Base Rates (GU)</label>
                       
                            <div class="left"><asp:Label ID="lblTotalBaseRatesQuake" runat="server" CssClass="standardLabel100" Text="Quake "></asp:Label>
                                              <asp:Label ID="lblTotalBaseRatesQuakeValue" runat="server" CssClass="autoFormat" Text='<%# Bind("QuakeRate") %>'></asp:Label></div>

                            <div class="middle"><asp:Label ID="lblTotalBaseRatesWind" runat="server" CssClass="standardLabel100" Text="Wind "></asp:Label>
                                                <asp:Label ID="lblTotalBaseRatesWindValue" runat="server" CssClass="autoFormat" Text='<%# Bind("WindRate") %>'></asp:Label></div>
                            
                            <div class="right"><asp:Label ID="lblTotalBaseRatesFlood" runat="server" CssClass="standardLabel100" Text="Flood "></asp:Label>
                                               <asp:Label ID="lblTotalBaseRatesFloodValue" runat="server" CssClass="autoFormat" Text='<%# Bind("FloodRate") %>'></asp:Label></div>

                       
                    </div>
                    
                    <fieldset style="width: 650px; padding-left: 10px; padding-right: 10px; padding-top: 20px;">
                        <legend style="width: 210px;">Model Modifiers</legend>
                        <div class="natPerilsRow">
                            <div class="natPerilsGrouping"><asp:Label ID="lblDeductibles" runat="server" Text="Deductibles"/></div>                  
                        </div>
                        <div>
                            <div class="left"><asp:Label ID="lblDeductiblesQuake" runat="server" CssClass="standardLabel100" Text="Quake"/>
                                              <asp:Label ID="lblDeductiblesQuakeValue" runat="server" CssClass="autoFormat" Text='<%# Bind("DeductiblesQuakeValue") %>'/></div>    
                            
                            <div class="middle"><asp:Label ID="lblDeductiblesWind" runat="server" CssClass="standardLabel100" Text="Wind"></asp:Label>
                                                <asp:Label runat="server" ID="lblDeductiblesWindValue" CssClass="autoFormat" Text='<%# Bind("DeductiblesWindValue") %>'></asp:Label></div> 
                            
                            <div class="right"><asp:Label ID="lblDeductiblesFlood" runat="server" CssClass="standardLabel100" Text="Flood"/>
                                               <asp:Label ID="lblDeductiblesFloodValue" runat="server" CssClass="autoFormat" Text='<%# Bind("DeductiblesFloodValue") %>'/></div>
                        </div>

                        <div class="natPerilsRow">
                            <div class="natPerilsGrouping"><asp:Label ID="lblIndemnityPeriod" runat="server" Text="Indemnity Period"/></div>
                        </div>              
                        <div>
                            <div class="left"><asp:Label ID="lblIndemnityQuake" runat="server" CssClass="standardLabel100" Text="Quake"/>
                                              <asp:Label ID="lblIndemnityQuakeValue" runat="server" CssClass="autoFormat" Text='<%# Bind("IndemnityQuakeValue") %>'/></div>    
                            
                            <div class="middle"><asp:Label ID="lblIndemnityWind" runat="server" CssClass="standardLabel100" Text="Wind"></asp:Label>  
                                                <asp:Label runat="server" ID="lblIndemnityWindValue" CssClass="autoFormat" Text='<%# Bind("IndemnityWindValue") %>'></asp:Label></div> 
                            
                            <div class="right"><asp:Label ID="lblIndemnityFlood" runat="server" CssClass="standardLabel100" Text="Flood"/>
                                               <asp:Label ID="lblIndemnityFloodValue" runat="server" CssClass="autoFormat" Text='<%# Bind("IndemnityFloodValue") %>'/></div>
                        </div>
                            
                        <div class="natPerilsRow">
                            <div class="natPerilsGrouping"><asp:Label ID="lblSubLimits" runat="server" Text="Sub-Limits"/></div>
                        </div>              
                        <div>
                            <div class="left"><asp:Label ID="lblSubLimitsQuake" runat="server" CssClass="standardLabel100" Text="Quake"/>
                                              <asp:Label ID="lblSubLimitsQuakeValue" runat="server" CssClass="autoFormat" Text='<%# Bind("SubLimitsQuakeValue") %>'/></div>    
                            
                            <div class="middle"><asp:Label ID="lblSubLimitsWind" runat="server" CssClass="standardLabel100" Text="Wind"></asp:Label>
                                                <asp:Label runat="server" ID="lblSubLimitsWindValue" CssClass="autoFormat" Text='<%# Bind("SubLimitsWindValue") %>'></asp:Label></div> 
                            
                            <div class="right"><asp:Label ID="lblSubLimitsFlood" runat="server" CssClass="standardLabel100" Text="Flood"/>
                                               <asp:Label ID="lblSubLimitsFloodValue" runat="server" CssClass="autoFormat" Text='<%# Bind("SubLimitsFloodValue") %>'/></div>
                        </div>

                    </fieldset>
                    
                    <div style="width: 650px; padding-left: 15px;">
                        <label class="popUpLabelTitle" style="width: 675px;">Rate on Exposure</label>
                        <div>
                            
                            <div class="left">
                                <asp:Label ID="lblExposureRateQuake" runat="server" CssClass="standardLabel100" Text="Quake"></asp:Label>
                                <asp:Label ID="lblExposureRateQuakeValue" runat="server" CssClass="autoFormat" Text='<%# Bind("ExposureRateQuakeValue") %>'></asp:Label>
                            </div>
                            
                            <div class="middle">
                                <asp:Label ID="lblExposureRateWind" runat="server" CssClass="standardLabel100" Text="Wind"></asp:Label>
                                <asp:Label ID="lblExposureRateWindValue" runat="server" CssClass="autoFormat" Text='<%# Bind("ExposureRateWindValue") %>'></asp:Label> 
                            </div>
                            
                            <div class="right">
                                <asp:Label ID="lblExposureRateFlood" runat="server" CssClass="standardLabel100" Text="Flood"></asp:Label>
                                <asp:Label ID="lblExposureRateFloodValue" runat="server" CssClass="autoFormat" Text='<%# Bind("ExposureRateFloodValue") %>'></asp:Label>
                            </div>

                        </div>
                    </div>

                    <fieldset style="width: 320px; padding-left: 10px; padding-right: 10px; padding-top: 20px;">
                        <legend style="width: 210px;">Premium</legend>
                        <div>
                            <div>
                                <asp:Label ID="lblQuakePremium" runat="server" CssClass="standardLabel100" Text="Quake: "></asp:Label>
                                <asp:Label ID="lblQuakePremiumValue" runat="server" CssClass="autoFormat" Text='<%# Bind("QuakePremium") %>'></asp:Label>
                            </div>

                            <div>
                                <asp:Label ID="lblWindPremium" runat="server" CssClass="standardLabel100" Text="Wind: "></asp:Label>
                                <asp:Label ID="lblWindPremiumValue" runat="server" CssClass="autoFormat" Text='<%# Bind("WindPremium") %>'></asp:Label>
                            </div>
                            
                            <div>
                                <asp:Label ID="lblFloodPremium" runat="server" CssClass="standardLabel100" Text="Flood: "></asp:Label>
                                <asp:Label ID="lblFloodPremiumValue" runat="server" CssClass="autoFormat" Text='<%# Bind("FloodPremium") %>'></asp:Label>
                            </div>

                            <div>
                                <asp:Label ID="lblTotalPremium" runat="server" CssClass="standardLabel100" Text="Total: "></asp:Label>
                                <asp:Label ID="lblTotalPremiumValue" runat="server" CssClass="autoFormat" Text='<%# Bind("TotalCatPremium") %>'></asp:Label>
                            </div>
                        </div>
                    </fieldset>
                </FormTemplate>
            </EditFormSettings>
        </MasterTableView>   

         <PagerStyle AlwaysVisible="True" Mode="NextPrevAndNumeric"></PagerStyle>

    <FilterMenu OnClientShown="MenuShowing" />
   
    <ClientSettings>
        <ClientEvents OnFilterMenuShowing="filterMenuShowing" OnGridCreated="GridCreated" OnRowDblClick="RowDblClick" OnPopUpShowing="PopUpShowing">
            
        </ClientEvents>
        <Scrolling AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="true" FrozenColumnsCount="4" />
    </ClientSettings>

    </telerik:RadGrid>
Galin
Telerik team
 answered on 06 Aug 2014
2 answers
137 views

I'm having trouble with the RadListBox on selected index changed. OnSelectedIndexChanged does not fire an event at all and OnClientSelectedIndexChanged gives a JS error.
I'm using the RadListBoxes to move items around as described in http://demos.telerik.com/aspnet-ajax/listbox/examples/overview/defaultcs.aspx#qsf-demo-source
 
But I also need to display information about the single selected item so the user knows if this is the right item to move.  But I'm getting a Error: 'AllGroupsRadListBox_SelectedIndexChanged' is undefined.

<telerik:RadListBox runat="server" ID="AllGroupsRadListBox" Height="200px" Width="200px" AllowTransfer="true" SelectionMode="Single" TransferToID="SharedGroupsRadListBox" OnClientSelectedIndexChanged="AllGroupsRadListBox_SelectedIndexChanged" />
<telerik:RadListBox runat="server" ID="SharedGroupsRadListBox" Height="200px" Width="200px" /><br />
Users in selected group:<br />
<telerik:RadListBox runat="server" ID="UsersRadListBox" Height="200px" Width="200px" />
  
private void FillAllGroups()
{
 BWGroups allGroups = new BWGroups();
 allGroups.GetAllBWGroups();
  
 AllGroupsRadListBox.DataTextField = "BWGroupName";
 AllGroupsRadListBox.DataValueField = "BWGroupID";
 AllGroupsRadListBox.DataSource = allGroups.BWGroupList;
 AllGroupsRadListBox.DataBind();
}
  
protected void AllGroupsRadListBox_SelectedIndexChanged(object sender, EventArgs e)
{
int parseGroupId = -1; Int32.TryParse(AllGroupsRadListBox.SelectedValue.ToString(), out parseGroupId);
BWUsers usersInGroup = new BWUsers();
  
if(parseGroupId > 0)
 usersInGroup.GetActiveBWUsersByGroupID(parseGroupId);
  
UsersRadListBox.DataTextField = "BWGroupName";
UsersRadListBox.DataValueField = "BWGroupID";
UsersRadListBox.DataSource = usersInGroup.BWUserList;
UsersRadListBox.DataBind();
}
Shinu
Top achievements
Rank 2
 answered on 06 Aug 2014
1 answer
161 views
Hi There,

I'm using a rad window to display a pdf in asp.net through navigate URL property. But the tooltip is not working. I have tried using Rad tooltip and Rad Tooltip Manager, But they are not working on the rad window. I have set the target control property and client id property also. Please Help
Shinu
Top achievements
Rank 2
 answered on 06 Aug 2014
3 answers
251 views
I cannot figure out how to apply a Fillstyle to a Bar or Area Series Pragmatically. Also it appears that by default an Area chart does something with the opacity of its chart colors. How and where do I access this property? Any help would be appreciated.
Stamo Gochev
Telerik team
 answered on 06 Aug 2014
7 answers
109 views
I was testing the RadEditor demo you have here

http://demos.telerik.com/aspnet-ajax/editor/examples/rtfexport/defaultcs.aspx

I exported the content from your demo (no changes on my side).
The document created has the line breaks in wrong places, words at the end of the lines are getting split.
Is this a known issue?
I tested it with :
- Google Chorome Version 36.0.1985.125
- IE 11

I tried to attach to this post a doc that has 2KB and I get the message:
The selected file(s) cannot be attached because it may exceed the maximum attachment size (2 MB) or is from not allowed type (allowed: .gif, .jpg, .jpeg, .png).
Ianko
Telerik team
 answered on 06 Aug 2014
9 answers
777 views
Hello,

I am working on a project with a RadGrid.
In the RadGrid, each column has a filter.
The grid has a DetailView.

The requirements of my project are as follows: 
  • All data in rows should not be word wrapped. 
  • Each column’s width should be equal to that column’s content.

The same rules should also apply to DetailView.

Thanks,
Daniel.
Princy
Top achievements
Rank 2
 answered on 06 Aug 2014
3 answers
227 views
Hi

I have a menu with text in it that I need to center align.

Problem is two of the menu items have longer text in them so I need to individually align them to the right,
but I cant do that because it conflicts with the currents css class used for all the menu items.

Grant.
Princy
Top achievements
Rank 2
 answered on 06 Aug 2014
2 answers
109 views
Hi ,

I tried to place my menu inside radsplitter. Everything worked fine if I don't put child menu items. But if I put child menu item, it don't appear even if I hover the mouse over parent item. Below is the code I use. I tried on chrome and mozilla. Both not working. Can anyone help me? And I put the below code inside masterpage. I am using telerik version 2014.1.403.40 


<telerik:RadSplitter ID="MainSplitter" runat="server" Height="100%" Width="99.8%"
    Orientation="Horizontal">
    <telerik:RadPane ID="RadPane1" runat="server" Scrolling="none" Height="50px">
        <telerik:RadMenu ID="settingMenu" runat="server" EnableEmbeddedSkins="false" Width="100%"
            EnableSelection="true" Skin="MySkin">
            <Items>
                <telerik:RadMenuItem runat="server" ImageUrl="~/Images/NEW.png" HoveredImageUrl="~/Images/NEW.png"
                   >
                </telerik:RadMenuItem>
                <telerik:RadMenuItem runat="server" Text="User Account Settings">
                    <GroupSettings ExpandDirection="Down" />
                    <Items>
                        <telerik:RadMenuItem runat="server" NavigateUrl="Acc.aspx" Text="Account">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem runat="server" NavigateUrl="AccessRights.aspx" Text="Access Rights">
                        </telerik:RadMenuItem>
                        <telerik:RadMenuItem runat="server" NavigateUrl="Modules.aspx" Text="Modules">
                        </telerik:RadMenuItem>
                    </Items>
                </telerik:RadMenuItem>
                <telerik:RadMenuItem Text="Plan" NavigateUrl="Schedule.aspx">
                </telerik:RadMenuItem>
                  
            </Items>
        </telerik:RadMenu>
    </telerik:RadPane>
    <telerik:RadPane ID="MainPane" runat="server" Scrolling="none" MinWidth="500">
        <telerik:RadSplitter ID="NestedSplitter" runat="server" LiveResize="true" ResizeMode="EndPane"
            OnClientLoaded="SplitterLoaded">
            <telerik:RadPane ID="LeftPane" runat="server" Width="60" MinWidth="60" MaxWidth="60">
            </telerik:RadPane>
            <telerik:RadSplitBar ID="VerticalSplitBar" runat="server" CollapseMode="Forward"
                BackColor="Red" />
            <telerik:RadPane ID="ContentPane" runat="server" Width="80%" Scrolling="None">
                <telerik:RadSplitter ID="NestedSplitter2" runat="server" LiveResize="true" Orientation="Horizontal">
                    <telerik:RadSplitBar ID="RadsplitbarTop" runat="server" CollapseMode="Forward" />
                    <telerik:RadPane ID="ContentPane2" runat="server" Scrolling="None">
                        <div id="quotescointainer1" class="quotescointainer">
                            <asp:Panel ID="pnlMain" runat="server">
                                <asp:ContentPlaceHolder ID="cphContent" runat="server">
                                </asp:ContentPlaceHolder>
                            </asp:Panel>
                        </div>
                    </telerik:RadPane>
                </telerik:RadSplitter>
            </telerik:RadPane>
        </telerik:RadSplitter>
    </telerik:RadPane>
</telerik:RadSplitter>


Warmest regards,
Ei Wai
Ei Wai
Top achievements
Rank 1
 answered on 06 Aug 2014
20 answers
370 views
Hi,

I'm getting a sharing violation exception when using RadAsyncUpload (version 2010.3.1117.35)  to upload an Excel file which is also open in another window. 

Is there a way to trap or prevent the error?    The exception appears to occur before the client-side events fire, so neither the
OnClientFileUploadFailed   or  OnClientValidationFailed execute.

Thanks in advance for your help,

Randy Hompesch
Top achievements
Rank 1
 answered on 05 Aug 2014
1 answer
126 views
Hi there.

I have a pretty straight forward pivotgrid with 12 columns (months) with a grand total column.

I want another column after the grand total that shows me the monthly average value. i.e. grand total value divided by 12 (the number of PivotGridColumnFields). 

Is this possible?

I saw this thread but the solution would generate a column after each month column which is not what i'm after as described above.
 
Thanks
Chris 
Maria Ilieva
Telerik team
 answered on 05 Aug 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?