Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
94 views
We use RadComboBox with On Demand service. Is it possible to enter text and select the first match on the server? Something like: Combo.SelectFirstMatchByText('...').

Or: how can we select an item on the server, when we have a unique value (the webservice would always return one or no item), without having all kinds of custom code with DataBind etc.
Dimitar Terziev
Telerik team
 answered on 19 Sep 2014
1 answer
124 views
Hi,

On this page:

http://www.telerik.com/help/aspnet-ajax/panelbar-add-templates-runtime.html

when deploying the first VB.NET sample I get error:

Compiler Error Message: BC30205: End of statement expected.

On this line

Line 22: Class TextBoxTemplate Implements ITemplate

I am trying to implement this in a Masterpage environment.
Any ideas?

Marc
Boyan Dimitrov
Telerik team
 answered on 19 Sep 2014
3 answers
135 views
Hi,

I am having an issue in Firefox 15.0.1 when trying to use a larger font in a menu control, I have tried four skins so far and they all show this behavior.  I am using version 2012.2.815.35 of ASP.NET AJAX Controls

I need to use a 12pt font in the menu and when I set the font size to 12pt the last item in two of the subnavigation menus is wrapping and displaying underneath the first option.  The skin I used in the example image is Simple but I have tried this with WebBlue, Default and Windows7 as well.  They all do this in Firefox 15.0.1.  I originally saw this in a new project we are doing but in the sample I only have a control on the page.  The style below is what I am using to size the font.

From what I can tell, you can't go up size on the font any more than just a couple of pixels before it breaks down.  I could use some information on how to resolve this issue.

<style type="text/css">
    .RadMenu_Simple .rmText { font-size: 12pt !important; } 
</style>

Boyan Dimitrov
Telerik team
 answered on 19 Sep 2014
4 answers
186 views

How do you prevent the entry portion from resizing vertically when you add entries.  I would like it to overflow to the right and allow the user to scroll over.

Here's what I've tried:  (RadAutoCompleteBoxPopup is class applied to control)

.RadAutoCompleteBoxPopup .racInput { overflowscroll !importantmax-height25px !important; }



I would also like to be able to style the tokens as a whole.  Is this possible?

Bozhidar
Telerik team
 answered on 19 Sep 2014
3 answers
227 views
i have 3 questions:

How can i fix the canvas size in RadImageEditor?
How can i hardcode target path in client side to save edited image on that path?
Can i set image size , resolution , pixel depth while saving my edited image?

Early response will be appriciated.
thanks in advance.
Vessy
Telerik team
 answered on 19 Sep 2014
1 answer
125 views
Hi,

Is it possible to disable auto complete selection event for inactive records only and on selection of inactive record, auto complete popup should not close?

Thank You
Zakir
Bozhidar
Telerik team
 answered on 19 Sep 2014
1 answer
195 views
Hi ,

I am using RadScheduler with telerik version 2013.3.1324.35.  I bind the appointments with employee resource. I need to limit the DayStartTime and  DayEndTime of timeline view per resource. I tried adding start and end time for Timeline view but it is only for whole scheduler. I need it to set by each resource. Is there any possible ways to do that? Thanks in advance.

Thank you.

Best regards,
Ei Wai
Plamen
Telerik team
 answered on 19 Sep 2014
6 answers
225 views
I am trying to use the biff format for excel as I do not get the goofy MS error when opening the sheet right away, however when using the biff format the headers do not show, how can I get the headers to show in the export to excel file?


<telerik:RadGrid ID="myRadGrid" runat="server" Width="98%" BorderWidth="1px" CellPadding="6" GridLines="None" BorderColor="#404040" Skin="Web20">
<ExportSettings ExportOnlyData="true" IgnorePaging="true" OpenInNewWindow="true" FileName="Inventory" Excel-Format="Biff" ></ExportSettings>










Kostadin
Telerik team
 answered on 19 Sep 2014
2 answers
68 views
Using the following CSS to make the width the same for all the input boxes in RadSocialShare Email Popup Window:
.rfdTextbox.RadForm input[type='text'].rfdDecorated,   .rfdTextbox.RadForm input[type='search'].rfdDecorated,   .rfdTextbox.RadForm input[type='url'].rfdDecorated, .rfdTextbox.RadForm input[type='tel'].rfdDecorated, .rfdTextbox.RadForm input[type='email'].rfdDecorated {
  width: 240px!important;
  }

However the CSS is also changing the size of another Radcaptcha input box on the underlying page.
I can't figure out the CSS to only include the RadSocialShare?

Any help would be greatly appreciated.
Glenn
Top achievements
Rank 1
 answered on 18 Sep 2014
2 answers
125 views
I'm trying to export a radgridview to Excel.  When I was using regular paging, everything was working fine but since I switched to virtual paging, I can only export the current page to excel instead of the entire grid's contents.  I've added the following code to the ItemCommand handler:
case RadGrid.ExportToExcelCommandName:
                {
                    rgResult.PageSize = rgResult.MasterTableView.VirtualItemCount;
                    rgResult.ExportSettings.ExportOnlyData = true;
                    rgResult.ExportSettings.IgnorePaging = true;
                    rgResult.ExportSettings.OpenInNewWindow = true;                     
                    rgResult.MasterTableView.ExportToExcel();
                }
                break;
This causes an "System.ArgumentOutOfRangeException" exception when trying to set the page size equal to the grid's virtual item count. Probably because the VirtualItemCount is equal to 0.

Thanks!
Tom
Top achievements
Rank 1
 answered on 18 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?