Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
103 views
I am periodically getting this error after moving to RadControls AJAX from just regular RadControls. I use both the RadEditor and RadUpload/RadProgressArea. I have no objects or elements in my entire project and it looks like the error is coming from the telerik javescript.

Any idea what I could be doing to generate this error?

Thanks,

Matt

----
Firefox 3.0 - FireBug
-

tooltipWindow is null

createCallback()("")Telerik....a33108d14 (line 6)

Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d1.0.61025.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a1f0f78f9-0731-4ae9-b308-56936732ccb8%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%2c+Version%3d2009.1.402.20%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3a9c0131cd-f98d-4fc9-8423-61e8b9111ddc%3a16e4e7cd%3a874f8ea2%3a1569bb5f%3a63b115ed%3adc7e0bd%3ac408cfaa%3af7645509%3a24ee1bba%3a19620875%3a33108d14()()Telerik....a33108d14 (line 1060)

[Break on this error] Function.__typeName="Function";Function....terClass("Sys.UI.Control",Sys.Component)
Lini
Telerik team
 answered on 19 May 2009
2 answers
96 views

Posted 1 hour ago (permalink)

hey all
i have this problem that is killing me ....it was working before and it suddendly stopped..
i have three radgrids in my page with 2 invisible and 1 visible...if i click on the first the next will apear after i change thier select statments in thier consicutive data source according to the selection....
in

the scenario i just explained occurs twice in my project for 2 deferant purposes  in one it is working perfectly in the second asp.net pages it is not...and what is killing me is that it was wokring....


whenever i click on a row a javascript error suggesting that 

sys.invalidoperationexception could not find updatepanel with id 'ctl00_main_ctl00_main1_radgrid3panel' .if it is being updated dynamically then it must be inside another updatepanel 


i dont have a updatepanel or any entity called radgrid3panel....i do have a radgrid3 but no panel....what could possibly have gone wrong
ibrahim
Top achievements
Rank 1
 answered on 19 May 2009
0 answers
58 views
hi
i upgraded from 2008.3.1314 to 2009 q1.402.35
all things is fine but problem is :
in last version all fonts in grids / menus are normal
but when i upgraded to new version ,all my Tahoma fonts is in Bold style and changed my ui appearance.

i am using Outlook & office2007 themes for my menus & grids.
plz tell me how i can correct it.

plz help, tnx.

ehsan
Top achievements
Rank 1
 asked on 19 May 2009
1 answer
185 views
I have a grid that uses the row click command to open a NestedView like so:

If e.CommandName = "RowClick" Then 
            Dim item As GridDataItem = e.Item 
            If item.Expanded = True Then 
                item.Expanded = False 
            Else 
                item.Expanded = True 
            End If 
        End If 

But I also Have a column that I want to display an email address in and have that clickable as well.  When I click it now it still only opens the row instead of redirecting the page like so:

<telerik:GridTemplateColumn DataField="email" HeaderText="Email Address"  
            SortExpression="email" UniqueName="email"
            <ItemTemplate> 
            <href='message_center.aspx?record=<%# Eval("record") %>'><asp:Label ID="emailLabel" runat="server" Text='<%# Eval("email") %>'></asp:Label></a
            </ItemTemplate> 
        </telerik:GridTemplateColumn> 

How can I achieve this?
Shinu
Top achievements
Rank 2
 answered on 19 May 2009
0 answers
49 views
How do i display the current week in the first row of the Monthly view in the Scheduler?
Andrew
Top achievements
Rank 1
 asked on 19 May 2009
1 answer
135 views
Hi,

I have a panelbar and whenever a particular item(say item 2)  is clicked, i need a message box specifying do you want to contiune to redirect to the another page or not.
 Protected Sub RadPanelBar5_ItemClick(ByVal sender As Object, ByVal e As Telerik.Web.UI.RadPanelBarEventArgs) Handles RadPanelBar5.ItemClick  
 
        If TypeOf e.Item.Owner Is RadPanelItem Then  
            Dim parentItem As RadPanelItem = CType(e.Item.Owner, RadPanelItem)  
            Select Case parentItem.Text  
 
                Case "Miscellaneous"  
                   
                    If e.Item.Owner.Items(5).Selected = True Then  
                   'Here i want to display a messagebox using Javascript, if i want to continue. 
                        Response.Redirect("~/MessageforNewVersion.aspx")  
                    End If  
            End Select  
        End If  
 
 
    End Sub 


Shinu
Top achievements
Rank 2
 answered on 19 May 2009
1 answer
98 views
My page has some jscript menus and flash that are not related to radwindow.  
when i add a code to open a window it does not open the width i want properly.  in some other cases it hides my flash ??  when i add the same code in a blank aspx page it works perfectly.    somehow my existing code is affecting or creating a conflict.

is there a way to isolate code?
Georgi Tunev
Telerik team
 answered on 19 May 2009
1 answer
70 views
    hello can we apply the different themes to Rad windos menas to apply color,bakcgroud,designs etc how to apply reply urgent

Martin
Telerik team
 answered on 19 May 2009
1 answer
76 views
Hi,

i  am using RadControls for asp.net ajax,

before that i was using RadControls for asp.net. now i want to upgrade all the pages.

can u give me the source code for grid events and treeview events.

thanks,
Daniel
Telerik team
 answered on 19 May 2009
1 answer
117 views
hello to all expert

                              Good Day! i would like to ask you guys on how am i going to configure the radnumeric textbox that will accept a number starting 5 zero..like for example 000001 and so on, coz when i click my button its automatically convert that format into 1 value only  the other zero is ommitted how can retain that format..? pleae help

sample codes is highly appreciated

thanks to all
Daniel
Telerik team
 answered on 19 May 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?