Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
143 views
HI,
I was working on a solution to select multi files using activex component, i would like to fill the radUploder with the selected files.
It seems like the radUpload does not allow Setting value to the adding inputFile.
Is Any way or any solution in this case so i can fill the raduploader with my selected files ? Any way to set text  to the added inputFile?
it must be a way to do it :) i just can't find it. this is how my code looks like

 


function
ClientCallBackFunction(radWindow, returnValue)

 

{

 

//check if a value is returned from the dialog

 

 

var uploader = $find('<%= RadUpload1.ClientID %>');

 

 

 

if (returnValue !=null)

 

{

 

 for(var i=0;i<returnValue.length;i++)

 

  {

     uploader.addFileInput();

     uploader.getFileInputs()[i].title = returnValue[i];

     uploader.getFileInputs()[i].alt = returnValue[i];

     uploader.getFileInputs()[i].value = returnValue[i];

  }

 }

}

walid
Top achievements
Rank 1
 answered on 20 Apr 2009
1 answer
88 views
The Black skin appears to be broken when the orientation is set to either VerticalLeft or VerticalRight. The tab is white - not black as it is in the horizontal orientations. I am using Version=2009.1.402.35
Alex Gyoshev
Telerik team
 answered on 20 Apr 2009
1 answer
146 views
Hi

I've got a strange problem here.
On my webform I've got a ComboBox with load-on-demand. In IE, everything works fine and the way it should.

In FF (3.0.8) the DropDown-List of the ComboBox is not showing most of the time. The data is beeing updated, I can change the value selected by using the arrow-keys to navigate up and down in the data of the ComboBox, but as mentioned, the list itself is not beeing showed.

Sometimes the list is beeing showed and then, if changing the input which - of course - forces a reload of the data, the list disappears.
I played around with the maxHeight, Hight, etc. but nothing solved the problem.

If anybody can help or at least give some advice what possibliy could help, then this would be great!

Best Regards,
Andreas
Atanas Korchev
Telerik team
 answered on 20 Apr 2009
4 answers
161 views
Hi,

I have a strange problem. When I Rebind() the grid in the preRender event, the pager looks like a textBox and at the end there is a word "select".

It looks like the styles (CSS) of the embeded RadComboBox are somehow lost on the rebind.

Is this a bug?


LP, Lukrs



Lukrs
Top achievements
Rank 2
 answered on 20 Apr 2009
0 answers
134 views
RadMenu doesn't render properly on page load with other radeditor controls. Its always display child menu.
I had noticed that there is issue in DIV tag like display:block. It should be display:none after render.
<DIV class="slide" style="DISPLAY: block; Z-INDEX: 10; LEFT: -160px; OVERFLOW: visible; WIDTH: 160px; TOP: 0px; HEIGHT: 144px">
Praveen
Top achievements
Rank 1
 asked on 20 Apr 2009
0 answers
165 views
Hi,

im using an User Control in InlineInsertTemplate , after saving the necessary details how can i close the Insert template and return back to scheduler control from UserControl. pls reply this post soon...


Thank you...

Balaji
Top achievements
Rank 1
 asked on 20 Apr 2009
0 answers
107 views
I have a website on which I have been working for a while. Since today when I make changes to any of the pages the change will not be submitted until I close the project and reload it. Also in the window with errors any message or error will keep being displayed even though the error has been solved. The project doesn't seem to record any change made to any of the pages. Any help would be extremely helpful.

Thanks
John Grymonprez
Top achievements
Rank 1
 asked on 20 Apr 2009
0 answers
96 views
Hi,
I am using RadUpload control in one of my project. I have set "ReadonlyFileInputs" propperty to 'true'. 
Eventhough this property is true, FileInput text box is accepting data using keyboard when we place cursor using
Shift+Tab(Place cusror after this upload control and use "Shift+Tab" control to move cursor upwords).

I am using 2009 Q1 telerik dll.

Thanks,
Ravi.

Ravi Kumar
Top achievements
Rank 1
 asked on 20 Apr 2009
1 answer
127 views
Hi - I'm using RadScheduler to display a list of calendar entries from a read-only database table. It's working fine for this purpose but I would like to allow users to double-click on the event title to get more information on the event (ideallyfrom a custom attribute.) It seems like this double-click functionality is built into the editor, but I can't seem to enable it in read-only mode. How would I go about doing this?
Peter
Telerik team
 answered on 20 Apr 2009
1 answer
92 views

Hi

I have a RadUpload as part of a form which contain related RadTextBoxes (title and date etc)
to collect input that is to be saved with the file.

On the page there are regular asp.net validators for the text boxes, with the suggested custom validator
for the upload control.

The validators do their stuff on button click, but as soon as the upload control has a file selected
the upload goes ahead, even though the other fields are not valid and still showing their error messages.

How can I (client side) prevent the upload taking place until the whole form is valid?
I think I am missing a simple trick here!

Thanks

Clive



Atanas Korchev
Telerik team
 answered on 20 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?