Telerik Forums
UI for WPF Forum
1 answer
142 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
73 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
199 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
103 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
154 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
200 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
255 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
203 views
Hi,
is it possible to set the DropDownContent open direction to right?

Thanks Gianmaria.
Tina Stancheva
Telerik team
 answered on 23 Feb 2011
1 answer
91 views
Hi team,
I have a set of PDF files that I have converted into PNG files to be used in Radbook, by doing so I have lost all the links. Is there is way where I can select a region in radbook and map it to a hyperlink. Any code sample would be helpful.
Thanks
Tina Stancheva
Telerik team
 answered on 23 Feb 2011
10 answers
357 views
I am porting code from RadScheduler to ScheduleView.
I have few questions
1) In my code I was creating DataTemplate and binding it to the AppointmentTemplate.
I do not see this property on the ScheduleView, Can you advise how to bind it at run time?

2) All of my appointments are AllDay how can I adjust "AllDay" height on Month and Day View?

3) I do not see a IsReadOnly property on the ScheduleView anymore, How can I set it?


Best Regards,

Tom
 
Rosi
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
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
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
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?