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

RadPrompt issue

2 Answers 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Medac
Top achievements
Rank 1
Medac asked on 18 Mar 2010, 01:15 PM
Hi,

I am using radprompt feature. By default it is displaying '' [two quotes] in textbox. How can I remove this defualt quotes in the radprompt. Please anybody help me....

Regards,
Medac

2 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 23 Mar 2010, 10:13 AM
Hi Medac,

Could you please post here the code that you use to open the radpromt() dialog?

Greetings,
Georgi Tunev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Kevin
Top achievements
Rank 1
answered on 25 May 2010, 05:20 PM
Came across this problem today and didn't have time to mess around. Here's a solution:

eventArgs.window = radprompt(eventArgs.get_message(), this._submit, 450, 160, null, eventArgs.get_title()) 
$telerik.$(eventArgs.window.get_contentElement()).find('.rwDialogInput').val(''); 


Regards,
Kevin Hillinger
Tags
General Discussions
Asked by
Medac
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Kevin
Top achievements
Rank 1
Share this question
or