Telerik Forums
UI for WPF Forum
1 answer
173 views
Hi,

I am just wondering why the scheduler does not display its appointments in correct order in timeline view and month view.

Example:

There are three appointments, all at the same date.

First is from 8-9 am
Second is from 11-11:30 am
Third is from 02-04 pm

In timeline view and month view these appointments are not show in correct order. They show "randomly":

First - Third - Second for example.

It would be nice if the earliest appointment was shown on top,  then the second appointment and the the third appointment.

Is there a way to get this working?
Konstantina
Telerik team
 answered on 24 Feb 2011
10 answers
1.4K+ views
I have the following code:

<

Telerik:RadDatePicker Width="150" Height="Auto" SelectedDate="{Binding Path=TrainingDate}" IsTodayHighlighted="True" />

When, I run, the DatePicker reflects the bound value, however if I pick a new date, the bound field does not get updated.  Before I used the datepicker control, I just had a textbox which bound to the field just fine.

Thanks,

Eric

Kaloyan
Telerik team
 answered on 24 Feb 2011
1 answer
171 views
Dear Telerik,


I m using rad calender control. I m having specific schedule on which there is selection of dates in rad calender control. Now on those  selected date i want to have custom color according to color button which has been pressed. if it is press all selected dates get colored on load time or if it pressed after loading then on any selection of date by user that date have that color.

I hope you understand my view point or requirement.Kindly advice appropriate solution.

Thanking you,
Miral Shah
Kaloyan
Telerik team
 answered on 24 Feb 2011
2 answers
92 views
I use gridview with with ShowInsertRow property set to true. After user inserts data into this row RowValidating and EditRowEnded events are invokeg. How can I lock InsertRow to be visible(gridView is in InsertMode) until data is not valid?

regards
John
Top achievements
Rank 1
 answered on 24 Feb 2011
2 answers
249 views
Hi,

When my app first starts, I am able usually to Tab among the panes in our main window (which uses RadDocking) and their children just fine.

However, after performing a drag rearrangement of the panes if I press Tab it does not work.

Tab also fails if we create a few other top-level windows then activate our main window (which has the docking panes).

I used Spy++ and a utility I created to monitor which Win32 hwnd has focus. I see that for both cases, focus is left in the large transparent window which hosts all the floating panes, compasses and visual cues. 

A workaround is simply to click in the window again but it's confounding to our power users who use the keyboard a lot.

Does anyone have any ideas how we could avoid this?  In my admittedly-limited experience, that transparent window sure seems to be a trouble-maker as there are other problems it causes as well.

John
Kais
Top achievements
Rank 1
 answered on 23 Feb 2011
3 answers
120 views
Hello,

is there any way to force grid view to make editable whole row? Now I can edit only one cell in a row.
Maya
Telerik team
 answered on 23 Feb 2011
9 answers
201 views
Hi..
How do I enlarge the panel size?
Say for instance - want to increase the carousel items to  500 x 500 for all items in the data template?
thanks again!
Maya
Telerik team
 answered on 23 Feb 2011
0 answers
220 views
Does anyone have any help or sample for changing themes in a Prism App?
I am looking at having a property in the ViewModels that holds the current theme and bind each view/control to this property.

Like the following but for WPF, not Silverlight and preferably VB code:

http://www.telerik.com/community/forums/silverlight/general-discussions/runtime-themes-with-prism-amp-mvvm.aspx

Bill
Top achievements
Rank 1
 asked on 23 Feb 2011
1 answer
300 views

*** MODERATOR : This should be in WPF GridView - not sure how to move this & don't want to post twice ****

So I found out from support that the the .Columns collection is not populated until the grid is
shown when bound dynamically. I'm not sure I agree with that functionality.  I should have access to these collections right
after the data is bound.  Anyway, I am trying to add an aggregate function after the data is bound.  My ultimate goal is
to be able to go through my columns, and dynamically apply aggregate functions to the column based on the data type.
As stated below, this will always be dynamically bound, I do not want to define my grid columns via XAML pre-bind since this will
be changing based on the dynamic binding.

Any help would be greatly appreciated!

Thanks!

Daryl

 

 

// I have some code that fills the grid dynamically.  
// This is SUPER important as I will be filling this over and over
// again via some other widget which will bind to different SQL queries when the 
// user clicks the "other widget" - say a tree control full of different queries. 
// I DO NOT want to PREDEFINE what my columns are going to be via XAML

// As a sample, lets say in the load event of the form I fill the grid
// with this SQL 
 
DataTable dt = g.DB.SelectDataTable("select * from category");
MyWPFGridView.ItemsSource = dt;
  
  
// I am trying to create a "dynamic" aggregation function on the
// first column but
// I am not seeing it manifest itself in the grid...
// ALSO:  I am seeing this event get called TWICE...why?
  
void Form1_DataLoaded(object sender, EventArgs e) 
  
{
   Debug.WriteLine("Form1_DataLoaded :: Telerik WPFGrid Column Count: " + MyWPFGridView.Columns.Count); 
   CountFunction f = new CountFunction(); 
   f.Caption = "Count"
   MyWPFGridView.Columns[0].AggregateFunctions.Add(f); 
}

 

Milan
Telerik team
 answered on 23 Feb 2011
1 answer
231 views
Hi,
is it possible to set the DropDownContent open direction to right?

Thanks Gianmaria.
Tina Stancheva
Telerik team
 answered on 23 Feb 2011
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
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
InlineAIAssistant
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?