| Dim _window As New Telerik.Web.UI.RadWindow() |
| _window.ID = "Window1" |
| _window.NavigateUrl = "page.aspx" |
| _window.Width = Unit.Pixel(640) |
| _window.Height = Unit.Pixel(480) |
| _window.Title = "title" |
| _window.VisibleOnPageLoad = True |
| _window.Skin = "Vista" |
| _window.OnClientClose = "Refresh();" |
| RadWindowManager1.Windows.Add(_window) |
| <form id="form1" runat="server"> |
| <telerik:RadFormDecorator ID="RadFormDecorator1" Runat="server" /> |
| <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server"> |
| </telerik:RadStyleSheetManager> |
| <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> |
| </telerik:RadScriptManager> |
| <div> |
| <telerik:RadComboBox ID="ddlMembershipType" Runat="server" Skin="Vista"> |
| <Items> |
| <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem1" |
| Value="RadComboBoxItem1" /> |
| <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem2" |
| Value="RadComboBoxItem2" /> |
| <telerik:RadComboBoxItem runat="server" Text="RadComboBoxItem3" |
| Value="RadComboBoxItem3" /> |
| </Items> |
| <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation> |
| </telerik:RadComboBox> |
| </div> |
| </form> |
Hi,
Is it possible to combine components for “ASP.NET AJAX (Prometheus)” with components for “ASP.NET”? We are upgrading the RadControls on a site from “ASP.NET” to “ASP.NET AJAX” but have some difficulties when changing some of the components.
For example we have a “telerik:RadMultiPage” holding a dynamic loaded usercontrol with a “radA:RadAjaxPanel” but when the usercontrol posts back we get this AJAX error:
“Unexpected ajax response was received…”
Hello
am i having a doubt
i am having a normal aspx page which contain a rad grid .on clicking on edit am popuping a new rad window for edit update fuction.after performing the task .i can close the window by GetRadWindow().Close(); on click of save/cancel.
my requirement is to reload the parent page(normal aspx page not rad window) with reload of grid with previous update that we have made in popup (child.this was not happening for
my case.
if any one can help me, please reply as soon as possible
Regards
Mathews
ItemDataBound of Radgrid
in code behind. Could you pls let me know how can i do that.| <telerik:RadTimePicker ID="StartTimePicker" runat="server" Width="150px" Skin="Vista" FocusedDate="2008-06-25" |
| SelectedDate="2008-06-16"> |
| <TimePopupButton CssClass=""></TimePopupButton> |
| <TimeView Skin="Vista"><HeaderTemplate> |
| Time Picker |
| </HeaderTemplate> |
| <TimeTemplate> |
| <a runat="server" href="#" onclick="return false"></a> |
| </TimeTemplate> |
| </TimeView> |
| <DateInput Width="" LabelCssClass="" InvalidStyleDuration="100" Skin="Vista"></DateInput> |
| <Calendar UseRowHeadersAsSelectors="True" UseColumnHeadersAsSelectors="True" Skin="Vista"></Calendar> |
| <DatePopupButton CssClass="" Visible="False"></DatePopupButton> |
| </Telerik:RadTimePicker> |
I am developing an custom FileBrowserContentProvider for the Image Manager dialog of RadEditor and I encounterd some problems :
I am using version 2008.1.415.20 of the RadControls for ASPNET AJAX Q1 2008 and IE6
All of these problems are also present in the demo's on your site (e.g. http://www.telerik.com/DEMOS/ASPNET/Prometheus/Editor/Examples/DBFileBrowserContentProvider/DefaultCS.aspx)
Do you have a sollution or work around for these problems?
Kind regards
Igor De Rycke