Telerik Forums
UI for WPF Forum
5 answers
96 views
hi,
I want to disable the automatic movement of carousel item, which takes the current clicked carousel item to the top container.
thanks
Maya
Telerik team
 answered on 27 Mar 2012
1 answer
91 views
Hi,

How to filter resource list on date range selection in Edit Appointment Dialog?

For e.g.
I have 3 types of resources i.e. Room, HouseKeeping, Car.
On selection of Start and End date in Edit Appointment Dialog, i want to filter the resource list such that only available resource for that particular date range is visible.
How it can be achieved?
Can you share a sample program for the same?

Thanks And Regards,
Ankesh Maradia
Yana
Telerik team
 answered on 27 Mar 2012
5 answers
161 views
I have followed the Windows Explorer Treeview demo you have and everything works fine except that my Directory objects never have the expansion sign next to it, even though they all have sub folders and files.  I have tried troubleshooting many different things.  For example, in the Style Selector I made Directory use the Drive style because its expander works.  But it makes no difference.  The Style is definitely being used as I have tested it.  Does it have to do with it being on a Windows 7 box?  I ran the program as an Administrator as I was desperate and it had no effect.
Hristo
Telerik team
 answered on 27 Mar 2012
0 answers
103 views

 

I set the parameters in order  to have a black background color in the scrollbar, but when both the scrollbars are visible appears a white square (it appears whatever color the background is). How can I avoid or delete this kind of effect?
thanks .





Fregonese
Top achievements
Rank 1
 asked on 27 Mar 2012
7 answers
122 views
I have an MVVM project with Several RadGridViews inside of a RadTabControl and a RadTabControl containing Listboxes which are defined in an datatemplate.
I had Drag and Drop working fine when using version 2011.2.712.40
However, when I upgraded to the current release the drag and drop functionality does not work.

I found the following thread (see below) and downloaded the last example contained within, sure enough it has the same problem...
if you run the example with the version contained in the lib folder Drag and Drop works fine, then if you upgrade the controls to the current  version, Drag and Drop no longer functions.

http://www.telerik.com/community/forums/wpf/draganddrop/drag-drop-related-problem-in-mvvm.aspx

What has changed that would impact Drag and Drop, and how can I correct it?
Vlad
Telerik team
 answered on 27 Mar 2012
3 answers
515 views
I currently have a RadGridView with a RowDetailsTemplate that expands when a row is selected by using RowDetailsVisibilityMode="VisibleWhenSelected".  When I click on another row, the previously selected row collapses and the new row expands like I want.  However, how do I make the selected row collapse when I click on the selected row a second time instead of clicking on a different row?  I'm basically trying to get back to where all rows are collapsed.  I am not using the '+' button control so it will have to respond to a click anywhere on the selected row.  Thanks.
Rossen Hristov
Telerik team
 answered on 27 Mar 2012
4 answers
247 views
Hi all !

I'm having a closer look to the new RadDiagram component (and Q2 Roadmap) and I was wondering if the GraphSource property was (or will be) supporting nodes with multiple parents or should this achieved manually ?
I've attached a sample diagram to give a better view of what I would like to achieve.
Many thanks for your help !
TheFlo
TheFlo
Top achievements
Rank 1
 answered on 27 Mar 2012
1 answer
138 views
Hello,

I'm evaluating the TreeView of "RadControls for WPF Q3 2011 SP1" on Windows 7.
I'm using the version 2011.3.1220.40 of Telerik.Windows.Controls.Navigation.

I want to use the drag and drop capabilities of the TreeView.
But it seems that the property Effects of the DragDropEventArgs object is always null.

public TelerikTreeview()
{
  InitializeComponent();
  RadDragAndDropManager.AddDropQueryHandler(m_cellTreeView, new EventHandler<DragDropQueryEventArgs>(OnDropQuery));
}
 
private void OnDropQuery(object sender, DragDropQueryEventArgs e)
{
  System.Diagnostics.Debug.WriteLine(e.Options.Effects);
}

How do you perform a copy or move operation with your drag & drop ?

Best regards.
Hristo
Telerik team
 answered on 27 Mar 2012
3 answers
95 views
I have an ObservableCollection that currently only has one ResourceType in it: Provider. I have 3 Providers in that ResourceType. I have a collection of Appointments that I have attached to the AppointmentSource.  When I did not have any ResourceType attached the appointments would appear in the scheduler just fine.  I have added the ResourceType and they are displaying correctly, but the appointments are not showing.  My collection of appointments is correctly populating still.  I have tried attaching the specific Provider I need to the Appointment's Resource, but I still cannot get them to show.  I am lost and would love any help that could be given.
Yana
Telerik team
 answered on 27 Mar 2012
1 answer
169 views
I noticed in my application that InvertedBooleanConverter (in the ScheduleView dll) was not working correctly for the convert back operation. I looked at it in JustDecompile and it is incorrect.

The InvertedBooleanConverter in Telerik.Windows.Controls.dll is correct.

Why are there multiple versions?
Konstantina
Telerik team
 answered on 27 Mar 2012
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?