Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
244 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
135 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
196 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
231 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
76 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
131 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
3 answers
399 views
I am having a funny problem with one of my RadComboBoxes. It is applied to a skin that it used throughout my website. On all but one page the RadComboBox looks and functions correctly. However on one page, the background behind the select-able items becomes transparent. I also lose the border around the select-able items.

I am wondering as to what may be causing this issue.

This is what the definition looks like.

<telerik:RadComboBox runat="server" ID="ddlRoles" Visible="false" EnableViewState="true"
    AutoPostBack="True" CausesValidation="false" ZIndex="999999">
    <Items>
    </Items>
</telerik:RadComboBox>


I removed the items from my list, but there are 9 items hardcoded into it. Any help is appreciated!
Alexander
Top achievements
Rank 1
 answered on 18 Sep 2014
4 answers
156 views
Hi,
I have a Radgrid with GridDateTimeColumn, when i click on edit the calendar image is not displaying, instead it displays text "the calendar popup." this happens only for the first time when i click edit and when i mouse over the control, the control (textbox and calendar) moves up and the calendar image is displayed. when i cancel and click edit again its works fine.
Sanjana
Top achievements
Rank 1
 answered on 18 Sep 2014
1 answer
147 views
To reproduce the issue, go to the Telerik Basic Filtering Demo.

http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/basic-filtering/defaultcs.aspx

Scroll the page so that the filter icon is near the top of the page. When you click the filter icon the page will scroll. This does not happen in IE. How can I prevent this? I have tried adding "MaintainScrollPositionOnPostback="true" to my page.
Pavlina
Telerik team
 answered on 18 Sep 2014
5 answers
128 views
Hi,

On the silk skin the enable rounded corners fails to work, presumably this is a bug?

What would be the CSS for hiding the rounded corners please?

Regards

Jon
Jon
Top achievements
Rank 1
 answered on 18 Sep 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?