Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
381 views
Hi, when one of the controls of the FormTemplate has RequiredFieldValidator, clicking edit or Add new record not working. I am getting error:
"NetworkError:
500 Internal Server Error -
http:.../ScriptResource.axd?d=nv7asgRUU0tRmHNR2D6t1B_9fiS5OJY3KTRMAF4D17Hlkgb15LTvxIFD9V60xX_vkRJU81TFs8HNZhyOtmOQ3BeUAV6sJwN0m6XD0jm6Dg-1FSTXmC_cPUhXqUD-lmHVpRtmvKgLT4XLk7tOAE-VhQ2&t=362a7238"
When setting property EnableClientScript="False" it works.

I cannot use Client validation with RadGrid?

Regards,
Lev Rakhman
Konstantin Dikov
Telerik team
 answered on 08 May 2014
10 answers
273 views
Hello,
When I try to use a RadToolBar with a RadToolBarButton OuterCssClass="rightButton", The bouton is not in the good position. (see attched file). I have Internet Explorer 7.0.5730.13. is it a problem of IE ?

Regards
Bernard

div.RadToolBar .rtbUL
{
    width: 100%;
}
div.RadToolBar .rightButton
{
     float: right;
}
<telerik:RadToolBar ID="toolBar" runat="server" BackColor="White" Width="850px" AutoPostBack="True"
  
OnButtonClick="toolBar_ButtonClick">
  
<Items>
  
<telerik:RadToolBarButton runat="server" ToolTip="Slection" Value="RET" ImageUrl="~/images/Retour.gif">
  
</telerik:RadToolBarButton>
  
<telerik:RadToolBarButton runat="server" ToolTip="Affichage Ua" Value="DUA" ImageUrl="~/images/DescrUA.gif"
  
Enabled="False">
  
</telerik:RadToolBarButton>
  
<telerik:RadToolBarButton runat="server" ToolTip="Mettre dans la corbeille" Value="OK"
  
ImageUrl="~/images/Valider.gif" OuterCssClass="rightButton">
  
</telerik:RadToolBarButton>
  
</Items>
  
</telerik:RadToolBar>
jlj30
Top achievements
Rank 2
 answered on 08 May 2014
1 answer
244 views
Hi.
how to change the filter icon image in radgrid. I want to set a different icon image.
Princy
Top achievements
Rank 2
 answered on 08 May 2014
1 answer
104 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
154 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
262 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
115 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
624 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
507 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?