Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
129 views
Hi,
I am using RadEditor and using the Imagemanager for uploading the images, currently the images uploaded  will be saved in the vertual folder of the application. Is there a way I can save my images in Database (SQL server 2008).
If there is a way to save the uploaded images in Database, please let me know.

Thanks,
Santosh
Rumen
Telerik team
 answered on 12 Jan 2011
1 answer
134 views
I'm using radtextbox with mode = "Password" with a radcombobox which do a postback to fill another radcombobox.. the problem is the radtextbox loses the data written in it when the radcombobox do the postback .... how can I make the radtextbox save its state

thanks for effort
Maria Ilieva
Telerik team
 answered on 12 Jan 2011
0 answers
46 views
Hi,

 i am having stored procedure has month name as a param , to get the holidays.. in my front page i am getting month number while navigating month... but i need to pass that month number to that stored procedure.. 

this is the line to display the holidays in the front page using webservice. insterad of 1 i need to pass month number. tell me how to do this..

HolidayData

 

 

[] demo = ConfigManager.TimeSheetService.GetHolidaysByMonth(1);

 

Brown
Top achievements
Rank 1
 asked on 12 Jan 2011
1 answer
81 views
hi,

how can i set the  rad editor ImageManager-UploadPaths to anther web site on the same server(uper folder),
can i use the ../ or "d:\..." or what?

the rad editor is inside rad grid.

thanks.

Udi 
Rumen
Telerik team
 answered on 12 Jan 2011
1 answer
63 views
Hello, i would like to aks if RadEditor could be used as Bussiness Card Designer.

Is that possible?
Do you need more details?
Rumen
Telerik team
 answered on 12 Jan 2011
1 answer
38 views
Hi,

Export to PDF functionality is not working when the Table's width attribute is set.

<table width="80%" .... ---> This is not working. It generates error.

I need my users to be able to set width using attribute and also it should be expoertable to pdf.

Thanks in advance for all replies.

Piyush
Rumen
Telerik team
 answered on 12 Jan 2011
9 answers
159 views
Hi,

I am using 2 radtooltipmanager controls on my page, I have a grid, in which I am displaying employee ID and employee address, I have tool tip for both, 1 tooltipmanager for employeeId and another for employee address.

Problem: both tooltips come fine if I hover over then alternately. Means, if I am hovering over employeeID it will show me that employees detail and if I hover over the address it will show me the address details. but now if I again hover over any other address, it caches the one which I hovered before it. Now, if I hover over the employee ID and then hover back over to the address, it will show me proper details. same problem on employeeID side, if I keep on hovering over the different employeeID it will show me details of the first one which I hovered.
If I view them alternately it works fine.

Can you please let me know what is wrong?

Thank you,
Jay Mehta.
Svetlina Anati
Telerik team
 answered on 12 Jan 2011
0 answers
558 views
Hello,

I attempted to update a user's shift on the Modify Shift window.  When I clicked the Update button, the processing loading graphic appeared, but processed for an unusually long time.  When it finally resolved, the window remained open and there was an exclamation point next to the Done message. When I clicked on the exclamation point there was a message about a timeout error.  See screen captures attached.

I have declare AsyncPostBackTimeout="3600" in <RadScriptManager>  and also executionTimeout="3600" in <httpRuntime>. After that also this error occurred.

Then I have create a js file (RequestManager.js) like:
--------------------------------------------------------------------------------------------------------
Sys.Application.add_init(AppInit);


function AppInit(sender) {
    Sys.WebForms.PageRequestManager.getInstance().add_endRequest(EndRequestHandler);
}


// Called when async postback ends
function EndRequestHandler(sender, args) {
    if (args.get_error()) {
        args.set_errorHandled(true);
    }
}
--------------------------------------------------------------------------------------------------------
In aspx page code is:

<telerik:RadScriptManager ID="RadScriptManager1" runat="server" AsyncPostBackTimeout="3600">
        <Scripts>
            <asp:ScriptReference Path="~/Scripts/RequestManager.js" />
        </Scripts>
 </telerik:RadScriptManager>
--------------------------------------------------------------------------------------------------------

Still it is occurred. Please help me.


Thanks and Best Regards
Sabya



Joe
Top achievements
Rank 1
 asked on 12 Jan 2011
5 answers
541 views
The default font for all controls I believe is Arial.. I do I change the default font for all Telerik controls in one shot... ?? I do not wish to visit each control and set its font.. Pls answer.. thx in advance
Rumen
Telerik team
 answered on 12 Jan 2011
3 answers
188 views
I would like users to choose the column they want print.
Daniel
Telerik team
 answered on 12 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?