Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
158 views
Hello All,

There are few entries in my RadAutocompletebox which is in Text mode and all those entries are seperated by semicolon. I would like that semicolon to be replaced by , (coma) in between the items added.

Please help,
Saira.
Princy
Top achievements
Rank 2
 answered on 05 Mar 2013
3 answers
90 views
Hi,
I'm working on an existing application that uses an old version of telerik controls (version 2008.3.1125.35). After migrating to net framework 4.0 i get an error when changing the value of the combobox.

"Microsoft JScript runtime error: Object doesn't support this property or method"

The issue seems to be related to an incompatibility of the radajaxmanager with the current framework.

Any workaround to solve this issue?

Any help would be really appreciated

Thank you in advanced
Kate
Telerik team
 answered on 05 Mar 2013
2 answers
583 views
Hi, I want to set focus on RadDateControl(either in text or popup button) after validating Client side.
I have tried many examples after googling/forum.

e.g. From http://www.telerik.com/community/forums/aspnet-ajax/calendar/raddatepicker-focus.aspx


     var DatePicker5 = $find("<%= RadDatePicker5.ClientID %>"); 
       DatePicker4.get_dateInput().focus();     

But all such lines/codes are obsolete. I do not want to add any default date for select method(for focus purpose)
.
Sanjeev
Top achievements
Rank 1
 answered on 05 Mar 2013
1 answer
50 views
Hi.
although clearly stated here (http://www.telerik.com/help/aspnet-ajax/asyncupload-drag-and-drop-upload.html) that dropzone property is available starting Q3 2011, while using Q2 2012 version I do not see the dropzones attribute available in the RadAsyncUpload. 
Obviously I tried to ignore it and simply add that attribute, but that did not work either.
my control looks like

<div class="upload-panel">
<rad:RadAsyncUpload ID="fileAsyncUpload" runat="server" MultipleFileSelection="Disabled" Dropzone =".DropZone1"
                        TemporaryFileExpiration="00:10:00"
                        AllowedFileExtensions="pdf,ppt,pptx,doc,docx"
                        HttpHandlerUrl="FileUpload.ashx"
                        OnClientFileSelected="fileSelected"
                        OnClientFileUploaded="fileUploaded"
                        OnClientValidationFailed="fileValidationFailed"
                        OnClientProgressUpdating="fileUploading"
                         
                        >
                        <FileFilters>
                            <rad:FileFilter Description="Document files (.PDF, .PPT, .PPTX, .DOC, .DOCX)" Extensions="pdf,ppt,pptx,doc,docx" />
                        </FileFilters>
                    </rad:RadAsyncUpload>
                    <div class="DropZone1" draggable="true">
            <p>Custom Drop Zone</p>
            <p>Drop Files Here</p>
        </div>
                        <div id="DropZone2">
            <p>Custom Drop Zone</p>
            <p>Drop Files Here</p>
        </div>
                </div>

Plamen
Telerik team
 answered on 05 Mar 2013
1 answer
99 views
Hi,

I want to make a column in a RadGrid readonly dependent of the value of a different field in the dataset. This field is not shown in the grid. How do I do this?

Paul
Shinu
Top achievements
Rank 2
 answered on 05 Mar 2013
1 answer
107 views
I have an application where I populate the RadGrid from a CSV file (ie using it in unbound mode).  I define the columns as

Dim dt As New DataTable()

dt.Columns.Add("Date"
etc
and populate them using

 

Value = {Dte$, Item$, Type$, Recordid$}

dt.Rows.Add(Value)

All this works fine.

I now need to add a checkbox and image column.  Can you direct me to a sample. I was not able to find any.

Thanks

Allen

 

 

 

 

 

Shinu
Top achievements
Rank 2
 answered on 05 Mar 2013
1 answer
211 views
Hi,

Is it possible to change the style of the RadToolBar button once it is clicked?

Thank you,
Ivy.
Princy
Top achievements
Rank 2
 answered on 05 Mar 2013
1 answer
78 views
Hi,

I want to remove the blank space intended for adding images to toolbar buttons. Please help.

Thank you,
Ivy
Princy
Top achievements
Rank 2
 answered on 05 Mar 2013
1 answer
96 views
Hi,

In my webpage I dont want the AjaxLoadingPanel to appear over the updated control. Instead I want to display it on a certain
position on my page. Is this possible?

Any help appreciated,
Freddy
Princy
Top achievements
Rank 2
 answered on 05 Mar 2013
16 answers
554 views
Ok, in Visual Studio 2008, after simply dragging a RadDatePicker (Ajax) onto my form, I'm seeing the following warnings in the error list...

Validation (ASP.Net): Element 'DateInput' is missing required attribute 'runat'.

and

Validation (ASP.Net): Element 'Calendar' is missing required attribute 'runat'.

I imagine this is a bug with your control (probably in the [ToolboxData()] for the RadDatePicker class)

My question is: should I go ahead and manually add "runat='server'" for those tags in my declarative? Or is there some trick to make Visual Studio not display these warnings?

Thanks.

 

 

DuelingCats
Top achievements
Rank 2
 answered on 04 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?