Telerik Forums
UI for WPF Forum
1 answer
128 views

Dear team,

I have a customized column that constains my own usercontrol inside. The column works perfectly but when we sort by another column, this column don't move. 

This is my column definition:

<telerik:GridViewDataColumn                                    
                                    Width="*"
                                    Header="{Binding Source={StaticResource appResx}, Path=ep_ClearOpeningRange}"
                                    HeaderTextAlignment="Center"
                                    IsReadOnly="False">
                                    <telerik:GridViewDataColumn.CellTemplate>
                                        <DataTemplate>
                                            <StackPanel>
                                                <TextBox Text="{Binding ModelOpeningSill.OpeningType.ProductAttributeValueCode}" />
                                                <my:MultiRangeSlider                                                    
                                                    Id="{Binding ApplicationRangeId}"
                                                    Maximum="3000"
                                                    Minimum="600"
                                                    PropertyChangedCommand="{Binding DataContext.ApplicationRangeChangedCommand, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:ModelDetailView}}}"
                                                    Thumb1="{Binding CertifiedMinimumClearOpening, Mode=TwoWay}"
                                                    Thumb2="{Binding CertifiedMaximumClearOpening, Mode=TwoWay}"
                                                    Thumb3="{Binding RecommendedMinimumClearOpening, Mode=TwoWay}"
                                                    Thumb4="{Binding RecommendedMaximumClearOpening, Mode=TwoWay}"
                                                    TickFrequency="50" />
                                            </StackPanel>
                                        </DataTemplate>
                                    </telerik:GridViewDataColumn.CellTemplate>
                                </telerik:GridViewDataColumn>

 

My usercontrol is a multirange slider called: <my:MultiRangeSlider>. The textbox inside the StackPanel is sorted correctly but my usercontrol is totally static.

Attached captions maybe can help to understand my problem. In these captions the textbox inside the stackpanel was hidden (only was created for test).

Thanks in advance!

Dilyan Traykov
Telerik team
 answered on 21 Jun 2016
5 answers
162 views

Hi,

 

My child nodes seem to have a "mystery" column in front of the actual item, and you can only see it if you click on it. If you click on it, the items itself de-selects, and the "mystery column" in front of it becomes active for that row. How do I blend/merge/remove the blank column in front of all my child node rows ?

 

Thanks,

Barry

 

Dilyan Traykov
Telerik team
 answered on 21 Jun 2016
1 answer
197 views
Hi,

I am using many controls in my enterprise WPF application, which includes- RadGanttView, Combobox, etc.

The application runs perfectly fine when the windows text size is set at 125% or 150%.

But, when set at 100%, the text on the controls starts disappearing on mouse over. The issue is exacerbated by the fact that once the text starts disappearing, the buttons, and other actions stop working. The buttons, and RadGanttView items get clicked, but nothing happens. 

This happens on both Windows 7 and Windows 8.1 systems. PFA a snip of the issue occurring on RadGanttView.

Is this related to something in the controls? Or am i missing something here?

Please help.
Thank you!
Yana
Telerik team
 answered on 21 Jun 2016
2 answers
216 views
How to know the remaining time of the expiry of the Telerik Trial ?
Seth
Telerik team
 answered on 20 Jun 2016
2 answers
390 views
How should I style the RadMenuItem to get a radio button icon instead of the "check mark" icon.
I want some of my menu items to act as mutually exclusive checkable menu items so I want them to display a radio button.
Greg
Top achievements
Rank 1
 answered on 20 Jun 2016
1 answer
116 views
I want to hide the close button in my alert , i am using version 2015.2.728.45
Yana
Telerik team
 answered on 20 Jun 2016
1 answer
193 views

Hide expansion arrows on rows with no children ?

I have indented child rows that have no children under them, but still have the arrows - they expand into nothing.

How can I hide them ?

Thanks,

Barry

Barry
Top achievements
Rank 1
 answered on 17 Jun 2016
1 answer
153 views

Hi,

we have multiple problems with the performance of the GridView. I have a simple project to demonstrate the problems, but I cannot upload it. Is there any way to do this?

In our application we do not know all the columns at design time, so we have to create the columns at runtime in the code behind.

First performance issue is, after starting the application, if you resize the window, it takes too much time, so you see black parts in the window on resizing.

Next issue was the scrolling. This is acceptable in the sample project, where we set a fixed length and didn't put the grid in a stackpanel or grid, but in our application the grid will be in a docking window and then there is also a poor performance when scrolling.

Next thing is filtering and sorting. It takes about 3 seconds, thats too much.

Are we doing anything wrong with the GridView? We would appreciate any help.

We already read the performance tips and tricks, but it didn't help much.

 

Best regards

Jan Prause

Stefan
Telerik team
 answered on 17 Jun 2016
7 answers
210 views

Hi Team,

 

I have requirement to scroll item when user place the mouse over left or right item from RadCarousel control. Please let me know how to do ?

 

Regards

Hema

Dilyan Traykov
Telerik team
 answered on 17 Jun 2016
4 answers
231 views

Hi,

I have a DocumentHost with a couple of DocumentPanes. When I drag a pane out it becomes a tool window. I want the tool window to have that documentpane inside it when in floating state (Example: Visual Studio). This is achievable in WinForms (Pic attached). Please guide me if it can be achieved in WPF as well.

Mary
Top achievements
Rank 1
 answered on 17 Jun 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?