Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
224 views
hi guys.
how can i change Today/Day/Week/Month and Time Line Text?
whit how property i can?
Princy
Top achievements
Rank 2
 answered on 10 Feb 2010
1 answer
211 views
I am trying to use both RadTreeView and RadAjaxManager in the same user control. When i comment out the RadAjaxManager code which has a RadLoadingPanel associated with it the treeview works but does not work in the other case. I am basically trying to show a loading image similar to the spin which is available as default.
Am i missing something?
  <telerik:RadTreeview id="rTreeView" EnableViewState="false" runat="server" ></telerik:RadTreeview>

<telerik:RadAjaxLoadingPanel height="30" width="100" isSticky="true" id="loadingPanel" runat="server" Skin="" style="position:absolute;">
        <asp:Image id="loadingImg" runat="server" ImageUrl="/_layouts/images/factiva/loading.gif" AlternateText="Loading..." BorderWidth="0"></asp:Image>
    </telerik:RadAjaxLoadingPanel>

<telerik:RadAjaxManager ID="rAjaxManager" runat="server">
   <AjaxSettings>
       <telerik:AjaxSetting AjaxControlID="inclBranch">
           <UpdatedControls>
               <telerik:AjaxUpdatedControl ControlID="rTreeView" LoadingPanelID="loadingPanel" />
           </UpdatedControls>
       </telerik:AjaxSetting>
   </AjaxSettings>
</telerik:RadAjaxManager>




Princy
Top achievements
Rank 2
 answered on 10 Feb 2010
1 answer
337 views
Dear Telerik Team

I need a small help regarding disabling/hide delete button in radgrid in all rows except the first row.

Please assist me in this

thanks and regards
Daniel
Telerik team
 answered on 10 Feb 2010
1 answer
87 views
Hello,

I have the attached display problem at the bottom of the
Dialog Window.

Best regards

Alberto
Georgi Tunev
Telerik team
 answered on 10 Feb 2010
2 answers
96 views
HI

what is the fastest option to use caching ? objectdatasource/sqldatasource or manual binding? webservices?

thanks

D
dingen
Top achievements
Rank 1
 answered on 10 Feb 2010
1 answer
128 views
Hi there,

for a MOSS project I added a RadFileExplorer-Control to my page that displays files stored in a document library I get by a custom FileBrowserContentProvider. This works like a charm, nothing to worry about that. But then I spotted a mysterious second file-extension-icon that sometimes occures next to my file-name (see screenshot 1) that has nothing to do with the file-extension of the currently displayed file.

I played around with that, like click and drag the entry and suddenly a third icon appeared and the others changed (see screenshot 2).

I came to the idea, to have a closer look to the html with firebug and added a style="height:300px;" to the surrounding div and et voila, more and more icons appeared (see screenshot 3).

FireBug told me that the css-class for rfeFileExtension pdf is defined in here: WebResource.axd?d=b3d9KT3TqBuE1FD9SKNyXT2yOMamrZGLKYxmjzaeeAijAXRYDX0RFYaiHS8qwuHExhiVcIRdcgI5NO_EvvVf2VTZO99YK11pRwcE3JF8cRV73uF9r8bbqn7JAv-DSDTr0&t=633995773712733758

In that file, all file-extensions do have their own style-class, like you can see here:

.RadFileExplorer .vbs { 
background-position:left -999px !important; 
.RadFileExplorer .css { 
background-position:left -200px !important; 
.RadFileExplorer .txt { 
background-position:left -232px !important; 
.RadFileExplorer .asp { 
background-position:left -264px !important; 


Isn't that a little bit workaround? What, if you have longer file-titles than the RadFileExplorer-Control can display in one line like in my case?

Do you have a quickfix for that issue?

Greetings from Germany,
Ricky Mattischeck
Fiko
Telerik team
 answered on 10 Feb 2010
3 answers
145 views

Folks,

Environment: VS 2008 SP1, RadControls for ASP.NET AJAX Q3 2009, WIN XP SP3, IE7, SQL SERVER 2005.

Based on below post, showimagecs.aspx will be in the same folder as RadUpload in an Ajaxified Grid. But I do not see it there. Only files I see under the folder RadUploadInAjaxifiedGrid are:

a) Default.html b) DefaultCS.aspx c) DefaultCS.aspx.cs d) DefaultVB.aspx e) DefaultVB.aspx.vb .

Am I missing some thing?

http://www.telerik.com/community/forums/aspnet-ajax/upload/using-radupload-in-an-ajaxified-grid-showimagecs-aspx.aspx


Is it possible to upload: a) .doc b) .xls c) .pdf d) .Jpg files from Radupload into SQL 2005 Table and allow users to preview the uploaded files (using double click) from Rad Grid?

In my sql Table, I have a table name call AttachmentFiles with 3 columns:

a) Id Int unique Primary Key
b) File Description Nvarchar (255)
c) Data  (Uploaded file Data).

Any example or a prototype project will be highly appreciated.

Thanks

GC_0620

Genady Sergeev
Telerik team
 answered on 10 Feb 2010
4 answers
102 views
Hi,

I am a new user of Telerik (Still using the evaluation version at the moment, just about to buy licences).

I have one, I guess trivial, problem with the RadComboBox control.  Everywhere it is used in our application, when clicked the list of values appears to the right of the control.  (Please see attached screenshot)

This occurs when the format is auto generated, and also when I code the control manually, eg:

  <telerik:RadComboBox Height="140px" 
                                Width="220px"                                               
                                ID="RadComboBox2" 
                                runat="server" 
                                SelectedValue='<%#Bind("OFFER_STATUS") %>'>
                                 <Items>
                                  <telerik:RadComboBoxItem Text="Active" Value="Active" />
                                  <telerik:RadComboBoxItem Text="Inactive" Value="Inactive" />
                                 </Items>
                            </telerik:RadComboBox>

Could this be a problem in ContentMaster.master, as it happens on every page?  Any hints on how I might debug this would be greatly appreciated.

Thanks!
Kamen Bundev
Telerik team
 answered on 10 Feb 2010
1 answer
107 views
HI all, the content on my rotator is being indent and I do not know how to align it to the left. I have tried css margin and positions but none seem to work. I looked at the code and it has some markup that I do not understand:

<style type="text/css">
   <!--@page { margin: 2cm }P { margin-bottom: 0.21cm }A:link { so-language: zxx }-->
</style>
<ul>
 <li>
    <p style="margin-bottom: 0cm; line-height: 150%;" align="LEFT"><font face="Arial, sans-serif">My Content Is HER</font></p>
 </li>
</ul


Where does that @page stuff come from, and how do I disable it?
Fiko
Telerik team
 answered on 10 Feb 2010
1 answer
90 views
Hi,

I wonder if I can use the Telerik "ASP.NET AJAX library" and the "Ajax Control Toolkit" simultaneously on the same website?

Will there any performance issues ? I mean ; Related to multiples script resources that had to be downloded

Because I like the ExtenderValidator of Ajax Toolkit and this is something that is not present in the library for Telerik.

Best regards
Sebastian
Telerik team
 answered on 10 Feb 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
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
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?