Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
145 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
116 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
102 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
222 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
98 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
146 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
641 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
36 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
1 answer
99 views
Hi,

I was wondering if it is possible to select multiple items from a combobox in one field of an insert on a grid, and once the Insert button is clicked, it parses out the items in that combobox into different records but with the same information on the other fields.
Please look at the attachment for an example. I am working in vb.net
Shinu
Top achievements
Rank 2
 answered on 09 Apr 2013
1 answer
108 views
Hi,

Using JavaScript, How to set the NavigateUrl property of RadWindow in a RadButton Click?

Thanks,
Dona
Princy
Top achievements
Rank 2
 answered on 09 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?