Telerik Forums
UI for WPF Forum
3 answers
186 views

Hi,

Looks like, using the VirtualQueryableCollectionView, it is possible to lazy load the data if it is flat, but it is not possible if the data is displayed hierarchically. That is, using VirtualQueryableCollectionView, if GroupBy is done for single\multiple columns, the grouping is done only of the initial few records, obviously, as only few records are loaded initially by the VirtualQueryableCollectionView.

If there are multiple groupings then there is a hierarchy, and one can drill down subgroups step by step. I wanted to know if there is a way with GridView to lazily load the subgroup items.

Any suggestions will be helpful.

thanks

Vladimir Stoyanov
Telerik team
 answered on 19 Sep 2018
0 answers
76 views

 what i need to do is :

      In the xaml file, there is an MergeField with PropertyPath isYes,if isYes == 'Y',I want to replace the MergeField with a checked box like symbol ☑

How to do this?

zou
Top achievements
Rank 1
 asked on 19 Sep 2018
1 answer
211 views
I have a GridViewComboBoxColumn in my grid, and want to capture drop down list close event to finish some task at that time. But I did not find proper event in GridViewComboBoxColumn for this, anyone can help? Thanks!
Dilyan Traykov
Telerik team
 answered on 18 Sep 2018
2 answers
221 views
Hi. How i can delete dashed/dotted line in selected shape on RadDiagram?
Svyatoslav
Top achievements
Rank 1
 answered on 18 Sep 2018
3 answers
222 views
Hi There

I have a scenario where I need to show maps under RadPane , i.e. Bing Tab shows Bing Map, Open Street Tab shows Open Streets and Empty provider Tab shows Shapefile map.Under each RadPane i have individual RadMap for each kind of provider.So my question is,

Should I use 1 radMap for all providers and when user clicks tabs , i change the map provider at the runtime, OR should i have individual radMaps for each provider under each tab. What are the performance issues associated with each approach.

Cheers
Petar Mladenov
Telerik team
 answered on 18 Sep 2018
2 answers
144 views

Hello,

we discovered an issue when having a TileList-Control inside a TileView. The reorder doesn't work, the items just disappear...

Please look at the following example code:

<Grid>
           <Grid.ColumnDefinitions>
               <ColumnDefinition Width="*"/>
               <ColumnDefinition Width="*"/>
           </Grid.ColumnDefinitions>
            
           <!-- reorder works like a charm -->
           <telerik:RadTileList Grid.Column="0">
               <telerik:Tile TileType="Single" Background="#FF00A100" Content="A"/>
               <telerik:Tile TileType="Double" Background="#FFA10000" Content="B"/>
               <telerik:Tile TileType="Single" Background="#FF0000A1" Content="C"/>
           </telerik:RadTileList>
 
           <!-- reorder doesn't work -->
           <telerik:RadTileView Grid.Column="1">
               <telerik:RadTileList>
                   <telerik:Tile TileType="Single" Background="#FF00A100" Content="A"/>
                   <telerik:Tile TileType="Double" Background="#FFA10000" Content="B"/>
                   <telerik:Tile TileType="Single" Background="#FF0000A1" Content="C"/>
               </telerik:RadTileList>
           </telerik:RadTileView>
       </Grid>
Tobias
Top achievements
Rank 1
 answered on 17 Sep 2018
3 answers
112 views

I just upgraded to the latest release of UI for WPF (2018.3.blah blah).  So far everything has been working fine.  But today I invoked a bit of my code that uses RadOpenFolderDialog.  The code is pretty simple:

 

            var dlg = new RadOpenFolderDialog
            {
                InitialDirectory = Settings.LibraryFolder,
                Multiselect = false,
            };

 

(I have verified the "Settings.LibraryFolder" points to a valid, existing folder at the time this function is called)

 

It then throws an exception.  The outer exception message is this:

    "Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception."

 

The inner exception message is this:

    "Cannot find resource named 'BreadCrumbBarItemCustomStyle'.  Resource names are case sensitive"

 

I do not now, nor have I ever had a resource of that name so I have to assume this is something inside the Telerik release that was inadvertently removed.  Can you help me?

I don't know if it is relevant but early on in my app I use the StyleManager to set an application theme

 

            StyleManager.ApplicationTheme = new Windows8TouchTheme();

Also I am *NOT* using the "NoXaml" approach

 

Help...?

 

 

Petar Mladenov
Telerik team
 answered on 17 Sep 2018
2 answers
117 views

(This is a duplicate of a thread I accidentally started in the wrong subforum here:  https://www.telerik.com/forums/latest-ui-for-wpf-release-throws-exception-when-using-radopenfolderdialog)

I just upgraded to the latest release of UI for WPF (2018.3.blah blah).  So far everything has been working fine.  But today I invoked a bit of my code that uses RadOpenFolderDialog.  The code is pretty simple:

            var dlg = new RadOpenFolderDialog
            {
                InitialDirectory = Settings.LibraryFolder,
                Multiselect = false,
            };
            var res = dlg.ShowDialog();

 

(I have verified the "Settings.LibraryFolder" points to a valid, existing folder at the time this function is called)

It then throws an exception.  The outer exception message is this:
    "Provide value on 'System.Windows.Markup.StaticResourceHolder' threw an exception."

The inner exception message is this:
    "Cannot find resource named 'BreadCrumbBarItemCustomStyle'.  Resource names are case sensitive"

I do not now, nor have I ever had a resource of that name so I have to assume this is something inside the Telerik release that was inadvertently removed.  Can you help me?
I don't know if it is relevant but early on in my app I use the StyleManager to set an application theme

            StyleManager.ApplicationTheme = new Windows8TouchTheme();


Also I am *NOT* using the "NoXaml" approach

Help...?


Joe
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 17 Sep 2018
0 answers
90 views

I have combined RadAutoCompleteBox with Combobox with multiple selection mode. When I select item from drop down of combobox the item gets added in the autocomplete box and the remaining portion of autocomplete box will be used for searching. But in this case I am not able to select the added items.

See attached screenshot, here the 2 items which are already added named TestPalga2 and TestPalga3 cant be selected. I want these items to select and remove on delete button press of keyboard.

sumit
Top achievements
Rank 1
 asked on 17 Sep 2018
1 answer
97 views
In a xaml file, there are many readonlyRanges and other fields ,when I try to convert a XAML file to docx file , the words around with readonlyRanges can also be changed, the words around with  fields disappeared, how to solve this?
Tanya
Telerik team
 answered on 16 Sep 2018
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
Slider
Expander
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
WebCam
CardView
DataBar
Licensing
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
Andrey
Top achievements
Rank 1
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
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?