Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
723 views
Hi,

we have attached a javascript function in Onclientblur event of a Radcombobox.
if there is new value selected in the combo, the javascript function will run and it will increase the progressbar and set the focus to display button.
this is working fine if i change the value in the combo and click any where on the screen.
but if i press tab from the combo ,the focus is going away from the display button.
when i debug my javascript,i have been redircted to a telerik dll in the following section

else

 

{if(d===Telerik.Web.UI.Keys.Tab){if(this.get_dropDownVisible()){this._hideDropDown(f)

 

}

this._raiseClientBlur(f);

 

this

 

._selectItemOnBlur(f);

 

this

 

._focused=false;

 

return


if i select some value in combo and click out side i am getting in to the following code in telerik dll

if

 

(this._focused){this._raiseClientBlur(c);

 

this

 

._selectItemOnBlur(c);

 

this

 

._focused=false;
the second one works fine and the focus is on display button.if i wont click out side and just press the tab the focus is going away from the display button.

please let me know what went wrong and what i should do to set the focus on the button if i press tab from radcombobox.
thanks,
Bharathwajan

 

Simon
Telerik team
 answered on 17 Nov 2009
6 answers
296 views
I created a new skin and just set everything to Transparent.  Everything works great in Firefox, but in IE7 i get a white background.  After looking though the elements, through the developer toolbar, i see that an IFRAME has its background set to white.  I have tried many things and looked and looked but could not find a why to get it to work correctly in IE7.

Any help would be greatly appreciated.

Andrew
Rick Gipson
Top achievements
Rank 2
 answered on 17 Nov 2009
1 answer
185 views
Hi,

I have a radgrid that I use the PDFExport() to export the data to a PDF. Great!

I set a filename with French accents, example VÀèn (Changed to this on export - VÉ - when running ExportToPdf()).

The issue I have is that my application sets the filename correctly, but when the pdfexport method runs it encodes the filename, special characters, making the filename wrong when a user saves the pdf. We set the filename to be the name of the grid, which makes sense, so it's important that the pdfexport respects the french accents, especially since our clients are sensitive to having proper accents for French.

I'm not sure if there is a solution or this is something to look into for a new release. Has this been addressed?

A simple test is to run the ExportToPdf() on a grid and assign a filename with some french accents. for example.

MyGrid.ExportSettings.FileName = "VÀèn";
MyGrid.MasterTableView.ExportToPdf();

Thanks very much for assistance and consideration -- its really appreciated.
Daniel
Telerik team
 answered on 17 Nov 2009
3 answers
87 views
I have two drop zones  and have implemented code to make a copy of a dock when dcragged into a zone, but I am having trouble keeping the original dock in its original zone. Instead of having the dock appear in both both copies appear in the destination zone.
Thanks
Gareth
Top achievements
Rank 1
 answered on 17 Nov 2009
1 answer
169 views
In precedent release Q2 2009 I've been implemented the client code shown in this example:

http://www.telerik.com/support/kb/aspnet-ajax/editor/using-the-image-and-document-managers-outside-radeditor.aspx

With Q3 2009 there's a javascript error for "object required" on this line of code:

var args = new Telerik.Web.UI.EditorCommandEventArgs("DocumentManager", null, document.createElement("a"));

Anybody get solution?
Many thanks
Luigi Gaeta
Rumen
Telerik team
 answered on 17 Nov 2009
1 answer
126 views
Hi

Please find the attached tabstrip image file.  I would like to customize tabstrip similar to the image in the file.   Notice, I need to add a text on right side of the tab strip. 

Let me know if it is possible to achieve.

Thanks
Manish
Peter
Telerik team
 answered on 17 Nov 2009
2 answers
139 views
We've upgraded to the 2009Q2 with the the 826 service pack. For some reason, we are now noticing that since we have list-style-image property set for list items, it is appearing in our panel bars, combo boxes (and I'm sure other areas that I haven't determined yet). I am using IE 7 if that helps at all.

Is there a fix for this, preferably one that can be applied globally since we don't really want to go into each page that has one of these controls and put some code into it.
Paul
Telerik team
 answered on 17 Nov 2009
4 answers
127 views
When I use a template for my dropdown I get a right-alignment on the selected item.

The dropdown is a width of 158px but the dropdown width is 300px to show 2 columns per my template. If I choose an item it will only show "xt wrapping...  but why??" instead of "This is a problem with te"

Anyone know whats going on here?


      <telerik:RadComboBox DataTextField="NAME" DataValueField="ORGANIZATION_ID" ID="cboLeadComp" runat="server" CollapseDelay="100" DropDownWidth="300px" Font-Size="Small"
        HighlightTemplatedItems="True" MarkFirstMatch="True" TabIndex="7" ToolTip="Lead Component"
        Width="158px" EnableLoadOnDemand="True">
        <Items>
          <telerik:RadComboBoxItem Text="This is a problem with text wrapping...  but why??" />
          <telerik:RadComboBoxItem Text="This is a probfas with text wrapping...  but why??" />
        
        </Items>       
        <ItemTemplate>
          <table style="width: 100%" border="0" cellpadding="0" cellspacing="0">
            <tr style="height: 5px">
              <td style="width: 50px; height: 5px;text-align:left">
              <%#DataBinder.Eval(Container.DataItem, "Name")%>
              </td> 
              <td nowrap style="height: 5px;text-align:left">
              <%#DataBinder.Eval(Container.DataItem, "Description")%>
              </td>                       
            </tr>
          </table>
        </ItemTemplate>
        <HeaderTemplate>
          <table style="width: 100%">
            <tr>
              <td style="width: 50px; height: 5px; font-weight: bold;text-align:left">
                Name</td>
              <td style="height: 5px; font-weight: bold;text-align:left">
                Description</td>
            </tr>
          </table>
        </HeaderTemplate>
      </telerik:RadComboBox>
Yana
Telerik team
 answered on 17 Nov 2009
3 answers
108 views
I have use master page and content page in my project where 
I have opened RadWindow popup from content page .
But the popUp size is limiting to content page only but i want the popUp should open 
by overLaping master page and content page as well in short it should get overlap on full page.
How to overcome this problem using telerik radWindow.
Georgi Tunev
Telerik team
 answered on 17 Nov 2009
3 answers
231 views

Hi, I have run into following problem.

I've got following layout for chart parts (from the top to bottom):
Title - on the top
Legend - below the title
Plot area - below the legend

I've changed the height of chart and turned the AutoLayout option turned on.
It turned out that for greater chart's height values lots of empty space between the Legend and the Plot area appears.

This reminded me that there is a margin set on the plot's area, so I've changed it from 15% to 0 pixels.

But this didn't help at all. It still happens that while increasing the chart's height - gap between the Legend and the plot area grows despite I removed all the margins. The margin I've just cleared is not taken into account at all for some reason.

Is there a way to have the chart rescaled verticaly to large height values, while not having this strange margin between the Plot area and the Legend.

Giuseppe
Telerik team
 answered on 17 Nov 2009
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?