Telerik Forums
UI for WinForms Forum
2 answers
197 views
Hi,

I need to find a way to export a gridview to excel but without duplicate data in some of the columns. for example if i have three columns, customer ID, date  and revenue, i'd like to have the customer ID (which is the same for several consecutive rows) displayed only for the first row with the same ID while the other column should display all of their values.

as  far as i understand there are two option:
1. export to Excel the gridview with its grouping hierarchy to excel using the ExcelML method. but i cant find a way to do it. is this possible at all?

2. another option it to clone the gridview (i need the original for the display) and clear the cells with the redundant ID's, but i couldn't find a way to clone the grid view.

thanks in advance for your help.

Sharon.
Martin Vasilev
Telerik team
 answered on 29 Jun 2010
3 answers
171 views
Hi,

I have a rotator with a set of user controls.  I can get these to display 1 at a time but not several at once.  An example of this working from your ASP.NET controls is here: http://demos.telerik.com/aspnet-ajax/rotator/examples/rotatortypes/defaultcs.aspx

Can I have the same kind of functionality on the WinForms rotator or is it just strictly 1 item at a time?  I do want it with auto rotatoion and no scroll bar so can't use the scroll bar component as an alternative.

Regards,

Jon
Nikolay
Telerik team
 answered on 28 Jun 2010
2 answers
241 views
I'm programming a radscheduler that has its resource collection change upon selection from a dropdown list. The problem I am having is to simply get the scheduler to update when the collection changes. I use code like the following.

Me.RadScheduler1.Resources.BeginUpdate()
    
Me.RadScheduler1.Resources.Clear()

<rebuild resources collection, using Add method>
 
RadScheduler1.Resources.EndUpdate()

Is there something I'm supposed to do to get the scheduler to refresh? I've been stuck on this for too long. Any help you can offer is much appreciated.
Dobry Zranchev
Telerik team
 answered on 28 Jun 2010
5 answers
246 views
Hello everyone,

       I'm using the Office2010 theme on my RadRibbonBar and I am trying to get the StartMenu to display text (similar to the Office 2010 "File" tab).  I have been able to find the primitives to update through the designer smart tags and the text shows up in the Visual Studio designer perfectly.  My problem is that that text does not appear when I run my application.  I have played with the text's Z-index to see if that was the problem, but I have not been able to figure it out yet.  Any suggestions?  Thanks!
Deyan
Telerik team
 answered on 28 Jun 2010
1 answer
327 views
I have an application where we support switching between 'normal' and office2007Silver & office2007Black for
the entire application (using ThemeResolutionService.ApplicationThemeName = "Office2007Silver"; etc). In one of our forms I have a problem where it looks great in the blank/ControlDefault Theme (blue) but once I switch to silver or black a few problems show up.

I have a group box that holds several checkboxes with images (white background in the images). In the default blue theme (ControlDefault) the background of the groupbox is white so it naturally blends, but with the other themes the background becomes transparent ( where it shows silver or black respectively) so the images stick out like a sore thumb. Making them have a transparent background would look horrible as well, so I'm looking to possibly override the 'background' setting for the groupbox so that no matter what theme gets applied to the form it will always have a white background (the other changes are fine). Is this possible at all?
Otherwise just having this one control not be themed besides the 'standard' theme would be a 'decent' alternative (Setting enable Theming to false makes it look just as bad as with the other themes and doesn't solve my issue)

I tried looking at the properties in Visual Studio under StyleSheet->Style->PropertySettingsGroup with the PropertySettings & Selectors, hoping there'd be a setting in there to ignore any changes but I'm not quite following what's going on in there. I'd prefer not to have to make a custom theme since this is the only form/control I have this issue with.

 I tried adding a white panel in to the groupbox as a work-around but that would then overlay onto the groupbox label so that didn't work.



Deyan
Telerik team
 answered on 28 Jun 2010
3 answers
165 views
Hi Team,

       I have following problem please help me in doing that,

Problem Desc:

    Actaully we used Q3 2009 RadControls for winforms. recently we have upgraded to Q1 2010 RadControls for winform. 
In Q3 2009 version we had customized Themes in XML file. I need to create the customized theme in single xml file in Q1 2010 too.
I tried in visual style builder but it's creating single file for each and every control. i need to a single xml file which should have all controls themes inside it. how to do that     
    
Thanks In Advance
Deyan
Telerik team
 answered on 25 Jun 2010
1 answer
91 views
instead of scrolling down to look for an appointment, can we have to display the complete appointment together. i mean can we hide the empty slots..???

Thanks
Shinu.
Dobry Zranchev
Telerik team
 answered on 25 Jun 2010
1 answer
125 views
Hi,

I have a scenario here which I would like to make it to a booking form in the scheduler.
Basically, I want to create bookings which I can choose the room, time and equipment needed.
While there are limited number of rooms to choose from, there could be an infinite number of equipment I have to pick for each booking, e.g. sometimes I only need 1 piece of equipment, but other times I may need hundreds or even more.

I am thinking to have 2 datatables which are related to one another, but I am having problem binding 2 datatables in scheduler datasource with save and update avaiable. 

Examples:

Appointment 1:
Room            Time                            Equipment
A                16:00-17:00                     Chair
                                                           Computer
                                                           Project
                                                           desk
                                                           Printer

Appointment 2:
Room            Time                            Equipment
B                13:00-17:00                      Ruler
                                                           Pencil
                                                           Microphone
Dobry Zranchev
Telerik team
 answered on 25 Jun 2010
4 answers
467 views
I have noticed that in order to use the radcontrols, a namespace is declared in visual studio (C#).  Therefore, if I give my application to others, the program will not run unless they also have the telerik.radcontrols.UI namespace.

Is there a .dll file, include file etc. which I can include with my program which will allow others without Telerik RADControls installed to also run my program?

Thanks in advance.
Konstantina
Telerik team
 answered on 25 Jun 2010
2 answers
207 views
I am experimenting with the PageView/stip view/check buttons example.
This example uses two themes from two *.xml files.
The tabs are appearing like a nice button with hover and mouse over ...
If I understand correctly then these two theme files *.xml has the settings for the visual appearance of tab buttons...
I wanted to find these settings by using "element hierarchy editor" and then manually apply these changes.
How can i corelate what is in the *.xml file and then how to find the settings in  "element hierarchy editor".

I have just two tabs in the pageview and I am attaching the screenshot of  "element hierarchy editor".
But i can not find out the settings in the tree ??
I don't want to use the themes from the *xml files.
I just want the tab that shold have some kind of border in some specific color and some margin between tabs.. just the simple button like appearance...
I am also attaching the screenshot of  "element hierarchy editor" that I see...

thanks

IK...
Nikolay
Telerik team
 answered on 24 Jun 2010
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)
Form
Chart (obsolete as of Q1 2013)
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
VirtualGrid
Toolstrip (obsolete as of Q3 2010)
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
SplitContainer
Documentation
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
CollapsiblePanel
LayoutControl
ShapedForm
SyntaxEditor
Wizard
TextBoxControl
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?