I've a radprompt and when the text area comes, how do I limi trhe user to type only 200 characters.(this is my maximum limit I need to limit the user). where do I set this??
1 Answer, 1 is accepted
0
Georgi Tunev
Telerik team
answered on 25 Jan 2010, 12:12 PM
Hi Ayesha,
RadWindowManager's popup templates support pure HTML only so you need to develop a custom logic that would check the number of characters in a given input. Once you have your logic working as expected, you could modify the prompt template and use it in RadWindowManager. More information on RadWindowManager's templates is available here:
http://www.telerik.com/help/aspnet-ajax/window_dialogschangingthedialogtemplates.html