Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
90 views

Hi,
I am using RadGrid with NestedViewTemplate inside RadSplitter.
When the grid is in normal mode, the dock button from Radsplitter is working properly.
Please refer to correct.jpg

When I expend the nested template, the dock becomes collapse mode and can’t click the dock button. When I hover menu icon, the RadPane is shown but I cannot able to click the dock button because it is auto collapse. And also can see the blank pane.

Please refer to error.jpg 

Please help me to solve this

 

Thanks in advance.

Yavor
Telerik team
 answered on 12 May 2010
2 answers
127 views

The TabStrip is tied to a MultiPageView control, but I have the TabStrip set to postback on tab click so I can do some other work. When I hover over the tab, I see the URL of the page with "#" on the end down in the browser's status bar. When I click, nothing happens. It never posts back.

The really strange bit about this is that it had been working.

example;- http://localhost:4770/AceSiteManager/ManageProjectGroup.aspx#

it's very urgent plz....
Gajanan
Top achievements
Rank 2
 answered on 12 May 2010
1 answer
157 views
I have tried to preview image before upload but i cannot. i also use code in document but still not.
This Code:

<

 

script type="text/javascript">

 

 

function OnClientFileSelectedHandler(sender, eventArgs)

 

{

 

debugger;

 

 

var input = eventArgs.get_fileInputField();

 

 

//check the extension

 

 

if (sender.isExtensionValid(input.value))

 

{

 

var img = document.getElementById('<%= imgAttach.ClientID %>');

 

 

if (img)

 

{

img.style.visibility =

"";

 

img.src = eventArgs.get_fileInputField().value;

}

}

}

 

</script>
Please hepl me and if can send me a example about this.Thanks

 

Shinu
Top achievements
Rank 2
 answered on 12 May 2010
4 answers
123 views
Hi,

I am using Visual Studio 2008 SP1 on Windows XP Professional SP3.

I have just successfully installed RadControls for ASP.NET AJAX Q1 2010

When i created an ASP.NET Web Application using .NET Framework 3.5 and opened an ASPX file,  the RadControls for ASP.NET AJAX Q1 2010 NET35 doesn't appear on Visual Studio 2008 Toolbox.

The previous version of Telerik which I used (RadControls for ASP.NET AJAX Q3 2009 NET35) does appear on the Toolbox.

Please help.

Regards,
Herman Gouw
Herman Gouw
Top achievements
Rank 1
 answered on 12 May 2010
5 answers
115 views
Hi. We recently upgraded to version 2010.1.415.35 and noticed all of RadWindows have a strange artifact at the top of the window. I have also noticed that the behavior of windows isn't consistent in IE6. It remembers the setting once and then reverts to the what looks like the style of the RadWindowManager. We're only seeing this behavior since upgrading from a 2008 release so maybe it happened somewhere between. I've attached a screen shot and a code snippet below. Thanks.

JS
function openRadWindow() {  
    var oWnd = radopen("update_leave.aspx""rwUpdateLeave");  
    oWnd.Center();  

ASPX
<style="cursor: hand;" onclick="openRadWindow()"><img src="/images/rotator_edit.gif" width="11" height="11" alt="Update your leave status" /></a>  
 
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" Skin="Windows7" VisibleStatusbar="false" DestroyOnClose="true" Animation="Fade" Behaviors="Close, Reload" Style="z-index: 7001;">  
    <Windows> 
        <telerik:RadWindow ID="rwImage" runat="server" Skin="Windows7" NavigateUrl="image.aspx" AutoSize="false" VisibleStatusbar="false" DestroyOnClose="true" Animation="Fade" Behaviors="Close, Reload" Modal="true" Width="625px" Height="387px">  
        </telerik:RadWindow> 
        <telerik:RadWindow ID="rwUpdateLeave" runat="server" Skin="Windows7" NavigateUrl="update_leave.aspx" AutoSize="false" VisibleStatusbar="false" DestroyOnClose="true" Animation="Fade" Behaviors="Close, Reload" Modal="true" Width="400px" Height="400px">  
        </telerik:RadWindow> 
    </Windows> 
</telerik:RadWindowManager> 
Daniel
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 11 May 2010
2 answers
143 views
I am using RadMenu in Sitefinity as the navigation menu. I am curious to know if RadMenu can be configured to support the layout from the attached picture? Any solution?

Cheers,
GiMi
gimi
Top achievements
Rank 1
 answered on 11 May 2010
2 answers
196 views
I posted something last week but the issue went away, and no it is back and I can't figure it out so can someone please take a look?
I have a website that works fine on my development pc but when I deploy it to the webserver I get the following error: BC30456: 'RadAjaxManager1_AjaxRequest' is not a member of 'ASP.default_aspx'.
Here is my Radajaxmanager code on the default.aspx page:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" OnAjaxRequest="RadAjaxManager1_AjaxRequest"      
        DefaultLoadingPanelID="RadAjaxLoadingPanel1">     
        <AjaxSettings>    
            <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">     
                <UpdatedControls>    
                    <telerik:AjaxUpdatedControl ControlID="GrdPoints" LoadingPanelID="RadAjaxLoadingPanel1" />    
                </UpdatedControls>    
            </telerik:AjaxSetting>    
            <telerik:AjaxSetting AjaxControlID="GrdPoints">     
                <UpdatedControls>    
                    <telerik:AjaxUpdatedControl ControlID="GrdPoints" LoadingPanelID="RadAjaxLoadingPanel1" />    
                </UpdatedControls>    
            </telerik:AjaxSetting>    
            <telerik:AjaxSetting AjaxControlID="GrdGroups">     
                <UpdatedControls>    
                    <telerik:AjaxUpdatedControl ControlID="GrdGroups" LoadingPanelID="RadAjaxLoadingPanel1" />    
                </UpdatedControls>    
            </telerik:AjaxSetting>    
            <telerik:AjaxSetting AjaxControlID="GrdThirdParty">     
                <UpdatedControls>    
                    <telerik:AjaxUpdatedControl ControlID="GrdThirdParty" LoadingPanelID="RadAjaxLoadingPanel1" />    
                </UpdatedControls>    
            </telerik:AjaxSetting>    
        </AjaxSettings>    
    </telerik:RadAjaxManager>   
This is the code on the code behind page:
Protected Sub RadAjaxManager1_AjaxRequest(ByVal sender As ObjectByVal e As AjaxRequestEventArgs)     
        Dim values As String = e.Argument     
        Dim array() As String    
        array = values.Split(",")     
        pointsLowerLimit = CInt(array(0))     
        pointsUpperLimit = CInt(array(1))     
        UpdatePointsLimits(pointsLowerLimit, pointsUpperLimit)     
        UpdatePointsHiddenFields(pointsLowerLimit, pointsUpperLimit)     
        For Each item As GridDataItem In GrdPoints.Items     
            Dim pReceipt As Single = CSng(item("percentOfOperationalNominatedForReceiptRole").Text)     
            Dim pDelivery As Single = CSng(item("percentOfOperationalNominatedForDeliveryRole").Text)     
            Dim imgR As Image = TryCast(item.FindControl("receiptPercent"), Image)     
            Dim imgD As Image = TryCast(item.FindControl("deliveryPercent"), Image)     
            imgR.ImageUrl = setIndicatorURL(pointsLowerLimit, pointsUpperLimit, pReceipt)     
            imgD.ImageUrl = setIndicatorURL(pointsLowerLimit, pointsUpperLimit, pDelivery)     
        Next    
    
    End Sub    
 
This is the Javascript that calls the ajaxmanager when a radwindow closes:
function OnClientClose(oWnd, args) {     
             //get the transferred arguments     
             var arg = args.get_argument();     
             if (arg) {     
                 var pointLimits = new Array();     
                 pointLimits[0] = arg.lowerLimit;     
                 pointLimits[1] = arg.upperLimit;     
                 var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");     
                 ajaxManager.ajaxRequest(pointLimits); // invoke ajaxRequest explicitly      
             }     
         }    
 
I would appreciate any help I can get on this to get it to work on the webserver.
Thank you.
Chris LaFrancis
Top achievements
Rank 1
 answered on 11 May 2010
1 answer
82 views
Can you please provide some documentation about how radcontrol works, specially grid? I want to know the answer to the questions like - when we have paging enabled in grid, does it query the database again to load the second page? When we use Multi-Column sorting, how it works?

Thanks.
Schlurk
Top achievements
Rank 2
 answered on 11 May 2010
1 answer
221 views
Trying to get a DropDown on a RadGrid to use multi-select. Is this even possible? This is what I've tried so far:

        <telerik:GridDropDownColumn DataField="txtOfficeID" DataSourceID="dsOffices"   
            HeaderText="Office" ListTextField="Office_Name" ListValueField="Office_ID" 
            SortExpression="txtOfficeID" UniqueName="txtOfficeID"
        </telerik:GridDropDownColumn> 
 
    Protected Sub RadGrid1_ItemCreated(ByVal sender As ObjectByVal e As Telerik.Web.UI.GridItemEventArgs) Handles RadGrid1.ItemCreated 
        If TypeOf e.Item Is GridEditFormItem And e.Item.IsInEditMode Then 
            Dim EditFormItem As GridEditFormItem = CType(e.Item, GridEditFormItem) 
            Dim DropDown As RadComboBox = EditFormItem("txtOfficeID").Controls(0) 
            DropDown.AllowCustomText = True 
            DropDown.AutoCompleteSeparator = "," 
        End If 
    End Sub 
 

Roger McCoy
Top achievements
Rank 1
 answered on 11 May 2010
3 answers
133 views
Hello,

I am using the following code in order to give user the ability to cancel uploading a file, while giving the developer the ability to do more actions:

        $telerik.$(".ruCancel", area.get_element()).click 
        ( 
            function(e)  
            { 
                return CancelUpload(); 
            } 
        );   
 
 
//---------------------- 
 
    function CancelUpload() 
    { 
        area.cancelRequest(); 
        alert('canceled');
        return false;    
    }        


what happens is that the alert is executed, which leads to the assumption that the cancelReuest was also executed, but the browser status bar still shows that the file is under upload !!!!

this only happens when using Chrome.



Genady Sergeev
Telerik team
 answered on 11 May 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?