Telerik Forums
UI for WPF Forum
4 answers
311 views
Is it possible to show the times in the RadTimePicker in Military Time format?

Thanks,

Billy Jacobs
Boyan
Telerik team
 answered on 11 Jun 2009
1 answer
134 views

Hi.

I am using the TreeView control.
however, there are some restrictions I need enforced.
Basically I want the user to be able to re-arrange the sub items in a tree node but not be able to drop a node outside of its parent.
How can I do this?

Lower part saw the same contents question.
Will be a plan which will upgrade. Now is the use possible?

Reply will wait.
Thanks...

Miroslav
Telerik team
 answered on 11 Jun 2009
1 answer
110 views
Hello,

I have a long tree view, where the tree items go below the viewable area of the page.  I tried wrapping this with a ScrollViewer, but that didnt' do anything.  How can I enable scrolling for this long tree?

Right now, the list of items is truncated.

Thanks.
Bobi
Telerik team
 answered on 11 Jun 2009
3 answers
111 views
Not sure if this is a bug or if I'm not using the right property. I can't seem to get the content/text of the timepicker to be verticalcontentalignment = center ...always appears to stay stuck on "top". This is using the release that went live yesterday..
Dimitrina
Telerik team
 answered on 11 Jun 2009
1 answer
172 views
hello

How to bind a simple string array to a RadGridView.How can I achive this problem.
Vlad
Telerik team
 answered on 11 Jun 2009
3 answers
78 views
Hello,

Does the gridview have a footer row ?

Thanks

Erez
Vlad
Telerik team
 answered on 11 Jun 2009
1 answer
74 views
I'm interested in encapsulating and extending the RadGridView, for example adding New Row and Delete Row buttons above the grid, as a UserControl, but still support XAML manipulation of the GridView by the window upon which my UserControl exists.

Is there a way to add the buttons, etc. with Templates? (instead of encapsulating in a UserControl)

Thanks!
Nedyalko Nikolov
Telerik team
 answered on 10 Jun 2009
3 answers
122 views
Hi !

I downladed & installed the TrailVersion of RAD Controls for WPF.But i couldnt able to work with those controls.When ever i open a project & start adding the RAD control its throwing exception & my whole system is feezing.When i check the task manager the visual studio is consuming very large memory.its taking some time for my system to regain its original state .Before installing the RAD controls my visual studio use to work fine.I dindt get why its happens after installing the RAD controls .

Is the any ideas ?

With Regards,
Madhu k
Boyan
Telerik team
 answered on 10 Jun 2009
1 answer
199 views
Hello,
I'm using dotnet 3.5, WPF.
XP pro SP3.
IE6.0.2900
RadControls_for_WPF_2009_1_0526_TRIAL
C#

I have created a simple RadGridView  with a GridViewComboBoxColumn column.
I have added a combobox "DataTemplate" so that the column cells will look like a combo, and not just
when pressing on one of the cells.

In the constructor of the window1, I call FillStatusComboColumn() to fill the combo with possible values.

*** The problem is that using the "DataTemplate" in the XAML causes the values in the
combobox to disappear. ***

Any ideas ?

Thanks

E. S

<telerik:RadGridView  Name="RadGridView1"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
AutoGenerateColumns="False"
ShowGroupPanel="False"
IsFilteringAllowed="False">
<telerik:RadGridView.Columns>
 <telerik:GridViewComboBoxColumn UniqueName="Status"
                                 HeaderText="STATUS">
 <telerik:GridViewColumn.CellTemplate>
   <DataTemplate>
      <ComboBox />
   </DataTemplate>
</telerik:GridViewColumn.CellTemplate>
</telerik:RadGridView.Columns>
</telerik:RadGridView>
 

private void FillStatusComboColumn()
{
var comboColumn = (Telerik.Windows.Controls.
GridViewComboBoxColumn)RadGridView1.Columns["Status"];
comboColumn.DataMemberBinding = new Binding("ActivityType");
comboColumn.ItemsSource = GetActivityTypes();
comboColumn.DisplayMemberPath =
"Name";
comboColumn.SelectedValueMemberPath =
"ID";
}

public class ActivityType
{
public string Name
{
get;
set;
}

public int ID
{
get;
set;
}

}

private System.Collections.IEnumerable GetActivityTypes()
{
List<ActivityType> ActivityTypes = new List<ActivityType>();

ActivityTypes.Add(new ActivityType() { ID = 0, Name = "" });
ActivityTypes.Add(new ActivityType() { ID = 1, Name = "Val1" });
ActivityTypes.Add(new ActivityType() { ID = 2, Name = "Val2" });
ActivityTypes.Add(new ActivityType() { ID = 3, Name = "Val3" });

return ActivityTypes;

}

Vlad
Telerik team
 answered on 10 Jun 2009
2 answers
240 views
Hi,

I've made a simple program with a RadCarousel in it.  The thing is, I would like to use my own Buttons (outside the carousel) to scroll through the RadCarousel instead of the carousel's default horizontal/vertical scrollbars.  Is there any way to tell the RadCarousel to scroll one way or the other from inside a Button's MouseLeftButtonDown event handler?  I've been trying to achieve this through RaiseSelectionChangedEvent (but can't seem to access the selected item's index) or ScrollViewer (but can't/don't know how to access the carousel's internal ScrollViewer).  I haven't worked a lot with scrolling in WPF before, so I may be missing something obvious.  Any light you could shed on this problem would be very much appreciated!

Thanks,

UIdev
UIdev
Top achievements
Rank 1
 answered on 10 Jun 2009
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?