Telerik Forums
UI for WPF Forum
3 answers
100 views
Hi,

I use Telerik V2011.3.1220.35 and in my application I have multiple radgridview in multiple radwindow. I don't know why but with some radgridview, I have a problem when I try to use the filter icon in the columns headers. For those radgridview who I have problems with, when I click on the filter icon in columns header, a filters dialog appear, in the filter dialog, I can see a list of values that I can select or unselect without any problem but when I try to use the textbox to enter a value manually, the only char the textbox accept is the space!!!

I tried to compare one of my working radgridview with another one which is not working without any succes :(

PS: Each RadGridView are build dynamically at runtime, ie: Columns, Grouping, Sortings, etc...

Can you point me into a direction that I can check?

Thank's
Oliver
Top achievements
Rank 1
 answered on 04 May 2012
1 answer
162 views
Hi,

is it possible to disable the "edit series" (recurrence) in the Appointment Dialog? Thank'S a lot

Best regards
Rene
Annett
Top achievements
Rank 1
 answered on 04 May 2012
1 answer
111 views
Based on the example of the Demo Telerik SchedulerView (see included image).
I want to have grouping which will show different resources on every day.
Please guidance or code.

Annett
Top achievements
Rank 1
 answered on 04 May 2012
1 answer
105 views
Hi,

I add and remove some resources. That works fine. If i navigate to my scheduleview (its on a different tabitem) the added resources wouldn't be shown.
I try these solution http://www.telerik.com/community/forums/wpf/scheduleview/how-to-refresh-scheduleview-when-clearing-and-re-adding-to-resourcetype-resources.aspx and it works.
I do this on the ScheduleViewLoaded event. This is fired if i changed the tabitem.
void RadSchedViewLoaded(object sender, RoutedEventArgs e)
{
    var scheduleViewModel = DataContext as ScheduleViewModel;
    if (scheduleViewModel != null)
    {
        scheduleViewModel.RefeshAppointmentSettings();
 
        var groupDescriptionsSource = _radSchedView.GroupDescriptionsSource;
        _radSchedView.ClearValue(RadScheduleView.GroupDescriptionsSourceProperty);
        _radSchedView.SetValue(RadScheduleView.GroupDescriptionsSourceProperty, groupDescriptionsSource);
 
    }
}

But somehow it crashes my style. See in my added picutres. The rows are greater after adding (afteraddingresource.jpg) and if i navigate the week up and down (afteraddingresourceandchangingvisibiblerange.jpg) it looks correct again.

What can i do? Can i set for example somehow the resource.MaxHeight?

Thanks
Annett
Annett
Top achievements
Rank 1
 answered on 04 May 2012
2 answers
115 views
Hi,

I have multi-level nested grid view and all the nested grids are expanded by default.
When i sort the first level items, all the child/nested levels are collapsed.
Is there any way to retain the expanded mode for all the child levels after sorting?

Thanks
Thangalskhmi
Top achievements
Rank 1
 answered on 04 May 2012
3 answers
652 views
I am setting the Font and Font color of a RadRichTextBox via the FontFamily and Foreground properties which are bound to properties on a ViewModel. This works quite well when I have the Text property bound to a property on a ViewModel, but when I instead use an HtmlDataProvider to provide the text to the RadRichTextBox, setting the Foreground and FontFamily properties no longer has any effect. 

Is there a way to set the Font and Font color via databinding to either the textbox or the dataprovider or will I have to change the Html to specify the font and color?
Iva Toteva
Telerik team
 answered on 04 May 2012
4 answers
347 views
Hello,

I was wondering if it was possible to customize the visualization of RadTimeline duration items over and above what the TimelineItemTemplate offers.  Would it be possible to create an item visualization that, for instance, organized different data items into specific rows along the timeline?   Also would it be possible to create a visualation that drew a vertical line from the bottom of the timeline control up to the beginning of each duration item as a reference?

Regards,

cm
Tsvetie
Telerik team
 answered on 04 May 2012
6 answers
415 views
Hi,

I have a grid view with a checkbox column representing boolean values (true/false). When I'm trying to add a filter on this column, I see True and False as teh boolean text values. I want to know if it's possible to translate those values?

Thank's
Adam
Top achievements
Rank 1
 answered on 04 May 2012
7 answers
2.6K+ views
Hello telerik team,
                           is there any mouse click event in rad gridview?
In my last wpf project i want to click on radgridview that time the selected row details display on respective controls?

how to get clicked row data in gridview?

can u suggest some sample code here?
Maya
Telerik team
 answered on 04 May 2012
1 answer
147 views
Is there a way to make item labels clickable? If not, Is there any other way to make overlapping items from different series selectable?
Yavor
Telerik team
 answered on 04 May 2012
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
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
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?