Telerik Forums
UI for WPF Forum
3 answers
190 views

I want to use RowDetails in the grid. So I want to put a toggle button on the first column, click it will expand or collapse. The question is that I click it the selected Item is not bind. It seems that button is not belonging to the selectedItemUnless I click somewhere else on the row. 

Not sure..how? Sorry I can't provide sample code now...

Martin Ivanov
Telerik team
 answered on 13 Mar 2019
19 answers
456 views
With .NET 4.5 there is the new BindingOperations.EnableCollectionSynchronization feature that would enable support for updating a ObservableCollection in the background thread, thus removing the need to dispatch to UI thread every time.

However, the current RadGridView doesn't seems to be happy with it, the first item appears fine, but then it throws the usual "wrong thread" exception for the second item.

When will the new BindingOperations.EnableCollectionSynchronization be supported in the Telerik items controls?
Martin Ivanov
Telerik team
 answered on 13 Mar 2019
5 answers
319 views
Is it possible to get CellSelection object by selecting the cells using mouse. I need to store information (row and column index) of selected (using mouse) cells in another control.
i.e something like CellSelection cs = this.worksheet.Cells.SelectedCells();
Thanks.
Nikolay Demirev
Telerik team
 answered on 13 Mar 2019
1 answer
171 views

Hello,

I'm working on a .Net Windows application in which RadDropDownList is used.  Everytime when a dropdownlist selected item changes, there is a Bubble test which is displayed Indicating the selected value. I would like to disable it as it is causing problem (overlapping). Could you please let me know how to disable it ?

Please find the attached Screenshot of that Bubble text.

 

Thanks in advance

Balachandar
Top achievements
Rank 1
 answered on 12 Mar 2019
1 answer
201 views
Hello i want select Polygon ,MultiPOlygon ,Point from Visualization layer  by mouse.I want draw and edit selected vertex or point and move on mAP.How can i get it?
Martin Ivanov
Telerik team
 answered on 12 Mar 2019
1 answer
193 views
Good day.

Does RadPasswordBox support Chinese characters?
We have problems with entering Chinese characters in RadPasswordBox.
1. The entered data is not hidden.
2. The show button will disappear.
3. Password values are not assigned.
4. The entered data cannot be deleted.

Below is a link to the project and files.
https://drive.google.com/file/d/1_YFr-3lfg8ZjR_UdlMlkTKuH43JHWXc_/view?usp=sharing

Regards,
Denis
Kalin
Telerik team
 answered on 12 Mar 2019
2 answers
142 views

I would like to see data from multiple 2D graphs in the same 3D chart.  Is this possible to do?

 

For example show a ScatterSplineAreaSeries in the XZ plane at Y=0 and show a separate spline series in the XZ plane at Y = 1.

 

I was hoping I could use a SurfaceSeries3D to accomplish this but I could not figure out how to feed it points that accomplished the same spline effect as in the 2D RadChartView.

Martin Ivanov
Telerik team
 answered on 11 Mar 2019
1 answer
91 views

Hello.

Is there way/event to handle document changes that user is making before they are applied and way to cancel this changes?

There is post https://www.telerik.com/forums/disable-editing-mergefield-content#3897VKegyEGBlIqVC1wuSg with info how to check current element, but without info where to process it.

Tanya
Telerik team
 answered on 11 Mar 2019
8 answers
356 views

Hi

I'm trying to export ALL the records using GridViewSpreadStreamExport. Here is the snippet.

But the excel sheet is only showing the records displayed in the grid (which is 20). I have a RadDataPager and the is set to 20 with source ElementName as RadGridView.

How do I export all data in the Logs ItemSource of the grid?

 

<telerik:RadGridView  x:Name="rgvLogs"
         IsBusy= "{Binding IsBusy}"
         ItemsSource="{Binding Logs}"
         AutoGenerateColumns="True"
          IsReadOnly="True"
          ShowColumnSortIndexes="True"
          CanUserDeleteRows="False"
          CanUserInsertRows="False"
          CanUserSortColumns="True"
          CanUserFreezeColumns="False"
           GroupRenderMode="Flat"
           Grid.Row="1">      
  </telerik:RadGridView>
  <telerik:RadDataPager x:Name="radDataPager"
                                PageSize="20"
                                IsTotalItemCountFixed="True"
                                DisplayMode="All"
                                Grid.Row="2"
                                FontSize="12"
                                AutoEllipsisMode="Both"
                                NumericButtonCount="10"
                                Source="{Binding Items, ElementName=rgvLogs}"/>
01.private void AsyncExport(object param)
02. {
03.     string extension = "xlsx";
04.     var rgvExportToExcel = param as RadGridView;
05.
06.     var dialog = new SaveFileDialog()
07.     {
08.         DefaultExt = extension,
09.         Filter = String.Format("(*.{0})|*.{1}", extension, extension),
10.         FilterIndex = 1,
11.         AddExtension = true,
12.         Title = "Export to Excel",
13.     };
14.
15.     if (dialog.ShowDialog() == DialogResult.OK)
16.     {
17.         GridViewSpreadStreamExport spreadStreamXlsxExport = new GridViewSpreadStreamExport(rgvExportToExcel);
18.         spreadStreamXlsxExport.ShowLoadingIndicatorWhileAsyncExport = this.ShowLoadingIndicatorWhileAsyncExport;
19.         spreadStreamXlsxExport.RunExportAsync(dialog.FileName.ToString(), new SpreadStreamExportRenderer(),
20.                                                 new GridViewSpreadStreamExportOptions()
21.                                                 {
22.                                                     ShowColumnHeaders = true,
23.                                                     ShowColumnFooters = true,
24.                                                     ExportDefaultStyles = true
25.                                                 });
26.     }
27.
28. }
KR
Top achievements
Rank 1
Veteran
 answered on 11 Mar 2019
1 answer
252 views

Hello

i have a radmap in WPF have VisualizationLayer.I can Click on Ellipse only if i change zoom.

I want to click to ellipse after  running program without change zoom.Can i do it?

 

Behind code:

asd.SelectionChanged += VisualizationLayer_SelectionChanged;

 

Xaml:

 <telerik:VisualizationLayer  x:Name="asd" ItemSelectionMode="MouseClick" VirtualizationSource="{Binding}"  Loaded="Znaki_Loaded" >
                <telerik:VisualizationLayer.ItemTemplate>
                    <DataTemplate>
                            <telerik:Pinpoint  Width="15" Height="15" BorderBrush="Black" Background="White"  Tag="{Binding Name}" MouseLeftButtonDown="Ellipse_MouseLeftButtonDown"  telerik:MapLayer.Location="{Binding Location}">
                            <telerik:MapLayer.HotSpot>
                                <telerik:HotSpot X="0.5" Y="0.5" />
                            </telerik:MapLayer.HotSpot>
                            <ToolTipService.ToolTip>
                                    <ToolTip Content="{Binding Name}"/>
                                </ToolTipService.ToolTip>
                            </telerik:Pinpoint>
                    </DataTemplate>
                </telerik:VisualizationLayer.ItemTemplate>
                <telerik:VisualizationLayer.Reader>
                    <telerik:AsyncSqlGeospatialDataReader x:Name="asyncSqlGeospatialDataReaderZnaki"                                                            
                                                  GeospatialPropertyName="Geometry" 
                                                  ToolTipFormat="Name" />
                </telerik:VisualizationLayer.Reader>
              
            </telerik:VisualizationLayer>

 

Dinko | Tech Support Engineer
Telerik team
 answered on 08 Mar 2019
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
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?