Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
191 views
Hi,

I'm using the AsyncUpload control to upload many files to the server (see the control definition at the end). The MultipleFileSelection is 'Automatic'  and MaxFileInputsCount is 5. In the file selection dialog you can select as many files, but I will be limited to 5 (MaxFileInputsCount). Is there a possibillity to check this.

Detlef!

<telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" InputSize="35" 
            MultipleFileSelection="Automatic" 
            onfileuploaded="RadAsyncUpload1_FileUploaded" OverwriteExistingFiles="True" 
            ReadOnlyFileInputs="True" Skin="Windows7" TargetFolder="~/Files" 
            AllowedFileExtensions=".csv,.zip" 
            AllowedMimeTypes="text/comma-separated-values,application/zip" 
            MaxFileInputsCount="5" MaxFileSize="1048576" Height="200px" >
</telerik:RadAsyncUpload>
Genady Sergeev
Telerik team
 answered on 12 Aug 2010
1 answer
85 views
hi all,

how to change the  window loading animation to custom.

thanks
benjamin
Svetlina Anati
Telerik team
 answered on 12 Aug 2010
3 answers
115 views
Hi I am using datepicker in my page to show the Month/year (for eg. August 2010). I formated the output, but when I input as 01/2010
im not getting January 2010, instead August 2010 (current month). How to do this in rad datepicker control? any help would be greately appreciated.

Input                  Output
01/2010             January 2010
Jan 2010           January 2010
1/1/2010            January 2010

Thanks,
Arun.K.S
Martin
Telerik team
 answered on 12 Aug 2010
1 answer
89 views
I'm using the hierarchial RadGrid. I'm trying to 'tie' the nested grid to the parent grid without using a SqlDataSource as the source. (All of the demos use a SqlDataSource).
I usually do this on the 'selectedIndexChanged' event of the gridview, where i get the parent row's ID by the Selected Value. In this case, though, I don't see an event where I can retreive the DataKey value.
Is there an 'OnExpandedRow' event or 'OnNestedGridDataBound' or something similar?
Maria Ilieva
Telerik team
 answered on 12 Aug 2010
8 answers
292 views
How can I get rid of RadDatePicker padding.
Eng.Bassel Samman
Top achievements
Rank 2
 answered on 12 Aug 2010
3 answers
310 views
Hi

I have a couple of RadComboBoxes and some RadGrids in a RadWindow using an .aspx file as its url (ie the content is in an iFrame).

Whenever I click the RadComboxBox or use the filters on the RadGrids the expanding menus are invisible - I can see the content of the page behind the window where the menus should be.

I have disabled all my style sheets and it the problem still persists.

The attached jpg is an example of this.

Does anyone have a work-around or solution to this problem?

Cheers,
Steven.
Kamen Bundev
Telerik team
 answered on 12 Aug 2010
2 answers
140 views
How do i validate upon submitting a form that the user actually selected a file in the file explorer?
Ronen
Top achievements
Rank 1
 answered on 12 Aug 2010
1 answer
120 views
HI,

I am writing an interface whichh uses AJAX and nonAJAX enabled controls, I am having problems getting a nonajaxed control to implement its tooltips via the Telerik ToolTipManager.  The control is a flowchart called go.net, I have got it to fire a javascript event when hovering over a node but am stuck there.

The tooltipmanager is setup to load a seperate ascx page as per your demo's, the onajaxupdate looks something like:

protected void OnAjaxUpdate(object sender, ToolTipUpdateEventArgs args)
{
    // Get control references
 
    Control toolTip = LoadControl("~/SharedToolTip.ascx");
    Label titleLabel = (Label)toolTip.FindControl("lblTitle");
    Label displayLabel = (Label)toolTip.FindControl("lblFullText");
 
    ...
}

Is it possible to initiate the onajxupdate event of the tooltipmanager from javascript?  I am using the 'args' parameter to pass a control array through, so ideally would need that functioanlity to.

Thanks.
Svetlina Anati
Telerik team
 answered on 12 Aug 2010
2 answers
87 views
There are already RadControls tab existed in the toolbox. And all radcontrols seem to be avaliable to use. But I can't drag a control into web page in design or source mode.
Daniel
Telerik team
 answered on 12 Aug 2010
1 answer
129 views
We are using the form decorator with the web20 skin.  The issue that we are having is that in ie6 when we use a field set the background color is a light blue color.  We would like it to be white.  In all other browsers except IE 6 it is white.   The following is our CSS related to field sets.  We have the style class of the fieldset set to fullHeightfieldSet

When the webpage is loading it looks like it at frist respects our background color.  Then it gets overlaid with the light blue color

An image is attached to this thread that shows the light blue background.

Thanks for any help !

.rfdFieldset fieldset
{
    background-color: white;
    background-image: none;
}
 
.RadForm_Web20 legend, .RadForm_Web20 fieldset.rfdFieldset legend
{
    background-color: white;
    background-image: none;
}
 
.RadForm_Web20.rfdFieldset fieldset
{
    background-color: lime;
    background-image: none;
}
  
.fullHeightfieldSet
{
    margin: 5px;
    padding: 5px;
    background-color: white;
    background-image: none;
}
Bozhidar
Telerik team
 answered on 12 Aug 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?