Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
128 views
Hello,

I have 2 RadTimePickers on an custom AdvancedEditTemplate for the Scheduler.
If I first click on the TimeInputButton and after that I do a Postback from inside the AdvancedEditTemplate, I can't click again on the TimeInputButton.
After some debugging, we found out that the _onTimePopupImageClickHandler handler is called twice. The first call succeeds, but the second one fails in getCorrectScrollLeft() from Telerik.Web.CommonScripts because A.document.documentElement is null.

Could you please provide a workaround or some advice for this? Is this a known issue?

Best regards,
Cantemir
Cantemir Mihu
Top achievements
Rank 1
 answered on 09 Apr 2010
3 answers
112 views

I have populated my rad combo box from database but i want to add a item named as "Select" as default to be shown initially after being populated.

Like if data from database if 1,2,3,4 then data should be displayed as select,1,2,3,4.

anyone help please.

k f
Top achievements
Rank 1
 answered on 09 Apr 2010
1 answer
154 views
Hi there,

Is there any way to add a new Dockzone to a docklayout (programmatically)? im designing a "form creator" where i will need users to add new columns to a form layout, therefore using the dockzone as a new column would be very useful.

thanks for your help
Pero
Telerik team
 answered on 09 Apr 2010
2 answers
174 views
Im trying the following, but it doesnt take.  How do I set the text for what is shown when there are no files to view in the FileExplorer?

RadFileExplorer1.Grid.MasterTableView.NoDetailRecordsText = "Upload files using right mouse click or the upload button."

Marc
Top achievements
Rank 1
 answered on 09 Apr 2010
4 answers
142 views
This combo doesn't work in Q1 2010, the FormDecorator applies skin to Fieldset.

The situation I have is asp:detailsview and RadListView in the same RadWindow.
FormDecorator messes up RadListView so I had set it to skip Fieldset and that works for Q3 2009 but Q1 2010 messes up either RadComboBox that is in the asp:detailsview or the RadListView.

Any hints on overcoming this limitation would be appriciated.
Using asp:dropdownlists instead of RadComboBoxes would ruin concistent look of the application.

Yours
   Björn
Andrey
Telerik team
 answered on 09 Apr 2010
5 answers
216 views
HI

I had to restore the toolbar in Visual Studio (right click, restore toolbar) and now when I add a telerik control to an exisitng page  I get a message saying " a file with the name bin/telerik.web.ui.dll already exists. Do you want to replace it?"

I am not sure whether I should say yes or no.  What is the issue here?

Thanks

Clive
version info Q2 2009
T. Tsonev
Telerik team
 answered on 09 Apr 2010
2 answers
343 views
I am having an issue with the min date on the date time picker and setting the DbSelectedDate in code behind.

I have a form that the user can select a date and time for work to be done (start date/time). I set the min date in code behind to prevent them from selecting a data in the past. This all works great.

My problem is that when the user goes back to the form after the work has started the date displays the current date and time. It looks like a validation error is forcing the date to Now().

I am looking for some elegant solution or a clever hack. Basically I don't want the user to pick a date in the past but still display the date in the text box. i am hoping I can still use this control because it wokes perfectly for the UI.

Thanks,
Craig
Craig
Top achievements
Rank 1
 answered on 09 Apr 2010
4 answers
256 views

Hi there,

In order to define the window size when it is maximized I'm setting its style as follows:

div.radwindow_ModalWin.maximizedwindow

{
   height:80% !important;
   left:0pt !important;
   top:0pt !important;
   width:80% !important;
}

The problem is that the actual radwindow implementation overrides it with:

div.radwindow.maximizedwindow
{
   height:100% !important;
   width:100% !important;
}

The question is: is there any way to define window size when it is maximized?

Thanks,
Paulo
Petio Petkov
Telerik team
 answered on 09 Apr 2010
4 answers
323 views
Hi,

Is there a way i can make the controls (radtxtbox, radcombobox etc) invisible with javascript, what i have so far is

var cboTask = "<%= cboTask.ClientID %>";
var Task = document.getElementById(cboTask).value;

if(Task.style.visibility == "visible" || Task.style.visibility == "")
            {
                Task.style.visibility = "hidden";
                alert('hidden set');
            }
            else
            {
                Task.style.visibility = "visible";
                alert('visible set');
            }
        }

but i dont think task.style.visibility is the correct syntax as it comes back as undefined. Can anyone help me out?
Sphengle
Top achievements
Rank 1
 answered on 09 Apr 2010
8 answers
852 views
I have a RadMenu bound to a linq datasource... the datasource contains a URL field that is supplied when a person creates a new db record or page.

I then wanted to use a query string in the menu for the url....  I was wanting to do something like this but it will not work.

 

<telerik:RadMenu ID="RadMenu1" Runat="server" DataFieldID="MapID"

 

 

DataFieldParentID="ParentID" DataNavigateUrlField='<%# Eval("Url", "?Url={0}") %>'

 

 

DataSourceID="LinqDataSource1" DataTextField="Title"

 

 

Skin="Telerik" Width="100%" >

basicly I just want the menu to postback to the default.aspx page where I have a details view.

somehing like this" default.aspx?Url=PageName

Any ideas?

Thanks

 

Ronnie
Top achievements
Rank 1
 answered on 09 Apr 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?