Telerik Forums
UI for WinForms Forum
2 answers
127 views

Hi,

I have set the EnableAlternatingRowColor property in my master template to true, and to false for the gid child template. However its seems the grid obeys only the master template setting across all children templates.

 

Is it possible to set a child template EnableAlternatingRowColor property different from the master template at all?

 

Regards,

 George

George
Top achievements
Rank 1
 answered on 25 May 2015
1 answer
275 views
Hello people

How to search in listview using textbox and button, and used the propiertied focused.

Example img.
Dimitar
Telerik team
 answered on 25 May 2015
20 answers
1.7K+ views
Dear Support,

Our application uses reflection to load assemblies and open forms to our user in the runtime. Because we are already behind the schedule, we don't have the time to covert old assemblies from 2009 Q3 to 2010 Q1. In order to make use of the bug fixes and features in the 2010 Q1,  we want to start our new assemblies with 2010 Q1.

Is there a way to make 2009 Q3 and 2009 Q1 assemblies coexist locally (we don't want to put Telerik assemblies in the GAC)?

BR/shortie


Dimitar
Telerik team
 answered on 25 May 2015
4 answers
874 views

Hello,

I have a small form with an editable grid on it (databound to an ORM entity), and although I allow the users to edit most of the columns in a giving row, I would like to lock a few columns on the new row (when they click on "Click here to add a new row"). I have been trying to use gridview_CellFormatting, but I can't seem to figure out how to identify whether or not the column in context belongs to the new row (being created) or an already existing one on the grid. 

Any help would be truly appreciated.

 Thanks!

 

 

 

Dimitar
Telerik team
 answered on 25 May 2015
2 answers
206 views

I used the Grid in the Telerik samples for WinUI C:\Program Files (x86)\Telerik\UI for WinForms Q1 2015\Examples\QuickStart\GridView\Rows\AddNewRow\Form1.cs and added the following code to get the UnitPrice in a blue font:

 

 public Form1()
{
...
this.radGridView1.CellFormatting += new CellFormattingEventHandler(radGridView1_CellFormatting);
}

void radGridView1_CellFormatting(object sender, CellFormattingEventArgs e)
{
GridDataCellElement dataCell = e.CellElement as GridDataCellElement;
if (dataCell != null)
{
if (dataCell.ColumnInfo.Name.ToLower() == "unitprice")
{
dataCell.ForeColor = System.Drawing.Color.Blue;
dataCell.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
}
}
}

This works when the form get first loaded, but if I scroll the grid other cells also get blue randomly. 

 

Is there something I can do about this?

 Mat

 

Mathias
Top achievements
Rank 1
 answered on 22 May 2015
3 answers
165 views

Hi every one,

I want to to change my form the classic one to the same one in telerik panoroma exemple and i dont know how to do it

if someone have any idea please help me

 Thanks for every one

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 May 2015
1 answer
141 views

Hello,

i have a RadRichEditor with tabstops set. 

When i press the Tab key on a blank line, then a indent is inserted. The cursor should jump to the tabstop.

When i write a char and press than tab, the cursor jump to the tabstop.  Why is that?

See pictures what i mean ...

Thanks.

Dimitar
Telerik team
 answered on 22 May 2015
2 answers
1.1K+ views

Hello guys ! I'm currently working on a project in C# with Visual Studio 2013 and Telerik for Winforms 2013.

I'm generating buttons in my program (buttons used for user login), and i'd like to change the font of the buttons i'm generating, but as you may have guessed, since they're not in the program until i launch it, i'd like to know if there's a command to change them directly into the code before generating them.

Thank you for your answers.

With many regards,

Martin.

Martin
Top achievements
Rank 1
 answered on 22 May 2015
1 answer
139 views

I'm working on Windows Form and i have selected Rad TimePicker for time insertion  into sql server.

i want to insert time in the form of 11:23 AM/PM . Value  inserted into sql server is in 11:23:00 format not in  11:23 AM/PM format. 

Please guide me.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 22 May 2015
2 answers
357 views

Hi,

Is there anyway to refresh (reload) treeview which has been loaded tree nodes using LazyMode with on-demand-loading. I tried with TreeView.Refresh() and TreeView.Nodes.Refresh(). Both not working. 

Amos
Top achievements
Rank 1
 answered on 22 May 2015
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
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
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
NavigationView
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
SplashScreen
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?