Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
94 views
How to use OnTextchanged event in radediter to check the changes.Where and how to call this event?
Rumen
Telerik team
 answered on 19 Jan 2010
4 answers
199 views
We are using the licensed version of Telerik RadControls for ASP.NET AJAX for one of our ASP.NET project. We have some issues while using the telerik that we are unable to fix. Would really appreciate if you can provide us the fix.
1.  We have a Rich Text Column which can be multiline and font can be larger than normal text. We have to adjust the row height accordingly. Is there any option?
2. We are providing multiple broswe support in our application. But in firefox we multiple issues in the grid.
    i   Column wrapping does not work.
    ii   Right border of the grid is missing.
    iii   Width of textboxes is not proper.
    iv   Grid height issues
        (refer attached snapshots for above issues)
Any clue on these issues?

Thanks,
Sushma
sushma lochab
Top achievements
Rank 1
 answered on 19 Jan 2010
1 answer
68 views
Hi,

    I am using Rad editor. I want open a link in a design mode of the editor .Is this possible?
    Currently I think we can open a link in preview mode of editor. I want to open a link in Design mode also.

Thanks.
Rumen
Telerik team
 answered on 19 Jan 2010
2 answers
126 views
Hi,

I have a radgrid on an ajax panel which updates fine when im adding items to it. However I have created Gridbuttoncolumns which when pressed make the ajaxpanel display its loading image but the Grid.ItemCommand event is not being fired.

Is there something I need to do to get this event to fire or even cause a full postback.


thks
bob ter
Top achievements
Rank 1
 answered on 19 Jan 2010
1 answer
247 views
Hi,

I am using two combo boxes on top of my screen and then after user selects his choices he/she will click command button(GET DATA) to get data in radgrid. Initially radgrid is not visbile as it is not binded to any data source. I am binding the grid after button click. After command button(GET DATA) click I am getting data in grid and things are fine until now.

But when I hit edit on any row OR or add new record link in the grid, the grid vanishes. But when i click commnad button(GET DATA), I see grid in edit mode with values in edit row.

Question 1) When I click radgrid edit row link for the first time, Why is the grid going away/refresh/un-bound(cant see grid in screen).

Question 2) DO any one has examples for displaying grid data  as per user selection in combo box. This combo is on screen NOT in grid?

MY WHOLE PROJECT IS STUCK WITH THIS BUG. I appreciate any help ASAP.

thanks and regards
shanker.b 

Shinu
Top achievements
Rank 2
 answered on 19 Jan 2010
1 answer
146 views
Hi

Rad Time picker flickers as mouse hovers the header of the picker.
The date picker is working correctly.
Please find attached screen shots of the flickering images.

1. The screenshot_1 when mouse cursor is over the header of the time picker.

2. The screenshot_2 when mouse cursor is away from the header of the time picker.

3. When mouse is traversed over the header of time picker, the header starts flickering continuously with images of header in the screenshots.

4. I have used the following CSS for time picker.

 

<Quote>

.radTimeTableCss_Vista caption

{

    display: none;   

}

 

.radTimeTableCss_Vista

{

      cursor:default;

      background:#6A737B;

      font:normal 9pt verdana,"segoe ui", arial, verdana, sans-serif;

      color: #FFFFFF;

      border:solid 1px #979797;

      border-collapse:collapse;

}

 

.radTimeTableCss_Vista td

{    

      background:#FFFFFF;

      padding:0;

      margin:0;

}

 

.radHeaderCss_Vista

{

      text-align:center;

      border-bottom: solid 4px #78A22F ;

      padding:7px 0;

}

 

.radTimeTableCss_Vista a

{

      display: block;

    text-align: left;

    text-decoration: none;

      cursor: pointer;

}

 

.radAlternatingItemCss_Vista

{

      /*border-left:1px solid #e3e3e3;

      border-right:1px solid #e3e3e3;*/

}

 

.radItemCss_Vista a,

.radAlternatingItemCss_Vista a,

.radTimeOverCss_Vista a

{

      display:block;

      width:75px;

      height:20px;

      line-height:20px;

      margin-bottom:6px;

}

 

.radItemCss_Vista a,

.radAlternatingItemCss_Vista a

{

      color:#666;

}

 

.radTimeOverCss_Vista a

{    

      color: #6A737B;

      background: #eaf0e1 /*url(Img/radTimeOver.gif) no-repeat */;

}

 

.radTimeTableCss_Vista .radFooterCss_Vista

{

      color: #666;

}

 

 

.radPopupImage_Vista

{    

      position: relative

      *position: inherit;

      outline: none;

}

 

.radPopupImage_Vista img

{

      vertical-align: middle;

      _vertical-align: top; /* IE fix */ 

      margin-left: 8px; /*12 FEBspace between text field and calnedar */

      margin-right: 2px;

      margin-top: -1px; /* IE margins fix */

      _margin-top: 0px;

      border-width: 0px;

}

 

.radDisabled_Vista img

{

       filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);

      -moz-opacity: 0.6;

      opacity: 0.6;

}

</Quote>


How can I stop the flickering, without changing the css content of the header?

--Puneet
Dimo
Telerik team
 answered on 19 Jan 2010
1 answer
111 views
For some reason everything in EI 8 runs a lot slower than other browsers.
For example, when I click on the insert image button the dialog is slow to appear and if I click on that same button again everything freezes.
Are you guys aware of this issue and if so can you point me to a solution?

Thanks a lot guys!
Rumen
Telerik team
 answered on 19 Jan 2010
2 answers
179 views

I have tried the example code for creating a Pageview via the Client API but it does not appear to work.   There are no error messages, the function is being called but the new PageView is not being created.

http://www.telerik.com/help/aspnet-ajax/tab_add-pageviews-client-side.html

My code:

<script> 
   function pageLoad()  
   {              
       var multiPage = $find("<%=RadMultiPage1.ClientID %>");                          
 
       multiPage.trackChanges();  
 
       var pageView = new Telerik.Web.UI.RadPageView();   
       pageView.set_id("myID");       
       multiPage.get_pageViews().add(pageView);             
       pageView.get_element().innerHTML = "PageView1";              
 
       multiPage.commitChanges();  
   }    
</script> 
 
<body> 
    <form id="form1" runat="server">  
    <asp:ScriptManager ID="ScriptManager" runat="server" /> 
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1">  
   <Tabs> 
       <telerik:RadTab runat="server" Text="Root RadTab1">  
       </telerik:RadTab> 
       <telerik:RadTab runat="server" Text="Root RadTab2">  
       </telerik:RadTab> 
       <telerik:RadTab runat="server" Text="Root RadTab3">  
       </telerik:RadTab> 
   </Tabs> 
</telerik:RadTabStrip>      
<telerik:RadMultiPage ID="RadMultiPage1" runat="server">              
</telerik:RadMultiPage>   
    </form> 
</body> 

Damien McCarron
Top achievements
Rank 1
 answered on 19 Jan 2010
2 answers
194 views
Hello!
I have a aspx page like below which has a RadBar Control containing RadTextBoxes, Span tags with ID's and other Labels.
I haven't succeeded to get reference to any of controls mentioned above.

Could someone please tell how to get reference to RadBar's Controls using Javascript,

Cheers Michael

<telerik:RadPageView runat="server" ID="RadPageViewContacts">
<table id="TableYhteystiedot" runat="server" cellpadding="0" cellspacing="0"
  width="100%">                    
   <tr>
     <td>&nbsp;</td>                        
    </tr>                 
   <tr>                   
    <td align="left">                     
      <asp:Button ID="ButtonContacts" runat="server"  width="100px"
         Text='Save Contacts'
         onclick="ButtonSaveContacts_Click" />                  
     </td>                         
        
    Fields here
   
   <telerik:RadPanelBar ID="RadPanelBarPersons" runat="server"
     Skin="Outlook" Width="100%" CausesValidation="False" >
   <CollapseAnimation Type="None" Duration="100" />
   <Items>
   <telerik:RadPanelItem Text='Person info' runat="server"
     Selected="true" PostBack="False" ImageUrl="img/ContactPerson.gif" Value="Items">
   <Items>
   <telerik:RadPanelItem PostBack="False">
   <ItemTemplate>
      <table id="TableContactPerson" runat="server" cellpadding="0" width="100%">                                                                                               
         <tr>
            <td class="ms-formlabel" style="width:185px">
               <asp:Label ID="Label11" CssClass="ms-standardheader" runat="server"
                  Text='SocialSecurityID'>
               </asp:Label>
               <span id="SpanSocSecId" runat="server" class="ms-error">*</span>
            </td>
            <td colspan="4" class="ms-formbody">                          
               <telerik:RadTextBox ID="RadTextBoxSocialSecurity" runat="server" Width="430px"
                 ValidationGroup="CPerson">
               </telerik:RadTextBox>
            </td>              
         </tr>                                                                     
         <tr>
  
         More items
Mike
Top achievements
Rank 1
 answered on 19 Jan 2010
3 answers
118 views
quite simply how would one do this?
specifically we are using the editor to allow people to add smileys to their conversations, but i have noticed that they can be resized which makes everything look really bad if someone were to do this. so how does one stop allowing resizing of images in the red editor? thanks

Rumen
Telerik team
 answered on 19 Jan 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?