Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
144 views
Hi,

I  have used the below code to play the FLV video on the rad editor its working fine in IE.but its not working in firefox.Any help would be appreciated.

<OBJECT codeBase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 width=512>
 <param name='flashvars' value='file=http://122.165.16.58:91/CourseBuilder/Video/sample.flv' /><param name='movie' value='http://122.165.16.58:91/CourseBuilder/Video/player.swf' /><embed src='http://122.165.16.58:91/CourseBuilder/Video/player.swf'  originalAttribute="src" originalPath='http://122.165.16.58:91/CourseBuilder/Video/player.swf' width='512' height='300' bgcolor='#FFFFFF' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' flashvars='file=http://122.165.16.58:91/CourseBuilder/Video/sample.flv' ></OBJECT>

Thanks,

Anand
Ianko
Telerik team
 answered on 07 Jul 2016
3 answers
110 views
Hello,

For the RadProgressArea that appears whenever a file is being uploaded to the server, is it possible to have the RadProgressArea not show the second progress bar?  Only the first progress bar is important to me, and I don't need the second one.

Thanks.
Ivan Danchev
Telerik team
 answered on 07 Jul 2016
22 answers
5.4K+ views
Is there a way to cause an already bound RadGrid to rebind to the same datasource?  I have a page with a RadGrid that uses RadAjax.  If the user selects a row or clicks a button on the page, a RadWindow is opened to edit that item or create a new entry.  Once the RadWindow closes, I need to refresh the data in the RadGrid.  A partial postback is fine, but I don't want to have to do a full postback.  I have tried to set the datasource again and run dataBind from the client side, but it just gives me a blank grid with extra rows.  I also tried to get the RadAjax manager and run ajaxRequestWithTarget on the RadGrid, which reloaded the grid, but with the same old values.  Is there a way to rebind the RadGrid with client side code?
Satish
Top achievements
Rank 1
 answered on 07 Jul 2016
4 answers
121 views
My form has two dropdownlist with initial value '-Select-', some text boxes and fileupload with restrictions in extension and size. I need validation summary in Radwindow and also need individual validation in radwindow itself. Please provide solution. Stuck for many days.

Thank you.
Marin Bratanov
Telerik team
 answered on 07 Jul 2016
1 answer
196 views

Hi,

We are facing problem for column sorting in RadGrid. We are adding columns dynamically to grid. and values are set in Itemdata bound event.

can anyone help and provide suggestion on this? so that grid column sorting works on these dynamic generated columns once the data is loaded or bound in Itemdatabound.

 

Thanks

 

 

 

umesh
Top achievements
Rank 2
 answered on 07 Jul 2016
5 answers
478 views

Hello Telerik!

I need your help urgently. I am stuck in this problem since 2 days. I have a Rad Window which is opened in javascript. This window is opened as maximized using oWnd.maximize();

This window's content .aspx page is having a RadTabStrip with RadMultiPageView. The width of RadMultiPage is set in Pixels.

 When I restore the window and resize it , It should be showing the scroll bars as now the content of the window is beyond the size of the window. And this is what happens in FF and IE.. which is correct but I don't see any scrolls in the Chrome. 

 

I have spent a lot of time in this issue and still not able to figure it out... Kindly help me with this problem... or is this a known Chrome issue as it works fine in FF and IE.

 

Regards,

Nick.

 

Nick
Top achievements
Rank 1
 answered on 06 Jul 2016
1 answer
409 views

I have set the TargetFolder e.g. 

TargetFolder="~/content"

and it works fine except that i want the file names to be kind od hashed e.g. myfile.jpg to be saved as 8unfsKjfjskskdjf^7i.jpg

I have the HashFileName(string file) function but not quite sure where to apply it. 

 

Thank you

Veselin Tsvetanov
Telerik team
 answered on 06 Jul 2016
3 answers
137 views

Hi, I have a RadImageGallery with DisplayAreaMode="LightBox".

It's possible remove from LightBox the button "Maximize Image"?

 

Thanks in advanced.

Viktor Tachev
Telerik team
 answered on 06 Jul 2016
1 answer
219 views
RadTextbox can display a button and provides a client-side click event for it. How do you generate a server-side click event from that button?
Konstantin Dikov
Telerik team
 answered on 06 Jul 2016
1 answer
249 views

I'm modernizing some really old code that used the old Rad toolkit.  I found that the "argument" property is not persisting.  I was able to change the window's close code around to pass the element in the close() function, but can't find a way to do this when opening the form.  I'm using VS2013 with ASP.NET AJAX and Telerik.Web.UI v2015.3.930.45.

Please take a look and advise.  I don't want to make a round-trip to the server for this.  I also found that javascript globals do not persist between postbacks.  So I can't use that sloppy method either.  FYI - I keep the window open and the user may initiate a number of postbacks with an runat=server asp:button before I close it from the client side.

 

Javascript being called from a client-side radmenu click on the main page.  "notesExist" is a string value.

function ShowNotesForm(id, notesExist) {

    var oWnd = window.radopen("Dialogs/Notes.aspx?DocID=" + id, "NotesDialog");
    oWnd.argument = notesExist;

}

 

Javascript within my Notes.aspx:

 

        <telerik:RadScriptBlock runat="server">
            <script type="text/javascript">
                $(document).ready(function () {
                    alert(GetRadWindow().Argument);
                });
            </script>
        </telerik:RadScriptBlock>

 

I've tried reading GetRadWindow().Argument in other sections like after a button-click on the client-side, but put it here to make it easy to replicate on your end.

 

Marin Bratanov
Telerik team
 answered on 06 Jul 2016
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?