This is a migrated thread and some comments may be shown as answers.

how to disable text box of radasync upload

1 Answer 121 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Reyaz
Top achievements
Rank 1
Reyaz asked on 17 Oct 2011, 09:53 AM
Hi,

how to disable text box when i am using rasnUploadCompanyLogo.Enabled = false;

Button and text box  get disable but user still can write some text which is wrong.

Suggest please, How i will stop to write if it is disable.

Thanks ,
Reyaz


Please look the following url:
http://www.telerik.com/community/forums/aspnet-ajax/upload/how-to-disable-focus-from-textbox-in-radupload.aspx

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 18 Oct 2011, 09:20 AM
Hi Reyaz,

I've already answered your the same question in another thread.
Please use the following sample code:

function pageLoad(){
    $telerik.$(".ruFakeInput").attr("disabled", "disabled");
}

In case you have further questions, to avoid duplication of the threads,  please let continue our discussion in a single thread.

Regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
General Discussions
Asked by
Reyaz
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or