Telerik Forums
UI for WinForms Forum
13 answers
372 views
Hi,

I could easily change the RadListDataItem ForeColor by setting its ForeColor property, but I can't find out the way to change its backcolor, instead. What should I do?

Thanks, 
Giovanni
Peter
Telerik team
 answered on 23 Nov 2010
2 answers
225 views
Hello,

Suppose, i am having the a RadListControl with 5 items.
I programatically select two item from it before loading the form.
 

 

For Each typeItem In LcChecklistType.Items
  If typeItem.Value = 1 OR typeItem.Value = 3 Then
      typeItem.Selected = True
  End If
Next


I have added handler progarmatically after this for each loop.
now when the form is loaded completely.
1.  if I "deSelect" the selected item say 1, the selectedindexchange event is not firing but the item is deSelected. now again back I Select the same item 1, then the event is fired.


2. if I "Select" other item which is not selected say 2, then the event is fired.


Help Appreciated.
ASAP

 

 

Thanks!
Sachin


 

 

Peter
Telerik team
 answered on 23 Nov 2010
9 answers
128 views
Hi Guys,

I have an issue where I am trying to set the BackColor property of a RadForm to a paler blue than the default. It displays fine in DesignTime, but in runtime it reverts back to the standar mid blue.

Please advise what I am doing wrong? Is it something to do with the theme? If so how do I change or dsiable this?

Best regards,
Duane.
Stefan
Telerik team
 answered on 23 Nov 2010
4 answers
101 views
I installed Telerik Rad Control Windows From Q3 2010 .

And I Download : Telerik_RadControls_for_WinForms_VS_Projects.rar in this Homepage

I try to run any Solution.But i have Bug and I cant Run.....:



click here to see My Error

Please help me !

 
Dobry Zranchev
Telerik team
 answered on 23 Nov 2010
2 answers
158 views

Hi,
I try to use the RadDataGridWiew to binding my collection of Object.

I define 5 columns wich one is a checkboxcolumn.

But when i click on the checkboxcell, the datagridwiew throw an exception "Data Exception".
the error indicates that it's impossible to convert the value "Off" to boolean type.

???

Best regards.
Richard Slade
Top achievements
Rank 2
 answered on 23 Nov 2010
1 answer
155 views
hi team,

toolstrip for q2 relase.

After closeing a radtoolstrip .I mean when it is floating and closed.I need to show again.

please let  me know on closing i wan to hide and show again the same toolstrip.

Thanks
suresh.
Ivan Todorov
Telerik team
 answered on 23 Nov 2010
2 answers
108 views
Hi
I have a hierarchy gridview.
how I can get the value of a specific cell in a specific row in the subgrid which name is GridViewTemplate1.  
Richard Slade
Top achievements
Rank 2
 answered on 23 Nov 2010
6 answers
227 views
hi there..
i have some problem when i tried to show / hide from some panel or forms...
here my code for show / hide the panel when the radribbon image clicks...

'hide all of the panel...
 
    Public Sub bikinPanjangNol()
        Me.PanelDataBuku.Visible = False
        Me.PanelDataKaryawan.Visible = False
        Me.PanelDataMahasiswa.Visible = False
    End Sub
 
'then show the panel when radribbon image click....
    Private Sub TombolDataBuku_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TombolDataBuku.Click
        bikinPanjangNol()
        PanelDataBuku.Visible = True
        'Me.PanelDataBuku.BringToFront()
    End Sub
 
    Private Sub tblDataMahasiswa_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tblDataMahasiswa.Click
        bikinPanjangNol()
        PanelDataMahasiswa.Visible = True
        Me.PanelDataMahasiswa.BringToFront()
    End Sub


that's code just work for the first panel....for the rest of panel..it didn't work.....
can u give me some of the solutions..???
thanks...
mampus
Top achievements
Rank 1
 answered on 23 Nov 2010
9 answers
130 views
Hello,

I have upgraded Telerik for Winforms to version Q3 2010 (version 2010.3.10.1109) .
In the _CellFormatting-event I add a RadComboBoxElement to a cell.
Since new version the event behaves strange or different.
e.CellElement.RowIndex is always -1 ?
void gridPositionen_CellFormatting(object sender, CellFormattingEventArgs e)
{
       if (e.CellElement.ColumnInfo is GridViewDataColumn && ((GridViewDataColumn)e.CellElement.ColumnInfo).Name == "Me_Dropdown")
       {
       
          if (e.CellElement.Children.Count > 0 || e.CellElement.RowIndex<0)//the comboxbox is already added to cell                        
          return;
 
                    
//NEVER GETS HERE !!!!  e.CellElement.RowIndex is always -1
 
 
                    RadComboBoxElement element = new RadComboBoxElement();
                    e.CellElement.Children.Add(element);
....



How do I get the RowIndex in the CellFormatting-event ? Or is there a new way to add a RadComboBoxElement to a cell ?




Richard Slade
Top achievements
Rank 2
 answered on 23 Nov 2010
3 answers
205 views
Hi,

Is there a trick to get the following items to work:

TableElement.TableHeaderHeight
TableElement.RowHeight

Is is possible to set them design time?

Thanks,
Anand
Jack
Telerik team
 answered on 23 Nov 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)
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
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
ProgressBar
CheckedDropDownList
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
NavigationView
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
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
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?