Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
135 views
Hello,
i'm trying to attach a radslider to a rad rotator so that I can visually show on the radslider which image of the rotator I'm on.

For instance, I have 5 images that the rotator rotates through and at the same time I have a slider that is numbered 1-5.  At the moment the rotator rotates to an image, I would like the 1 to be highlighted and so on and so forth.

can anyone show me how that's done or post some examples of what I need to do to accomplish this, I would greatly appreciate it.
Fiko
Telerik team
 answered on 04 Nov 2010
1 answer
152 views
hai,

these screen allow option pop up window not set the room datasource and at that time avoide duplicate appoinments. the appoinments created in class ,section wise and avoide duplicate appoinments.
                                                                             Please any one help me.......................
Peter
Telerik team
 answered on 04 Nov 2010
2 answers
203 views
I have a suggestion or two about the mark-up for the RadButton control.

At the moment, it is possible to include the ToggleStates element for a standard or link button. Likewise, it is possible to set the ToggleType attribute. What I'm about to suggest will, I think, make the mark-up a little more logical and, potentially, improve the functionality of the control overall.

First, I think that you should remove the "ToggleButton" option from the ButtonType attribute. A RadButton would be either a StandardButton or a LinkButton. The button (standard or link) takes on ToggleButton properties if it has a <ToggleStates> child element.

By default an RadButton would be a StandardButton unless, either, the ButtonType="LinkButton" or the <RadButtonToggleState> elements had a ImageUrl property.

The ToggleType property should be moved to the <ToggleStates> element as it has no relevance unless the button is to function as a ToggleButton.

So, you'd define a standard button with or without icons pretty much as you do now, and the same would go for a link button. But either (and the visual appearance wouldn't change unless the developer wanted it to) could be made in to a ToggleButton by simply adding <RadButtonToggleState> elements to the button's <ToggleStates> element. Creating a custom toggle button, like those in your examples, would work in the same way, but the user now has access to a standard-looking button that will toggle through a set of states just changing the text, or the icon or both.

I'm fairly confident that someone will tell me that it's too late now to change the code for the release of Q3, but I hope not. If, however, it is, I hope that you would consider introducing these changes, or something like them in a future release..

-- 
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 04 Nov 2010
3 answers
97 views
I need to implement logic when the date block for a day within a scheduler month view is clicked.

According to the documentation, the "TimeSlotContextMenuItemClicked" should fire when that happens, but none of the available scheduler events are firing.

The "NavigationCommand" event fires when the day number is clicked (in the upper-left corner of the day block), but how do I wire up the date block itself?

Rich Sorensen
Peter
Telerik team
 answered on 04 Nov 2010
4 answers
125 views
Hi.

I'm using RadListbox with ItemTemplate property just as the sample in this link http://demos.telerik.com/aspnet-ajax/listbox/examples/functionality/templates/defaultcs.aspx

Everything is working fine in IE but I have a problem in Firefox. If I pass my mouse over an item, it does not do something. So if I just leave the code like this:
<telerik:RadListBox ID="RadListBox1" runat="server" AutoPostBackOnTransfer="true" Height="200px" Width="215px"
                    SelectionMode="Multiple" DataValueField="IdTarjeta" Localization-ToLeft="Quitar forma de pago"
                    Localization-ToRight="Agregar forma de pago" AllowTransfer="true"
                    TransferToID="RadListBox2">

and if I check Firefox javascript console: It shows that Sys.InvalidOperationException:Could not find dnn_ctr405_wuc_Pagos_RadListBox2

If I delete AllowTransefer and TransferToID properties, it displays the mouseover effect.

Telerik version I am using is 2010.2.713.35

Thank you and I hope to hear back from you soon.

Regards,
Gerardo
Genady Sergeev
Telerik team
 answered on 04 Nov 2010
1 answer
133 views
I have a chart displayed but also want to give user option to view chart in high resolution.  How is that accomplished?
We are utilizing Web UI Components & Controls.
Evgenia
Telerik team
 answered on 04 Nov 2010
1 answer
105 views
Hi, I am trying to create a hierarchical grid. I have a radCombobox in the parent grid and the details grid and I want that combobox to be editable when the grid is in Display Mode. When grid is collapsed, the parent grid's combobox is editable, but when I expand any of the rows, it disables the combobox. Also in the detail view the combobox is disabled.
I want the users to be able to select a value in the combobox and update the database with it, both at the parent and child level in the hierarchical grid, with grid being in display mode. Is that possible. Thanks
Princy
Top achievements
Rank 2
 answered on 04 Nov 2010
1 answer
99 views
After installing, then removing (due to troubleshooting issues) now when I try to repair or remove the Rad Controls, I get an error that reads:

"This installation requires Microsoft SharePoint 2010 or Microsoft SharePoint Foundation. Please ensure you have (said) installed"

Now I can't install, repair or remove the controls anymore.

Is the registry messed perhaps? I was able to install/repair the Telerik.web.ui msi fine... but not Telerik AJAX controls for 2010.

I am running this on a single server setup in a dev environment with Server 2008 and SharePoint 2010 Foundation/Server. Like I said, it installed once. I retracted the solution, and had to recreate the port 80 web application, and after that is when I started having the issue.

I also had the 2007 controls in the content database which I'm trying to replace. It's been very confusing on what to do with the old controls... and the only reason I'm trying this update is that any content that was created using the 2007 controls don't work when I try to view the content in the 2010 after attaching the 2010 server to the 2007 content database.

any help would be greatly appreciated. thank you.
Petar
Telerik team
 answered on 04 Nov 2010
1 answer
123 views

Hello, I have a problem with firing the insert-/editcommand when a tab is clicked within a radgrid.

So the problem is the following:

I have a radgrid. In the insert/editmode of this radgrid (it’s an in-forms editing mode), I use a radtabstrip with two tabs. One tab is called ‘general info’ and the second one is called ‘photos’. Now, I would like to do the following.

When the user inserts a new record or edits an existing one in the radgrid, firstly he fills in/edits the general info (first tab). Secondly he clicks the tab ‘photos’ to add some photos. Clicking the tab ‘photos’, the ‘general info’ should be saved into the database. So, the updatecommand or insertcommand should be fired on clicking the tab ‘photos’. How can I perform this?

Thanks for your help!

Peter
Telerik team
 answered on 04 Nov 2010
3 answers
136 views
<telerik:RadInputManager ID="radInputManager1" runat="server">
     <telerik:NumericTextBoxSetting BehaviorID="NumericBehavior" EmptyMessage="######"
            InitializeOnClient="false" Type="Number" DecimalDigits="0" GroupSeparator="" Validation-IsRequired="false">
    </telerik:NumericTextBoxSetting>
</telerik:RadInputManager>


I apply the setting to a textbox in code-behind.  When I don't enter a value in the textbox, the Text property of the textbox returns the inputmanager setting's EmptyMessage, "######".  I would expect the Text property to return what was input in the control, in this case an empty string,  not the emptymessage.  Is there a way to accomplish this?
Dimo
Telerik team
 answered on 04 Nov 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
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
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?