Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
133 views
I was going through Telerik Control and found out that it has ImageGallery Control which takes all the images from a folder and can automatically start SlideShow.

Similarly, I need to show SlideShow of all the Images from a folder when a user clicks on a HyperLink in a popup window. I was using PicLens Lite http://www.stylus.co.za/piclens/ but it doesn't have support of IE 11.

Can it be done?

Thanks
Shinu
Top achievements
Rank 2
 answered on 06 Aug 2014
1 answer
79 views
I have a RadRotator in a div at the bottom of a page in my application. The div can be hidden and shown by the user clicking a button (using jQuery slideToggle). I am using the RadRotator in the CoverFlowButtons mode. The Rotator contains a list of images and also has hidden fields containing certain pertinent data - a timeline value in particular whereby a particular "slide" should be displayed for a certain period of time before moving on to the next one. The user can choose to switch between slides manually and this all functions correctly. I discovered early on that every time the Rotator is "slid" into view (or hidden) the OnClientItemShown event gets fired. I trap the event using a flag so that it doesn't reset the timeline position to the start of that slide every time the user shows or hides the Rotator. Up until a recent Telerik update that has operated perfectly well. Unfortunately, I've applied a couple of updates to my development source recently (applied one only to get another update almost immediately so I applied that as well) before doing some further development work. But now I have found I am having a problem whereby every time the user shows or hides the Rotator the time positioning gets reset and it would appear that this is because the OnClientItemShown event is being fired twice. Can you please investigate and see if there's a problem here - I don't really want to have code round multiple executions of the event?

The code I have in the event gets the current item using the "args.get_item()" method and then performs some further code with data read from the contents of the item but only if my "flag" is not set. While debugging my code I can see that this works perfectly but after I've run on out of the event, it executes the event again which by then has reset my flag so it thinks it is valid to perform the rest of the code.

Any help would be greatly appreciated. I can go back to earlier versions of the Telerik controls if necessary to establish what version the problem started to occur in though I'd prefer not to have to if at all possible.

Thanks and regards

Paul.
Slav
Telerik team
 answered on 06 Aug 2014
3 answers
175 views
In the editor demo, clear the content. Use either <p> or <div> for new lines. Use the link tool to create a simple link. Move the cursor to the end of the link and press 'enter' a couple of times to create new lines. Switch to html view and you will see the link repeated several times, with '&nbsp;' in place of the display text.

You can also see this with the sample content - place the cursor at the end of the 'tons of features' link and press 'enter'. Again, you will see the link repeated.

No problem when using <br> for new lines.

Ianko
Telerik team
 answered on 06 Aug 2014
17 answers
759 views
<telerik:RadComboBox Visible="false" TabIndex="4" Skin="Vista" ID="rcbBarNumber" Runat="server" Width="200px" HighlightTemplatedItems="true" ShowToggleImage="false" EnableOverlay="true" ShowDropDownOnTextboxClick="false" DropDownWidth="350px" MaxLength="20" CausesValidation="false"  AllowCustomText="true" EnableLoadOnDemand="true" ShowWhileLoading="true" EnableScreenBoundaryDetection="false" ExpandDirection="Up" EnableVirtualScrolling="true" ShowMoreResultsBox="true" AutoPostBack="True" OnClientItemsRequested="OnClientItemsRequested" OnClientDropDownOpening="OnClientDropDownOpening" OnItemsRequested="rcbBarNumber_ItemsRequested" OnSelectedIndexChanged="rcbBarNumber_SelectedIndexChanged"  ItemsPerRequest="10" CollapseAnimation-Type="None" MinFilterLength="0">
</telerik:RadComboBox>    
 
<asp:TextBox ID="tbFirmName" ToolTip="Enter Firm Name" runat="server" TabIndex="5" Width="250" MaxLength="70" />
 
<telerik:RadComboBox Visible="false" TabIndex="7" Filter="StartsWith" Skin="Vista" ID="rcbFirstName" runat="server"
AllowCustomText="true" Width="200px" HighlightTemplatedItems="true" ShowToggleImage="false" EnableOverlay="true" ShowDropDownOnTextboxClick="false" DropDownWidth="350px" MaxLength="20" CausesValidation="false" EnableLoadOnDemand="true" ShowWhileLoading="true" EnableScreenBoundaryDetection="false" ExpandDirection="Up" EnableVirtualScrolling="true" ShowMoreResultsBox="true"
AutoPostBack="True" OnClientItemsRequested="OnClientItemsRequested" OnClientDropDownOpening="OnClientDropDownOpening" OnItemsRequested="rcbFirstName_ItemsRequested" OnSelectedIndexChanged="rcbBarNumber_SelectedIndexChanged" ItemsPerRequest="10" CollapseAnimation-Type="None" MinFilterLength="0">                                                           
</telerik:RadComboBox>
                                                        <asp:TextBox ID="tbMiddleName" ToolTip="Enter Middle Name" Width="200px" TabIndex="8" runat="server" MaxLength="20" />
                                                        <asp:TextBox ID="tbLastName" ToolTip="Enter Last Name" Width="200px" TabIndex="9" runat="server" MaxLength="70" />                                                       
                                                        <telerik:RadComboBox Visible="false" Skin="Vista" TabIndex="10" ID="rcbLastName" runat="server"  AllowCustomText="true" Width="200px" Filter="StartsWith" ShowWhileLoading="false" HighlightTemplatedItems="true" ShowToggleImage="false" EnableOverlay="true" ShowDropDownOnTextboxClick="false" DropDownWidth="350px" MaxLength="20" CausesValidation="false"  EnableLoadOnDemand="true" EnableScreenBoundaryDetection="false" ExpandDirection="Up" EnableVirtualScrolling="true" ShowMoreResultsBox="true"
 AutoPostBack="True" OnClientItemsRequested="OnClientItemsRequested" OnClientDropDownOpening="OnClientDropDownOpening" OnItemsRequested="rcbLastName_ItemsRequested" OnSelectedIndexChanged="rcbBarNumber_SelectedIndexChanged"  ItemsPerRequest="10" CollapseAnimation-Type="None" MinFilterLength="0">                                                                                                                          
</telerik:RadComboBox>
                                                        <telerik:RadComboBox ID="rcbSuffix" ToolTip="Enter or Select Suffix" runat="server" TabIndex="12" Skin="Vista" AllowCustomText="true" MaxLength="5" CausesValidation="false"
                                                            EnableLoadOnDemand="true" EnableVirtualScrolling="true"
                                                            DropDownWidth="50" Width="50" />
Shinu
Top achievements
Rank 2
 answered on 06 Aug 2014
1 answer
163 views
Hello All,

We are using the RadEditor with the Image Manager.

In our implementation, we do not want to let the user create new folders or move around the existing folder tree.
They can basically access one folder and one folder only.

While we have that restriction setup, our interface still shows three elements that I would like to HIDE:

(1) New Folder button/icon
(2) Current Path
(3) Browse Folder Tree

(screenshot attached as well for easier reference)

From what I've read online, we should be able to customize this to hide each of those..... which will really help me clean up the interface since these items are just adding confusion.

Can someone please help me with the proper procedure for hiding these three elements?

Thank you very much in advance. I appreciate any assistance!
Ianko
Telerik team
 answered on 06 Aug 2014
13 answers
258 views
Hi,

Is it possible to add multiple x-axis or y-axis in rad chart?

Thanks
Danail Vasilev
Telerik team
 answered on 06 Aug 2014
1 answer
93 views
Hi Guys

I am using Version - 2011.2.915.40
I am having button for Collapse and Expand above RadTreeList
When i hit collapse all node collapses , no issue, after collapse when i click on particular node to open , it is opening all nodes,
My requirement  - i need that particular node to open

but when all in expanded state i can open or close particular node, is this any version conflict or my approach is wrong , if any sample will be great

Please guide me

Senthil
Sentil
Top achievements
Rank 1
 answered on 06 Aug 2014
6 answers
279 views
I have created simple bar charge. 
x Axis has values like 0-6, 6-12, 12-18
for some reasons it is converting 6-12 to date format. 
how can I solve this problem? see attachment. 

using this code. 

<telerik:RadHtmlChart runat="server"  ID="NonAdmitted" >
                        <PlotArea>
                            <Series>
                                    <telerik:ColumnSeries DataFieldY="Total" Name="Test Chart">
                                        <TooltipsAppearance Color="Blue" />
                                    </telerik:ColumnSeries>
                            </Series>
                            <XAxis DataLabelsField="weeksgroup" >
                                    <LabelsAppearance>
                                    </LabelsAppearance>
                                    <TitleAppearance Text="WeeksGroup">
                                    </TitleAppearance>
                            </XAxis>
                            <YAxis>
                                    <TitleAppearance Text="Total">
                                    </TitleAppearance>
                            </YAxis>
                        </PlotArea>
                        <Legend>
                            <Appearance Visible="false" >
                            </Appearance>
                        </Legend>
                        <ChartTitle Text="Incomplete Pathway - Admitted">
                        </ChartTitle>
                    </telerik:RadHtmlChart>




Danail Vasilev
Telerik team
 answered on 06 Aug 2014
3 answers
141 views
Hi 

RadMaskedTextBox doesnt work on mobile andoid browsers.

A user asked the same question two years ago but there was no updated fix.

Has there been a fix for this?

Regards
Grant
Dimitar
Telerik team
 answered on 06 Aug 2014
1 answer
197 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?