Telerik Forums
UI for WinForms Forum
5 answers
68 views

I have tried all sorts of things and I can get this to *almost* work.

I have a grid with "stacked" data entry columns, as such it can be a little tricky to see which one you are in.

I am wanting to highlight the header column for whichever column I am in, sort of like Excel does.

I can change the individual header colors through checking:

if (e.CellElement is GridHeaderCellElement || e.CellElement is GridGroupContentCellElement)
{
if (e.CellElement.ColumnInfo.Name == "podName")

 

But I cannot seem to get it to work just when I am in that cell.

I have tried setting a variable telling me when the cell is selected by doing something like:

private void radGridView1_CurrentCellChanged(object sender, CurrentCellChangedEventArgs e)
{
var test = e.NewCell;

if (test.ColumnInfo.Name == "podName")
{
//currentcolor = System.Drawing.Color.Black;
currentCellIs = 1;

 

But that does not work correct either.

Has anybody else done this or have any suggestions?

Thank you,

 

Joe

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Mar 2016
2 answers
177 views

Hi All,

I have a RadPanel on my form, and it contains several rad buttons, a toggle switch, etc. I noticed that in order to get a theme to be applied to the child controls, I have to set it individually on each one. I was expecting that if I set the theme on the parent panel, that the child controls would all use it as well. I just wanted to make sure that I'm not doing something wrong here...am I supposed to set the theme separately on all child controls within a panel? Thank you!

Emily
Top achievements
Rank 1
 answered on 01 Mar 2016
11 answers
793 views
Hi,

I try to add the radWaitingBar @ the VB.NET splash screen (the defult splash screen with setting property project). But, for unknown reason, the waitingbar is not running. Any one could help on this, please?

Thanks.
Hristo
Telerik team
 answered on 01 Mar 2016
2 answers
93 views

Hi, 

I just started using Telerik's awesome controls. I really like the RadDock. Everything that I have played with so far is great. However, I am wondering if it's possible to run different threads in different DockWindows? If so, can you post some code to get an idea on how to do it? This is the scenario I have right now: 

  1. I have a RadTreeView inside the ToolWindow. Basically displays a hierarchy of reports. 
  2. On the RadTreeView SelectedNodeChanged it will open a DocumentWindow that has different controls depending on the report being clicked.

So I am not sure what is possible:

  • Open each DocumentWindow in it's own thread? 
  • Or Standardize that each Document Window will have a button (maybe even place the button on a toolbar?) and when this button is clicked it will go to a different thread? 

What I am looking for is so that the user can build a long running report, while he can continue to work in a different DocumentWindow. I hope this makes sense. 

Thanks, 

Carlitos

 

Carlitos
Top achievements
Rank 1
 answered on 01 Mar 2016
3 answers
80 views
Hi there,
is there any way to set the default year when the radgriddateview is load.??
here my problem: i Have column call  "birthday"...i want to set the default year when loaded to 1980..
how i do that..???
Dimitar
Telerik team
 answered on 29 Feb 2016
10 answers
234 views

i want to override on radScheduler1_AppointmentEditDialogShowing how to override this method. because  its automatically opened own appointment editdialog ;(

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Feb 2016
3 answers
151 views
Hi

I am using winforms with .net 3.5 sp1, win7 32bit ,vs2008.

I have three issues that I would appreciate your help with :

The first one , is that I cant hide the expand icon , I tryed some solutions from the forum with no success.
 
http://img571.imageshack.us/img571/8756/screenshot4vd.png
http://imageshack.us/photo/my-images/201/screenshot5kgi.png/


the second problam is with the paint  :
some of the colors are painted like gradient color , but after moving over the rows , the problem solved.

http://img202.imageshack.us/img202/1934/screenshot3cl.png
http://imageshack.us/photo/my-images/4/screenshot2hu.png/

the last and third issue is :
The cursor stuck on double arrow .

Thanks in advance
Ron



Dess | Tech Support Engineer, Principal
Telerik team
 answered on 26 Feb 2016
2 answers
170 views

is there a way to Change the Default Text in the commandcell upon click

 

thanks in advance

Troy Clemons
Top achievements
Rank 1
 answered on 26 Feb 2016
3 answers
316 views

I have a RadGridView which I've used the property builder to add several groups to.When I hide the group, it hides the columns within the group on screen, however when I export the grid to excel, the columns within the group are still visible.

Is there anyway of fixing this so that if the group is hidden, the columns within the group are not exported?

I already have:

        Dim exporter As ExportToExcelML = New ExportToExcelML(Me.grid)
        exporter.HiddenColumnOption = Telerik.WinControls.UI.Export.HiddenOption.DoNotExport
        exporter.SheetName = "Export"
        exporter.SummariesExportOption = SummariesOption.DoNotExport
        Dim filename As String = "C:\Export.xls"
        exporter.RunExport(filename)

Thanks in advance for any help.
Dimitar
Telerik team
 answered on 26 Feb 2016
5 answers
1.9K+ views
Hello Telerik Team,
i am developing a solution in which user adds his defined columns to the gridview and the number of columns not limited to some number, there may be 'n' number of columns, my question is when user gives a very long text for the header , i want to wrap the text to some confined width in the header
i wonder there is no vertical stretch to header ,i tried bestFit, autosize everything but unable to find the answer


i want to wrap the header text something like below, is this possible ?????


can you please help me out
RIZAL
Top achievements
Rank 1
 answered on 25 Feb 2016
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
Styling
Barcode
PopupEditor
RibbonForm
TaskBoard
Callout
NavigationView
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Security
LocalizationProvider
Dictionary
SplashScreen
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?