Hi:
I use RadWizard and create 10 WizadStep, each step content 10 textbox, how can I get all of textbox value when I press finish ?

Hi,
I have implemented SessionTimeOut exactly as shown in the example http://www.telerik.com/forums/demo-for-session-timeout-is-confusing
However, I need the TimeOut notification to appear only on the home page, the default page after logging in. When the user clicks on a grid view row on the home page, which sets the sessions etc and navigates to various other pages, the timeout should not appear.
For this, I am setting the ShowInterval to Session.Timeout - 1 on page load and setting it to 0 on click of the gridview row.
However, the timeout notification is always showing after the time out ie., the timer is always ticking in the background.
Any suggestions are highly appreciated.
Thank you.
Hi
I wish my mp4 file can play on RedMediaPlayer. but, when I load mp4 file, it no response. Is my file format wrong or too big?

Hi:
<telerik:RadSkinManager ID="RadSkinManager1" runat="server" ShowChooser="true" OnLoad="RadSkinManager1_Load" OnInit="RadSkinManager1_Init" />
it will generate a RadCombox at page, the RadCombox content several skin name, but it English, I want rename these skin name in local language, hwo can I do ?
(Version 2016.3.1027)
1. I need the RadWizard show in Vertical, I try this, but not work no matter any render mode
2. Why Telerik want hide "Orientation" property ? I'm type the property directly, the code complete will not show " Orientation " property
<telerik:RadWizard ID="RadWizard1" runat="server" Orientation="Vertical">
<WizardSteps>
<telerik:RadWizardStep ID="RadWizardStep1" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep2" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep3" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep4" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep5" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep6" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep7" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep8" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep9" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep10" runat="server">
</telerik:RadWizardStep>
<telerik:RadWizardStep ID="RadWizardStep11" runat="server">
</telerik:RadWizardStep>
</WizardSteps>
</telerik:RadWizard>
Trying to use the Bubble Type layer on a map.
Have successfully downloaded the urban-areas.json file using the WebServiceDataSourceSettings inside the RadClientDataSource and referencing the appropriate ClientDataSourceID in the MapLayer referencing the Bubble type.
I am trying to duplicate generating the GeoJason data, not from a file, but, from vb.net code behind using <WebServiceDataSourceSettings Select-DataType="JSON" Select-RequestType="POST" Select-ContentType="application/json" ServiceType="GeoJSON" Select-Url="testHeatMap.aspx/jsonsalesdata"></WebServiceDataSourceSettings>, where testHeatMap.asxp/jsonsalesdata is a public function that produces the same formatted json text.
While using the sample urban-areas.json file inside the RadClientDataSource produces the correct bubbles, not matter what I try in the code behind to produce the same json string, my Bubble layer will not render.
Any ideas or suggestions or examples?
Thanks.

Hi,
I have a RadHtmlChart with dynamic data binding and DateTime values on the x-axis.
I'd like to put a Navigator under the chart, and I know that that is possible only if property Layout = "Stock".
But when I set this value on the Layout property, the chart appears very approximate, and almost impossible to read (example images attached).
Why is this happening? Is there a way to show the chart with every value or, at least, reduce the amount of this approximation?
Thank you.
Hi. i would like to find out if there is an cleaner and easier way for the file extension validation other than using AllowedFileExtension.
As the allowed file extension is alot and i only want to block extension like exe, sql, bat. is there any way to achieve this?
i want the validation to automatically fired like when used with the AllowedFileExtension
