Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
53 views
Team,

In our application, we use  RadAjaxPanel control. When we open that application in IE6 events are triggering Immediately.
But it is not happened in IE7 & IE8. We are using RadControls for ASP.NET AJAX Q2 2009 SP1.
Kindly solve this issue.

Thanks
Rajesh N.
Pavlina
Telerik team
 answered on 30 Apr 2010
1 answer
125 views
Hi, I have a radgrid with a GridDropDownColumn and when i'm going to export to excel shows in the report the codes(ListValueField) and i need the description (ListTextField) how  can i do this without converting a template column... thx

Daniel
Telerik team
 answered on 30 Apr 2010
1 answer
101 views
I have a Hierarchy that is 3 levels deep.  I need any item that has children to be able to expand or navigate to a page.  Is this possible with the RadPanelBar control?  Right now it seems that only children with no children of their own can navigate to a page.  Is this by design?
Yana
Telerik team
 answered on 30 Apr 2010
0 answers
105 views
I'm using radasynupload control. When I select a file the file is uploaded to the temp folder, but its showing a postback in browser, but the page is not being postbacked. File attached
kollam2003
Top achievements
Rank 1
 asked on 30 Apr 2010
1 answer
109 views
When our users edits a text in a Telerik field and for example use the table editor the window junps to the top of the screen when they click the Ok button. What is the reason for this, and what can we do to avoid it?

We are using RadEditorMOSS 5.0.1
Stanimir
Telerik team
 answered on 30 Apr 2010
1 answer
192 views
hi guys

how i can set empty message to Filter?
my column is Template column

tnx
Princy
Top achievements
Rank 2
 answered on 30 Apr 2010
1 answer
161 views
Dear Telerik Team,

I have a page with RadGrid control which has some bound columns and GridButton column which is for delete (having inner) item in grid. Open a popup when click on command item link button and it has a tabstrip which has three tabs. In third tab we have a grid which has to ask radconfirm on OnClient event when click on Generate command item Link button. If OK it has to fire event and do some operation. I tried with all the ways from the articles,forum and documentation source but i didn't. At last i tried with the below script which is working fine but i am unable to fire Delete in Grid.

<script language="javascript" type="text/javascript">     
        var oldConfirm = radconfirm;        
        window.radconfirm = function(text, mozEvent, oWidth, oHeight, callerObj, oTitle)        
        {        
            var ev = mozEvent ? mozEvent : window.event; //Moz support requires passing the event argument manually        
            //Cancel the event        
            ev.cancelBubble = true;        
            ev.returnValue = false;        
            if (ev.stopPropagation) ev.stopPropagation();        
            if (ev.preventDefault) ev.preventDefault();        
                    
            //Determine who is the caller        
            var callerObj = ev.srcElement ? ev.srcElement : ev.target;        
       
            //Call the original radconfirm and pass it all necessary parameters        
            if (callerObj)         
            {        
                //Show the confirm, then when it is closing, if returned value was true, automatically call the caller's click method again.        
                var callBackFn = function (arg)        
                {                   
                    if (arg)        
                    {                   
                        callerObj["onclick"] = "";                  
                        if (callerObj.click) callerObj.click(); //Works fine every time in IE, but does not work for links in Moz        
                        else if (callerObj.tagName == "A") //We assume it is a link button!        
                        {                                                               
                            try       
                            {        
                                eval(callerObj.href)        
                            }        
                            catch(e){}        
                        }        
                    }        
                }        
    
                oldConfirm(text, callBackFn, oWidth, oHeight, callerObj, oTitle);      
            }        
            return false;        
        }       
    </script>   
Can you please go through this issue and give me a better solution.
Georgi Tunev
Telerik team
 answered on 30 Apr 2010
2 answers
243 views
I have a asp.net 3.5 web application and I use a lot of telerik controls in the application. 

The web application runs with no problem on asp.net 3.5, but after I converted it to asp.net 4.0, it compiles with no problem, at run-time, I get such errors

  1. ASP.NET Ajax client-side framework failed to load.
  2. 'Sys' is undefined
  3. 'Telerik' is undefined

1 comes from

<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>

in the generated html source.

I see that someone else has exactly the same problem at http://forums.asp.net/p/1486516/3512204.aspx#3512204

So, it seems to me that telerik controls are not compatible with asp.net 4.0.  Could your team please give me a solution to this problem? Thank you. 
Sebastian
Telerik team
 answered on 30 Apr 2010
1 answer
80 views
Dear All,

I've planned to use Linq2SQL for building my data access component and for a requirement, i've selected RadGrid as it provides out-of-box features like grouping, filtering, sorting & hierarchical displays with no code. In order to achieve this i being forced to use SQL Data binding components instead of using Linq2SQL statements. So is there a way to acheive all the above mentioned features using Linq2SQL?

Cheers,
sathish
Nikolay Rusev
Telerik team
 answered on 30 Apr 2010
3 answers
391 views
Hi,
I am have radcombobox with checkbox items. I have javascript functions on the item chekbox check event. But if i click on the item it is getting selected. Actually i don need that feature. I need to perform the same checkbox check event even when the item clicked. Pls suggest me the better way of doing it.

Thanks,
Nimmi
Veronica
Telerik team
 answered on 30 Apr 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?