Telerik Forums
UI for WPF Forum
1 answer
107 views

I would like to be able to modify the list of operators in my field filter. I know I can do it in the way shown here:

 

http://docs.telerik.com/devtools/wpf/controls/radgridview/filtering/how-to/howto-change-the-default-selected-filter-operator

 

But if I am creating my own custom GridViewDataColumn or FilterDescriptor class, is it possible to do it from inside one of those two classes, so I don't have to repeat the same event handlers for every RadGridView that I'm using them in?

Martin Ivanov
Telerik team
 answered on 28 Jun 2017
4 answers
177 views

Hello Telerik Team,

                              I have one problem in my WPF project. I was getting issues when we select more than 6000 documents from radgridview after select these documents i was selecting 1 documents . so it was taking near about 45 seconds time to select the single document. so from telerik team someone suggested to update the telerik versions with the newer one. after upgradation all the radmenuitems were not working and some UI things also not working,i have attached the snapshots of the radmenuitems. what i have to do for it to fix these issues.

 

Regards

Raju Tiwari

Stefan
Telerik team
 answered on 28 Jun 2017
2 answers
172 views

Hi all,

I have a RadPieChart with some values, I have a legend with the name of this values and I need set a tooltip to each slide with the names i have in this legend, but i nee do it programatically in C#.

I tried do it with the nameof List<string> that i have to set the legends, but i have no success.

 

RadChart.Series[0].LabelDefinitions.Add(new ChartSeriesLabelDefinition()
            {
                Margin = new Thickness(-5, 0, 0, 0),
                Binding = new PropertyNameDataPointBinding(SeriesName[0])
            });

            RadChart.Series[0].LegendSettings = new DataPointLegendSettings();
            RadChart.Series[0].LegendSettings.TitleBinding = new PropertyNameDataPointBinding(CategoryName);

            RadChart.Series[0].ToolTip = new PropertyNameDataPointBinding(CategoryName); 

Martin Ivanov
Telerik team
 answered on 28 Jun 2017
3 answers
517 views

Hi,

I am using RichTextBox in GridView which is read-only so I want to change cursor style to Arrow. I tried to add Cursor="Arrow" but without success.

Boby
Telerik team
 answered on 28 Jun 2017
6 answers
213 views
i'm discovering the Telerik Diagram framework to create a datatable diagram tool.

I would like to add an "entity" who contain 2 lists : dataIn and dataOut.

Each element in dataIn/dataOut has 2 connectors (1 for input, 1 for output)

Rules :

- dataIn ouput connector (green in capture) can connect only to dataOut input connector (green in capture) in the current entity

- dataOut ouput connector (blue in capture) can connect only to dataIn input connector (red in captire) in other entity



what should i use to create an entity : ContainerShape ? Could i define 2 items list ? or i should use 2 ContainerShape in 1 user control ?

how can i block connector between dataIn ouput and dataOut input ?

how can i personnalize connector shape ?

If you have some examples ? 

thanks for your time and your response

Nicolas
nicolasf
Top achievements
Rank 2
 answered on 28 Jun 2017
1 answer
218 views

The customer has requested the ability to highlight particular cells in a row to copy paste--is this possible?

Secondly, they would also like to do this when selecting multiple rows.  To me, this interaction doesn't seem possible, but is it?

Martin Ivanov
Telerik team
 answered on 28 Jun 2017
0 answers
217 views

Hi,

I asked this question in GridView forum but nobody get feedback!

please help me to fix it.

In my GridViewDataColumn I set following CellTemplate:
 
<StackPanel Orientation="Horizontal">
      <telerik:RadComboBox IsEditable="True" x:Name="rcb" 
                           DisplayMemberPath="Name" 
                           Loaded="RadComboBox_Loaded" 
                           Text="{Binding State, Mode=TwoWay}" Width="100"/>

      <TextBlock Text="{Binding ElementName=rcb, Path=Text}" Margin="2 0" Width="100"/>
</StackPanel>


and the RadCombobox Items can be Following Values:
VeryBad, Bad, Good Plus, Good Neg, Good, ...

I set value of the first cell to Good
(=> RadComboBox and TextBlock Both show Good)
but when I scrolling 
the text of RadCombobox change to Good Plus
but TextBlock Shows Good.

My Solution:
https://www.mediafire.com/?2v5p21y6k8w0a7o


Ahmad
Top achievements
Rank 1
 asked on 28 Jun 2017
2 answers
349 views

Hello,

i used your example of the documentation, about the RadCollectionNavigator, but I did not found any information how to autoscroll the Listbox, if the MovetoNextButton or MoveToLastItem is clicked and the Listbox size is to small to show all item without scrollbar.

Does the Controls have such kind of feature out of the box and best case MVVM friendly? Or do you have any suggestion how to implement this feature for a good customer experience? If possible I would like to avoid the datapager control.

Best regards,

Dirk

Dirk
Top achievements
Rank 1
 answered on 27 Jun 2017
4 answers
123 views

Hi,

We are using version 2016.1.217.40 of the Telerik.Windows.Controls.Input dll and whenever we create a custom style (via copy option in Expression Blend) it breaks the Calendar Panel.

When I say breaks, if you attempt to scroll through the months using the left or right buttons it doesn't refresh the days, i.e. the week numbers stay the same.

If we don't override the style it all works fine.  Note, at this point we are not changing anything in the style, we are simply copying it as is.

This did work ok on the 2013.3.1016.40 version.

I have also tried the same on the 2016.3.914.40 version and it also does not work.

Is there anything extra that needs to be done to maintain the functionality when overriding the default styles?

Kind regards

Robin

Martin
Telerik team
 answered on 27 Jun 2017
1 answer
273 views

Hi,

We are benchmarking several  Toolkit for our company.     Amongst our requirements that will make the decision is the ability to merge headers in a grid view.

 It is the concet of "ColumnGroup" , but applied to rows . We need  in fact the "RowGroup", as shown i nthe attached view below.

 

Do you have this concept ,  And If no, how could I achieved desired  "merged rows"  effect  with telerik toolkit ?

_____________________________________________

|    Merged Header  |__RowHeader____||___Cell1______|

|_______________|__RowHeader2__ _|___Cell2______|

 

Thanks,

 

Marc

Ivan Ivanov
Telerik team
 answered on 27 Jun 2017
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
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
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?