Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
134 views

Hi,

I want to use a BinaryImage to store an image I have in the database. Since I'm using LINQ, it is very easy to retrieve the data and assign it to the BinaryImage.DataValue property.

The problem is doing the option to ‘upload’ an image. I want to use a RadUpload, preview the image and, instead of saving the file to my server, passing the binary information to the property of my Entity made by LINQ.

I’ve tried using a handler but I don’t know how to connect the binary data to my LINQ Entity.

Kind Regards,

Veli
Telerik team
 answered on 29 Sep 2010
3 answers
78 views
Hi,

Were is the name in radeditor.dialogs-IT.resx file to translate the message when you create or rename a folder with an identical name of an exist folder? I have translate all item in resx file but the massege apper in english.

Thanks

Martina Fabio
Fiko
Telerik team
 answered on 29 Sep 2010
4 answers
209 views
Hi,
I cannot apply a background image on the raddock. 
Here is the simple sample code. Can you tell me how to display background properly?

Regards,
Toshiyuki

        <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        </telerik:RadScriptManager>
    <telerik:RadDock ID="RadDock1" runat="server" Width="290px" HEIGHT="230px" DockMode="Docked"
                  EnableAnimation="True" Skin="Telerik" Title="Content1" style="background-image: url('../images/dock_bg.jpg')!important; background-repeat: no-repeat; background-position: right bottom;">
                                <ContentTemplate>
                                  
                                </ContentTemplate>
                            </telerik:RadDock>
Rumen
Telerik team
 answered on 29 Sep 2010
7 answers
147 views
Dear Telerik-Team,

how can I restrict/limitate a RadDock only to a RadDockZone. Currently it is posile to place a RadDock everywhere on the page. I want to limitate the RadDock to the RadDockZone. But how?

Thanks in advanced.

Kind regards
Christan
Fiko
Telerik team
 answered on 29 Sep 2010
1 answer
117 views
Hi ,
  I have a user control containing a radgrid that is dynamically loaded into a RadAjaxpanel.
I have paging enabled. When I click on the 2nd page the grid disappers. I read that I need to rebind the grid again in PageiNdexchanged event for the grid to appear. But the event is not firing at all. Please help. It is urgent that I get this working at the earliest.

Thanks,
Sayak
Veli
Telerik team
 answered on 29 Sep 2010
4 answers
141 views
Hello

I'm trying to create a visual designer kind of control

I've a panel (toolbox) at the top with some buttons or some other control (which represents a control or tool like box, circle, grid etc.).

i've the dock zones at the bottom of the panel. When i drag a button from the toolbox to the dockzone i want to trap that event and i want to add a dock in that dockzone corresponding to the tool dropped there.

Any ideas as how to do this?

Thank you.
Rumen
Telerik team
 answered on 29 Sep 2010
1 answer
72 views
Hello,

I am using RadControls for ASPNET AJAX Q3 2008 SP2. I am trying to use RadDatePicker with ASP.NET ScriptManager. It keeps giving me numerous "Invalid parameter" javascript errors on rendering. The page in itself doesn't give me any trouble, but this javascript error keeps showing.

Do you have a solution for this? When I delete the code for the RadDatePicker, the javascript error goes away. Here is how the error looks.

Line: 1
Char: 1
Error: Invalid Argument
Code: 0
URL: <<my page>>

Thanks in advance for all your help

Sirisha
Daniel
Telerik team
 answered on 29 Sep 2010
3 answers
103 views
I need to prevent the user from changing the start and end date in the AdvancedForm. I managed to get a reference to the controls in FormCreated() and set their Enabled property to False. This works as expected, but if I click inside the disabled control it throws a javascript error of "Microsoft JScript runtime error: 'undefined' is null or not an object".  How can I disable these controls without causing an error? 

void RadScheduler1_FormCreated(object sender, Telerik.Web.UI.SchedulerFormCreatedEventArgs e)
{
        if (e.Container.Mode == SchedulerFormMode.AdvancedInsert
            || e.Container.Mode == SchedulerFormMode.AdvancedEdit)
        {
             
 
            RadDatePicker startDate = (RadDatePicker)e.Container.FindControl("StartDate");
            startDate.Enabled = false;
 
        }
 
}

Veronica
Telerik team
 answered on 29 Sep 2010
2 answers
130 views
Haven't started working with the Rotator yet.

Is is possible to combine your first look demo
http://demos.telerik.com/aspnet-ajax/rotator/examples/default/defaultcs.aspx

with the pager integration one
http://demos.telerik.com/aspnet-ajax/rotator/examples/pagerintegration/defaultcs.aspx

I would like it to work similar to the ones you see so often now that automatically change, but give you the opiton to select a specific one. Such as http://www.usps.com/

Thanks
Randy Miller
Fiko
Telerik team
 answered on 29 Sep 2010
1 answer
94 views
Team,

Am using DataTable to bind RadGrid as a Datasource. Not using Template columns.
my need is, I just want to apply the format for ex. 2007 CashCol as "$##,###.00"
it should be display as $885258.00 like that. How can I achieve this?

2008 2009 2010
CashCol CashCol CashCol CashCol
Akron 885258 962375 942707 486013
Allen Allen 0 0 321862 301088
Alpharetta I Alpharetta I 914431 969684 838121 458535
Alpharetta II Alpharetta II 1387447 1346855 1170927 652933
Alpharetta III Alpharetta III 1787545 1928258 1764613 956510
Amelia Amelia 1053449 1096630 1038868 595816
Thanks
Dimo
Telerik team
 answered on 29 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?