Telerik Forums
UI for WinForms Forum
7 answers
481 views
I'm using a dataview which contains master template and child template. for child row set i have a summary row which contains the totals of Column X. I need to add a summary row to the master template which contains the sum of the children summary rows (sum of sums of column X).
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 24 Oct 2018
1 answer
502 views

Hi guys,

              I facing an issue on page view control for setting the automation id. Actually my RadPageview had more than 10 tabs.

             While testing my application, my winium driver is not  able to perform (PageviewTab)Tab Clicking operation.

            Any idea how to make ?

Dimitar
Telerik team
 answered on 23 Oct 2018
4 answers
204 views

I have run into several issues with the RadGanttView object that I am hoping someone else has run into as well so that they can either share experience to overcome these issues or at least tell me if perhaps these are issues that are being worked on. 

Issue 1: When adding items to the GanttView new objects do not display on the Gantt view until some sort of refresh is forced, for example collapsing and expanding one of the items.

Issue 1 Notes:
I notice this in my own project as well as the Telerik Theme Viewer example under GanttView. When all of the Items are expanded, and a new task is added it will not be displayed until any Item is collapsed and expanded again. (this is noticeable most when there are enough items that there is need to scroll down to work with the desired Item.) I notice that a new Item seems to be loaded off the view-able area of the GanttView near the bottom, but the control will not allow further scrolling downward to get to the newly created item. When I collapse and expand any element, the scroll bar auto resizes, and I am able to scroll down to the newly created item. (Under this particular circumstance I do not seem to experience the same issue with being auto scrolled to the top of the Gantt Chart as explained in more detail below in Issue 2).

Issue 2: When adding Items to the Ganttview the addition of an item causes the GanttView to scroll to the top.

Issue 2 Notes:
I notice in my own project and also the Telerik Theme Viewer example under GanttView, that if I have enough Items in the Gantt chart that if I scroll to the bottom or even about halfway down and add a new Sibling or Child that the GanttView will automatically scroll to the top of the view. I have looked for a way to be able to save the current scroll location then load that position back in after an “add operation,” but do not see a non read-only property that allows me to do this.

Issue 3: When adding the First Child to a root level Item on the GanttView where all of the root level items are collapsed, the item will be added, the GanttView will scroll to the top of the Gantt chart, and then clicking anywhere in the GanttView Graphical element will crash the program (clicking in the GanttView Text Element seems to not cause an immediate crash).

Issue 3 Notes:
To be able to more easily see the project at hand all root level items in the GanttView were collapsed. A new Root level item was added. To that root level item a new child was added. This causes all elements to expand, the GanttView to scroll to the top of the view, and upon clicking in the graphical side of the GanttView (specifically clicking on the scroll bar to scroll back down) the program crashes.
It should be noted that I add these children and root elements to the Gantt chart programmatically rather than using the GanttView right-click context menu inside my project. I seem to be unable to exactly recreate the same events inside the Telerik Theme Viewer Application so far.
Interestingly, when going through the same procedure, but with all of the root elements expanded I do not seem to experience the same issue.

 

Other issues: I have some other issues related specifically to the GanttView object, but I will hold off on asking them for the time being so as not to overwhelm anyone (I hope).  Any information, experience or knowledge of future plans (if these are known, but as yet unaddressed issues) would be greatly appreciated. Thank you in advance for your time and effort. 

 

Yours with gratitude, 

 

Matthew 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Oct 2018
2 answers
114 views

On the search row, there is an options menu. Under the menu section "search in columns", there is a header with the text "Master Template".

Is there a way to change this text to be the dependent on the current grid? I've found I can name the child templates using the caption property, but I haven't found anything for the master template.

Telerik version is 2018.3.1016.40. Application is for windows 10, .NET 6.4.1

William
Top achievements
Rank 1
 answered on 23 Oct 2018
1 answer
71 views

When you click on the link for the Hamburger Menu in the bullet list, a web error occurs:  HTTP Error 400. The request URL is invalid.

The URL for the Hamburger Menu link is: https://docs.telerik.com/devtools/winforms/%7Bslug%20winforms/pageview/navigationview%%7D

 

 

 

Dimitar
Telerik team
 answered on 23 Oct 2018
1 answer
70 views

HI

How could I embed my Control into the bottom of each row (not cell) .

see attacyment - GridView embed control 1.png

Best regards

Chris

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 23 Oct 2018
4 answers
160 views

Hello,

I've two problems regarding the RadWaitingBar

  1. using it with an AssociatedControl it takes "ages" for the waitbar to show up
    Simple form with some panels ans some inputs the waitbar takes about 1 second to show, (less controls = faster)
  2. in some cases theres an exception if an underlaying control gets disabled before the waitbar is shown

both problems can be recreated/tested with the attached project (zip)

 

Kind regards 

Christian

Dimitar
Telerik team
 answered on 23 Oct 2018
2 answers
367 views

Hello,

I'm unable to hide the grid view row separator lines, Please check image and do the needful.

 

 

Marco
Top achievements
Rank 1
 answered on 22 Oct 2018
3 answers
122 views

Hello Guys

I'm trying to change the font color of the complete row based on a value of a column. Currently I do this:

private void LicensesList_RowFormatting(object sender, RowFormattingEventArgs e)
{
    if (e.RowElement.VisualCells.Count == 0) return;
    e.RowElement.ForeColor = (bool) e.RowElement.VisualCells[7].Value ? Color.Red : Color.Green;
}

which is basically working but not for the Child rows. They appear black at first and change color when I select them. Also, if I do a .MasterTemplate.Refresh() all the columns turn black again until they are selected. Is there something I've missed or is my approach bad?

Thank You

Marco
Top achievements
Rank 1
 answered on 22 Oct 2018
3 answers
107 views

Hello

I have the strange problem that the column headers seem to over-paint the control border. It seems to be theme related as it does not happen if I use the default theme. Although I didn't have this issue in my prototype....

Kind regards
Marco

Marco
Top achievements
Rank 1
 answered on 22 Oct 2018
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Barcode
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
Localization
TimePicker
ButtonTextBox
FontDropDownList
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?