Hi there,
I am developing a WPF application using MVVM pattern and I need to display data in a format attached below.
The first column is for time with some interval. The time and the interval can vary so accordingly the total number of rows could be more or less.
After this I need exactly 5 more columns.
Can you please suggest an appropriate control to fulfill my requirements.
Thanks
I would like to select a specific cell by giving the column and the row index. For exemple (Image):
I would like to select the cell where the column index is 2 and the row index is 2 (It will select the cell where "Portugal" is written).
It should be something like myGrid.SelectCell(Columns[2], Rows[2]);
Is there any way of doing this?
Thank you,
Evelyn
<
Style
x:Key
=
"FileItemStyle"
TargetType
=
"{x:Type telerik:RadTreeViewItem}"
>
<
Setter
Property
=
"Foreground"
Value
=
"Black"
/>
<
Setter
Property
=
"FontStyle"
Value
=
"Normal"
/>
<
Setter
Property
=
"DefaultImageSrc"
Value
=
"/Images/file.jpg"
/>
</
Style
>
<
DataTemplate
DataType
=
"{x:Type local:File}"
>
<
StackPanel
Orientation
=
"Horizontal"
>
<
Image
Source
=
"/Images/file.png"
/>
<
TextBlock
Text
=
"{Binding Name}"
/>
</
StackPanel
>
</
DataTemplate
>
When I call the RadSpellChecker control to spellcheck a textbox it is slow the first time:
RadSpellChecker.Check(txtBox, SpellCheckingMode.AllAtOnce);
Sometimes the RadSpellChecker window ​appears behind the parent window. Also, if I click on the application icon on the task bar, the RadSpellChecker window goes behind the parent window. I can deal with this, but my users can't. Is there a setting that I'm missing to set the RadSpellChecker control to be the topmost window?
Hello,
I'm trying to add a RadGridView in my ModernUINavigationApp and I'm not capable of making it work. I have uploaded a simple proyecto to DropBox:
https://www.dropbox.com/s/7wqyisvdywcx817/ModernUINavigationApp3.zip?dl=0
I just made a copy from telerik demos but I can't even see the RadGridView on Design.
Could you please check it out and tell me what I'm doing wrong.
Many thanks.​
Hi there,
I use the RadTimeLine in one of my controls and it works perfectly as expected. Now, I try to ​use the same RadTimeLine inside of the DropDownContent of the RadDropDownButton and it is not showing up except for the scrollbar on the bottom. Is this combination not supported? Or how do I get the RadTimeLine to display correctly inside the RadDropDownButton?
Cheers,
Marcel
Is this control supported on .NET 4.0 Client Profile? Not sure why it wouldn't be. but I am getting the following error:
Error 27 The tag 'TileGroup' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'.
Is it possible to drag & drop all day events that are displayed in the AllDayArea? My custom DragDropBehavior isn't getting called.
I only found one Telerik demo that allows AllDayEvents--the "ScheduleView Configurator". Also in this demo, all day events can't be dragged to other days.
Is it possible to drag all day events?
Dear support,
I need to represent hierarchical data. The presentation is similar to a Gantt chart, but in which instead of the graphics for the resources, columns with hour values (more than 24 columns) are displayed. Within these numerical values I can scroll horizontally. In addition to this I need two columns with a summary of each row on the right side.
That is why I am planning two or three TreeListViews to place side by side​: the left displays the hierarchy (projects, subprojects, tasks, developers, ...) and the right one(s) displays the hour values and the summaries.
According to the thread "Scrolling two Grids" (http://www.telerik.com/forums/scrolling-two-grids-f949e02b84ab) I have to synchronize the vertical scrolling and the expanding/collapsing of hierarchical rows of two ore more TreeListViews.
How do I achieve this?
Thanks in advance
Marcus