Telerik Forums
UI for WPF Forum
0 answers
73 views
Atomic Whois Explorer is a program that enables you to search through the global Whois database and automatically extract the contact information of domain name administrators or website owners. the program displays a list of email addresses that you can save on your clipboard or as a Word/Excel file. The software is included in Internet & Network Tools. You can easily switch between the main features of the program, such as explore domains, check out a domain list, and export data. The utility gives you the option to export data to a text file, copy it to the clipboard so you can easily paste it into other third-party programs, as well as save it to DOC or XLS file format.

softwares Coupons gives Discount -  So  you save money with this 20% Discount on  Atomic Whois Explorer software.

Official website :-  softwarescoupons(DOT)com/atomic-whois-explorer-discount-coupons/

Hurry offer for limited period!!!
Franklin
Top achievements
Rank 1
 asked on 26 Mar 2016
1 answer
205 views

Dear Team,

we need to enable copy functionality for our WPF application especially for radgridview. How could i enable this? As per my understanding To enable cell copy i've to do like ClipboardCopyMode="Cell" and SelectionUnit="Cell". If i apply this then row selection is not working because i am using row SelectionChanged event in order to do some operation.

<telerik:RadGridView x:Name="gvDefaultDashboard"
                                     AutoGenerateColumns="False"
                                     CanUserResizeColumns="True"
                                     Padding="1,0,0,0"
                                     SelectionMode="Single"
                                     EnableColumnVirtualization="False"
                                     ItemsSource="{Binding RelativeSource={RelativeSource AncestorType=UserControl},Path=DataContext.GetPagedInfo,Mode=TwoWay}"
                                     SelectionChanged="gvDefaultDashboard_SelectionChanged"
                                     Filtering="gvDefaultDashboard_Filtering"
                                     FilterOperatorsLoading="OnRadGridViewFilterOperatorsLoading"
                                     AutoExpandGroups="True"
                                     Sorting="gvDefaultDashboard_Sorting"
                                     Grouping="gvDefaultDashboard_Grouping"
                                     telerik:PersistenceManager.StorageId="{Binding DashBoardPersistenceID,Mode=TwoWay}" ClipboardCopyMode="Cells" SelectionUnit="Cell">
</telerik:RadGridView>
.

I want to enable cell copy without affection the row selectionchanged event how could i achieve this. Please advice.

Thank you.

Stefan
Telerik team
 answered on 25 Mar 2016
2 answers
156 views

When export grid to Excel (using ExcelML format) all numbers are exported as text.

Is there a way to export numbers as formatted  numerik values?

 

Thank you

Dilyan Traykov
Telerik team
 answered on 25 Mar 2016
4 answers
400 views

I am using WPF to build out the mockup shown in the attached image. I wanted to know if the RadTimeline control can be used to build it faster. 

  • General: I saw this post and this other post asking related questions. Has the control changed significantly since then?
  • Group Labels: I saw the world cup demo that has the group labels in the timeline. This works but takes up valuable vertical space for me. What would be the best way to have the label on the same row (before the items) as shown in the mockup?
  • Adding New Items: Clicking the "plus" buttons adds a new item to the timeline row. I was going to use milestones and handle the click event. Is there a better way?
  • Vertical Line: The vertical line moves if a user clicks in an empty region within the timeline control. Would I need to implement it as described in this thread or is there a simpler way now? Can you get the time directly from a click event?
  • Drag/Reorder: Is it possible to reorder the items in a row by dragging and dropping them? Is this method still the best solution?
  • Item Width: Currently, the item width is changed by changing the "duration" properties in the pane below the timeline. Would it possible to have users change the item width directly in the timeline?
  • Item Coloring: The green region in each item indicates it's progress. Hence it is a different width for each item. I am assuming that this can be achieved using the ItemTemplateSelector. Is that correct?

Any other suggestions or tips that might help me?

Thanks!

Martin Ivanov
Telerik team
 answered on 25 Mar 2016
2 answers
165 views

Hi,

What is the best way to implement the feature of switching between Touch and non Touch Screen ?

Is there any way to do it with a single Xaml file not like it is implemented within th telerik WPF Demo ?

Thanks

ajoua taha
Top achievements
Rank 1
 answered on 24 Mar 2016
3 answers
140 views

Hi,

We have a RadDocking control in which one of the RadPane is set to "FloatingDockable" within RadSplitContainer. It is also set to telerik:RadDocking.ExcludedFromLayoutSave="True". At the start of the application we are loading the RadDocking with the saved layout by calling RadDocking.LoadLayoutFromString(layout).

When we load the layout with the above operation, we are not able to see the RadPane that is set to "FloatingDockable". Remaining Rad Panes are appearing without any issue.

Can you please help in identifying what is causing the issue and how to fix the same?

 

Regards,

Alex

Nasko
Telerik team
 answered on 24 Mar 2016
3 answers
188 views

Hi, 

         I have used Scroll Pattern on RadPropertyGrid to get VerticalScroll Percent but the value is '0.0' only even after the scroll happened till end.

 Another problem is  with Scrollpattern.ScrollVertical(ScrollAmount.LargeIncrement) method .It is doing smallincrements instead of PageDown or PageUp and vice versa.

 

Regards,

Nagasree.

   

Stefan Nenchev
Telerik team
 answered on 24 Mar 2016
6 answers
236 views
hi

assume i have a property named MyProperty of type MyType with namespace address of :
NameSpaceMain.Namespace2.Namespace3. ... .LastNameSpace.MyType


as you know when using nested properties the value of the main property (who owns the nested properties) is shown somehow like this in tyhe propertygrid:


+ MyProperty                      NameSpaceMain.Namespace2.Namespace3. ... LastNameSpace.MyType
    nestedproperty1                  true
    nestedproperty2                  false
    nestedproperty3                  true
    nestedproperty4                  false

what should i do to just show the last part (MyType) or even some other manual Name as the value of my property in the peopertygrid
thank you in advance for your answer
Stefan
Telerik team
 answered on 24 Mar 2016
5 answers
244 views

Hello,

When we make RadCombobox IsReadonly="True", the value inside is not looking good. It masks the value.

How can we remove the mask or make more transparent to make the value visible more bright ?

Please guide me,

Masha
Telerik team
 answered on 24 Mar 2016
1 answer
145 views

Hi, I have a schedule view that when an appointment is edited, it disappears every second time. Please help.

                           <telerik:RadScheduleView x:Name="MainSchedule" 
                                                         Grid.Row="1" 
                                                         Margin="2" 
                                                         TimeMarkersSource="{Binding TimeMarkers}"
                                                         CategoriesSource="{Binding Categories}"  
                                                         MinAppointmentHeight="10" 
                                                         NavigationHeaderVisibility="Collapsed" 
                                                         AppointmentsSource="{Binding WorkOrderTasks}" 
                                                         AppointmentCreated="MainSchedule_AppointmentCreated"
                                                         ResourceTypesSource="{Binding ResourceTypes}" 
                                                         AppointmentDeleted="MainSchedule_AppointmentDeleted" 
                                                         AppointmentEdited="MainSchedule_AppointmentEdited"
                                                         CurrentDate="{Binding ElementName=TimeBar,Mode=TwoWay, Path=SelectionStart}" 
                                                         SelectedAppointment="{Binding SelectedWorkOrderTask,Mode=TwoWay}"
                                                         FirstVisibleTime="8:00:00" 
                                                         ShowAppointmentDeleteButton="False"
                                                         ToolTipTemplate="{StaticResource AppointmentToolTipTemplate}">

               
        private void MainSchedule_AppointmentEdited(object sender, AppointmentEditedEventArgs e)
        {
            VisualPlanningBoardViewModel vm = (VisualPlanningBoardViewModel)this.DataContext;
            if (vm != null)
            {
                vm.UpdateWorkOrderTask((WorkOrderTask)e.Appointment);
                vm.UpdateSchedules();               
            }                  
        }

 

      public void UpdateSchedules()
        {
            UpdateMinimap();               
            this.RaisePropertyChanged(() => this.WorkOrderTasks);
            this.RaisePropertyChanged(() => this.MiniMapWorkOrderTasks);
            
        }

Yana
Telerik team
 answered on 24 Mar 2016
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
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
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
PasswordBox
SplashScreen
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?