Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
118 views
I am wondering if I can have a RadAsyncUpload control in an iframe and a dropzone in the parent document? If so, how should I wire them up?

See attached for detailed illustration.
Bozhidar
Telerik team
 answered on 09 Apr 2013
1 answer
77 views
Hi Telerik,

We have a serious issue after upgrading your Telerik version.
Image Button in the previous version there is no issue while mouse hover. In the new version the image is missing while mouse hover state.
Misho
Telerik team
 answered on 09 Apr 2013
1 answer
147 views
Dear Telerik Support Team,

I am reaching out to you to seek your assistance in regards to RadGridView.

The issue is that I can edit a row after the second trial. When the row is double-clicked for the first time to update, it allows me to use edit-textbox to edit. However, the number in the cell will remain the same. From the second time to try updating, it works. In other words, I can update the cells in RadGridView after double-cliking on a row from the second time.

Simply, I copied the sample code available on your website and pasted it to a .ascx file in a new sharepoint empty project. (the code is available at  http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editondblclick/defaultcs.aspx )

In ascx, 
The changes I made to the original code is the columns and DataSource that refer to my own data in my DB.
Also I removed the below lines, as one script is only allowed in a page.
<telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
I also removed  <form id="form1" runat="server"></form>

It would be highly appreciated if you could help me with this issue.

Best regards,

Marin
Telerik team
 answered on 09 Apr 2013
1 answer
119 views
Dear Telerik Support Team,

I am reaching out to you to seek your assistance in regards to RadGridView.

The issue is that I can edit a row after the second trial. When the row is double-clicked for the first time to update, it allows me to use edit-textbox to edit. However, the number in the cell will remain the same. From the second time to try updating, it works. In other words, I can update the cells in RadGridView after double-cliking on a row from the second time.

Simply, I copied the sample code available on your website and pasted it to a .ascx file in a new sharepoint empty project. (the code is available at  http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/editondblclick/defaultcs.aspx )

In ascx, 
The changes I made to the original code is the columns and DataSource that refer to my own data in my DB.
Also I removed the below lines, as one script is only allowed in a page.
<telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
I also removed  <form id="form1" runat="server"></form>

It would be highly appreciated if you could help me with this issue.

Best regards,

Marin
Telerik team
 answered on 09 Apr 2013
1 answer
114 views
Hi

I am not well versed in java script. From client click of a RadButton, How to delete all the tokens in a Autocompletebox.

Thankyou,
Sameer
Princy
Top achievements
Rank 2
 answered on 09 Apr 2013
1 answer
234 views
I have a RadAsyncUpload in repeater. The problem is that when the upload button is clicked (which is in the same row of the repeater), there is no file uploaded after the postback. my code is:

protected void rptAttendeeHeadShot_ItemDataBound(object sender, RepeaterItemEventArgs e)
    {
...
RadAsyncUpload fileUploadHeadShot = (RadAsyncUpload)e.Item.FindControl("fileUploadHeadShot");
fileUploadHeadShot.ID = "fileUploadHeadShot_" + (e.Item.ItemIndex + 1);
fileUploadHeadShot.ClientIDMode = ClientIDMode.Static;
...
}

protected void rptAttendeeHeadShot_ItemCommand(object source, RepeaterCommandEventArgs e)
    {
...
RadAsyncUpload fileUploadHeadShot = (RadAsyncUpload)e.Item.FindControl("fileUploadHeadShot");
string[] validExtensions = { ".jpg", ".jpeg", ".png", ".gif", ".bmp" };
                if (fileUploadHeadShot.UploadedFiles.Count > 0)
                {
}
...
}

and in the repeater:
<telerik:RadAsyncUpload ID="fileUploadHeadShot" runat="server" MultipleFileSelection="Disabled"
                                            MaxFileInputsCount="1" HttpHandlerUrl="~/CustomHandler.ashx" MaxFileSize="52428801"
                                            OnClientFilesUploaded="headShotOnchange" OnClientFileUploadRemoved="headShotOnRemove"
                                            >
                                        </telerik:RadAsyncUpload>
Peter Filipov
Telerik team
 answered on 09 Apr 2013
1 answer
105 views
Hi All,

I have Grid with country column here i need to apply filter for this column and also i need to make that filter as Combo Box.
How to bind data for that but not static data.How to implement this?

Thanks in Advance..!
Princy
Top achievements
Rank 2
 answered on 09 Apr 2013
4 answers
160 views
I have a radgrid and it has dynamically added columns using following code. I have phone number column and I want to apply dataformatstring for this column but it is not getting reflected. What is that I am missing here?

GridBoundColumn boundColumn1 = new GridBoundColumn();
RadGrid1.MasterTableView.Columns.Add(boundColumn1);
boundColumn1.ItemStyle.Wrap = false;
boundColumn1.DataField = "PhoneNumber";
boundColumn1.UniqueName = "PhoneNumber";
boundColumn1.SortExpression = "PhoneNumber";
boundColumn1.HeaderText = "Phone Number";
boundColumn1.AllowFiltering = AllowFiltering;
boundColumn1.ShowFilterIcon = false;
boundColumn1.AutoPostBackOnFilter = true;
boundColumn1.DataFormatString = "{0:(###)###-###}";

Please help

Thank you
Andrey
Telerik team
 answered on 09 Apr 2013
1 answer
652 views
Hi

Is there any property available to display the RadCaptcha after two invalid login attempt? My requirement is that the user needs to undergo a captcha validation after entering an invalid username/password two times. Please help.

Thank you,
Shahi.
Princy
Top achievements
Rank 2
 answered on 09 Apr 2013
1 answer
38 views
Some time ago we purchased asp.net ajax v2012.2.912.40. 

Does this version include area charts?

Thanks.
Yavor
Telerik team
 answered on 09 Apr 2013
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?