Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
98 views
hi 

telerik version 2010.1.519.35

we are using radgrid control in our project , is it fully supported by Chrome ,Safari(windows,mac),Mobile and firefox browsers?

if you want upgrade which version is compatible to our requirement ? is it supported by framework 3.5?

Regards
Srikanth


Konstantin Dikov
Telerik team
 answered on 08 May 2014
2 answers
144 views
Hi,

Is there a way i can add a File to the AsyncUpload without it really uploading the file? ok, that sounds weird but here is why.
i have a page that allow you to upload file and process them into our cloud. If the file does not reside in the cloud, then it naturally gets "uploaded".
however if you are inside our cloud, you might want to process the file...like share etc. since the file was already uploaded, all you really need to do is process the action on the given file.

so, in this case our page detects that the file is already uploaded and we therefore want to just add the existing file to the list.  We want to continue using this AsyncUpload component just in case the users also wants to add new files to the list that are not uploaded.

anyone know of a way to add the file to a list without it performing the upload?


Plamen
Telerik team
 answered on 08 May 2014
2 answers
244 views
Hi guys,

I have been trying to disable focus in the handle when I press tab or shift tab, because my control is readonly, I cannot click that is working, but if I press tab from another control to slider the handle focus and i can use arrows up down left and right of my keyboard.

I tried to set IsTabStop = true, but didn't work. I just want to ignore the control when press tab key going to the next control that is not readonly.

Is that possible? Disable the handler when readonly.

I attached a file that have 3 slider, notice that the control in the middle is readonly, but is focus when I pressed tab key.
Ianko
Telerik team
 answered on 08 May 2014
1 answer
108 views
I am using Rad File Explorer, I would like to know how can we copy a file by drag and drop.

I found this demo drag and drop is also not working here

https://demos.telerik.com/aspnet-ajax/fileexplorer/examples/client-sideapi/clientsideevents/defaultcs.aspx

Kindly help,
Thanks
Dobromir
Telerik team
 answered on 08 May 2014
1 answer
609 views
Hi.
How to get the numerictextbox values to be right aligned?
Shinu
Top achievements
Rank 2
 answered on 08 May 2014
8 answers
1.3K+ views
I am able to disable the options by
$(".RadComboBoxDropDown").attr('disabled','disabled');

I thought I would be able to make the combobox readonly/disabled but doing the following but it is not working.
$(".RadComboBox").attr('disabled','disabled');
Shinu
Top achievements
Rank 2
 answered on 08 May 2014
3 answers
476 views
Hi,

I wasn't sure where to post this so I put it in General. I hope that that's ok! Anyway, I am facing the following issue. The line that is throwing the exception is bolded below. We are on version 2014.1.403.45 of Telerik. We are using a mix of Rad controls but I suspect that the issue relates to a RadComboBox.

Let me know if you require additional information and I will provide it no problem.

Thanks,
John.


disposeDomEvents:function(){var f=this.get_wrapper(),e=this._owner,d=e.get_inputDomElement(),c=e.get_imageDomElement();
$telerik.removeExternalHandler(f,"mouseover",this._onTableHoverDelegate);
$telerik.removeExternalHandler(f,"mouseout",this._onTableOutDelegate);
this._onTableHoverDelegate=null;
this._onTableOutDelegate=null;
if(d.parentNode){$telerik.removeExternalHandler(d.parentNode,"mouseup",this._onInputCellMouseUpDelegate);
this._onInputCellMouseUpDelegate=null;
}if(c){$telerik.removeHandler(c,"click",this._onImageClickDelegate);
this._onImageClickDelegate=null;
}}
John
Top achievements
Rank 1
 answered on 08 May 2014
1 answer
181 views
Hi
i have a grid which has insert and edit. I have a button outside the grid. Onclick of that during insert , i want some textbox to be filled with some default values. How can I get this done?
Princy
Top achievements
Rank 2
 answered on 08 May 2014
2 answers
111 views
Hi,

Since installing IE11, running our app from VS2013 is problematic if there is a Telerik Grid control on an asp page. When I use VS2012 to run the app, all is fine. Here are the details of my setup:

* Windows 7 Enterprise, 64-bit, all updates installed
* IE 11, 64-bit
* Silverlight 5.1, 64-bit
* VS2012 Ultimate, SP3
* VS2013 Ultimate, SP1

See the attached screenshot.

Does anyone else experience a similar problem with the grid control?
Does anyone have a solution please?

Thanks in advance,
Christo


Christo
Top achievements
Rank 1
 answered on 08 May 2014
4 answers
387 views
Hi

I followed the directions on the sample: http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/insert-update-delete-client/defaultcs.aspx, i am using a asmx web service to retrieve data like in the sample. Unfortunately i can not make the RagGrid shows the new data, the RadGrid only changes the width of the columns every time i press update button and keep the old data:

            var tableView = $find("<%= rgCuentaGastosDetalle.ClientID %>").get_masterTableView();
            tableView.set_dataSource(result);
            tableView.dataBind();

            var grid = $find("<%= rgCuentaGastosDetalle.ClientID %>");
            grid.repaint();

I have reviewed the content of the result var and it contains the new data, and it does not send any error message. I have Telerik controls version 2014.1.403.40 and using framework v4.0.30319 

Any question or comment please let me know. Thank you very much.
Antonio Stoilkov
Telerik team
 answered on 08 May 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?