Telerik Forums
Community Forums Forum
1 answer
142 views
Hey There,
  I want to subscribe to some "Latest Internal Builds" RSS Feeds, but it seems that they're locked behind my login so Outlook isn't letting me add them.

Any chance those could be opened up?

Steve
Atanas
Telerik team
 answered on 05 Jan 2011
0 answers
165 views
Can i Automate Telerik Rad-controls in QTP10/11?
Please suggest ASAP.

want to automate dropdown in QTP, please check attached screenshot.

Thanks in Advanse.
Sandip Gami
Sandip
Top achievements
Rank 2
 asked on 04 Jan 2011
0 answers
137 views
Hi,

i have in big trouble & bit confused
I am using telerik rad control inside asp:Panel with old version RadTabStrip.Net2, but when i am clicking 3rd tab the tab control is hide.
MyPage:
------------------------------------------------------------------------------
Panel1     |  Panel2
Grid         |  Tab1 | Tab2 | Tab3 | Tab4
                |
                |

When i am clicking Tab3 the Tab coltrol is hide.

But one think if I change AutoPostBack="false" of RadTabStrip then all the tabs are showing correctly. But I need tab click event also.

Please help me asap.


Thanks
Chandan
Chandan Dey
Top achievements
Rank 1
 asked on 03 Jan 2011
0 answers
133 views

hi all
hope you will..
i have problem with RadAsyncUpload in asp.net ajax controls.
i have a web form that contains
1- asp image control 2- RadAsyncUpload contol 3- RadProgressArea 4- RadProgressManager

when i choose image to upload from RadAsyncUpload control i want to display it in the asp image control after the progress done without post back

please help me...
Thanks

Ibrahim
Top achievements
Rank 1
 asked on 01 Jan 2011
1 answer
187 views
Hi Telerik Team,
I have a radgrid and I can't set radgrid height as 100%.Only px is allowed for height.How can I set as radgrid height as 100%?
Waiting for the reply
Dayana

Prangadj
Top achievements
Rank 1
 answered on 30 Dec 2010
7 answers
322 views
Hi,
I'm trying to write code to change my datepicker textbox control date based on selected date in the listbox item.

How do I bind the two together? If I click on "Today" in the listbox, I want my datepicker textbox to update to today's date.

I have attached a image of the ascx page.

Thank you,

Cmc
Carlos
Top achievements
Rank 1
 answered on 27 Dec 2010
1 answer
123 views
Whilst I applaud the brilliant feedback to forum posts by your staff, might I suggest creating a tag that can be switched so that we know the code is made redundant by any future enhancements to the controls to which the forum post relates?

I've spent a lot of time reading the posts...to belatedly read that the staff refer to this example/workaround being "addressed" in an upcoming release.

It would be nice to filter by current products....I know there's some grey area here..just a thought

and again
thankyou

I'm getting my head slowly around prism & your wpf controls
...slowly

be prepared for my own barrage of questions!!

Georgi Tunev
Telerik team
 answered on 23 Dec 2010
1 answer
113 views
I seem to be having an unusual problem.  I am trying to get the Telerik MVC controls to work in an MVC3 application.
I am using Visual Studio 2010 professional.

I have gotten the Telerik code to work, and I am able to output a simple menu.  Everything works as expected, the menu is generated and works and has the correct style applied.  

The problem is that it does not render in the correct position.  It is always the 1st thing displayed on the page.  In fact ALL of the Telerik code that is rendered is output at the begining of the page.  


If I view the html source of the page I will see it start with:
<ul class="t-widget t-reset t-header t-menu" id="myMenu"><li class="t-item t-state-default"><span class="t-link">Parent 1<span class="t-icon t-arrow-down"></span></span><ul class="t-group"><li class="t-item t-state-default"><span class="t-link">Sub 1</span></li></ul></li><li class="t-item t-state-default"><span class="t-link">Parent 2</span></li></ul><link type="text/css" href="/Content/telerik.common.min.css" rel="stylesheet"/>
<link type="text/css" href="/Content/telerik.sitefinity.min.css" rel="stylesheet"/>
<script type="text/javascript" src="/Scripts/2010.3.1110/jquery-1.4.3.min.js"></script>
<script type="text/javascript" src="/Scripts/2010.3.1110/telerik.common.min.js"></script>
<script type="text/javascript" src="/Scripts/2010.3.1110/telerik.menu.min.js"></script>
<script type="text/javascript">
//<![CDATA[
jQuery(document).ready(function(){
jQuery('#myMenu').tMenu();});
//]]>
</script><!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<link href="/Content/Site.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="page">
<div id="header">
<div id="title">
<img src="../../Images/Site/icon_reporting.png" width="85" border="none" style="display:inline;" />
<font size="5">Xpense Reporting</font>
</div>
<div id="logindisplay">
<a id="loginLink" href="/Account/LogOn">
<img src="/Images/Site/icon_lock.png" width="26" /> Click Here To Login
</a>


Am I missing some sort of configuration setting or something?  
Any idea why Telerik outputs the code before the rest of the HTML?

Thanks,
David
Atanas Korchev
Telerik team
 answered on 16 Dec 2010
2 answers
154 views
Hi everyone,

I'm facing the js error, and i didn't identify the reason yet.

<telerik:RadTabStrip MultiPageID="uxMultiPage" ID="uxTabStrip" runat="server" CssClass="TabStrip">
    <Tabs>
        <telerik:RadTab meta:ResourceKey="uxTabA" PageViewID="uxTabA">
        </telerik:RadTab>
        <telerik:RadTab meta:ResourceKey="uxTabB" PageViewID="uxTabB">
        </telerik:RadTab>
        <telerik:RadTab meta:ResourceKey="uxTabC" PageViewID="uxTabC">
        </telerik:RadTab>
    </Tabs>
</telerik:RadTabStrip>

I put 2 RadEditors in uxTabA, some aspx controls to uxTabB, and i put the RadGrid (Classic RadGrid with using AJAX built-in feature inside) - named uxGridSource in uxTabC

I'm using the ImageButton - named uxCmdSave on the CommandItem in uxGridSource .
After clicking the button uxCmdSave, everything is OK, but i'm getting the client error

Line: 310715465
Error: 'this._contentHiddenTextarea.form' is null or not an object

after that, i cannot navigate to any tab (i'm using 3 tabs as described above) on my page.
I think that this error is thrown from RadEditor, but i do not know what the solution is yet.

However, if the page is PostBack fully by any button on the page (not on the RadGrid), this error does not occurs.

Please help me.
Rumen
Telerik team
 answered on 15 Dec 2010
0 answers
124 views
Hi Telerik Gurus,

We are looking for an Telerik guru to work on an exciting ASP.Net project for 2-3 months. MVPs are preferred. To learn more about the project, please visit http://www.isis.org/Pages/zims.aspx.

Interested party please contact wfang@isis.org with your resume.

Thanks,

Wenlei

Founded in 1974, ISIS is an international non-profit organization that provides world-standard zoological data collection and sharing software to more than 800 member zoos, aquariums and related conservation organizations in almost 80 countries. The ISIS global database for the zoological community contains information on 2.4 million animals -- 10,000 species -- and is constantly growing.

ISIS is a network more than 800 zoos, aquariums and related conservation organizations in almost 80 countries that have come together to collaborate and share information on more than 2.6 million animals – many who are endangered or threatened species. Together with other ISIS members around the world, we will use the ISIS computer-based information systems to record and share basic biologic information about our animal collection to enhance our care of the animals in our facilities and to manage our genetic and demographic programs.

ISIS worked with the world zoological community to create the Zoological Information Management System (ZIMS) application; the first real-time, online, global animal management tool. ZIMS will provide uniform, consistent and comprehensive information.

The ZIMS application has been in the making for years. The zoological community began discussing the need for a real-time pooled animal knowledgebase 10 years ago. ISIS developed the ZIMS application through the cooperation of animal care experts worldwide.

Zoos, aquariums and other conservation organizations worldwide will use the ZIMS application to track pertinent information needed by their animal-care staff, including collection management, husbandry, and health and disease history to further enhance local care and international conservation efforts.

The ZIMS application will feed the ISIS central database, which currently includes information on 2.6 million animals – more than 10,000 species. As the more than 800 institutions that belong to ISIS begin to expand their use of electronic records through the ZIMS application, this knowledgebase will greatly expand.

Laura
Top achievements
Rank 1
 asked on 15 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?