Telerik Forums
UI for WinForms Forum
5 answers
659 views

Hi support team,

I'm trying to set the default value for a RadComboBoxColumn (inside a RadGridView) when a new row is created but I cannot figure out how to do it.

I'm using Telerik 2018.2.515.40

Sebastian
Top achievements
Rank 1
 answered on 02 Oct 2019
1 answer
290 views
Are there any plans now or for the future to allow any type of control over what these features save/load? I am leveraging these methods so I do not have to write custom logic in each tool to retain the layout a user configures, but having control over whether these methods load or save things like the conditional formatting or column filtering would be highly useful. There are cases where I may not want these things to load up for the user after relaunching the app, but as of right now I need to handle this post load manually.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 02 Oct 2019
13 answers
1.0K+ views

Hi,

I'm Using radGridView to load data from Datatable;

DataTable is populated from the Database;

2 Columns are added at design time;

If i Use radGridView1.AutoGenerateColumns = true;

then it shows 4 Columns on populating data.

and if i Use radGridView1.AutoGenerateColumns = false;

then it Shows 2 columns but populated  with Empty Data Rows

01.radGridView1.MasterTemplate.AutoGenerateColumns = false;
02. 
03.DataTable dt = new DataTable();
04.string query = "SELECT a.ITEM_NAME , ITEM_CODE  FROM items a ";
05.OracleCommand cmd = new OracleCommand(query, DataConn.Conn);
06.OracleDataAdapter da = new OracleDataAdapter(query, DataConn.Conn);
07.da.Fill(dt);
08. 
09.radGridView1.MasterTemplate.DataSource = dt;
 

 

 

 

Kashif
Top achievements
Rank 1
 answered on 01 Oct 2019
1 answer
1.0K+ views

Hi

I have a data grid and I am wondering if the column header text can be vertical ?  If so, how do you make the text vertical?

Within the grid I have columns with Y and N, I want to make the background of the cell Green if Y and Red if N - what do I need to do to achieve this?

 

Neil

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 01 Oct 2019
1 answer
65 views

Hello,

some of our users complains about the fact that they need to click twice to edit a value in a PropertyGridDropDownListEditor.

The first click generate and start the editor, the second to open the list.

Is there a way to automatically open the list after the editor has been initialized?

Thanks!

Dimitar
Telerik team
 answered on 01 Oct 2019
3 answers
98 views

Hello,

I recently updated to R3 2019.

In this update the Breadcrumb got several updates.

One of the updates is the text editing mechanism, but for my application, this is an unwanted option. How can I disable this option?

 

Grtz Patrick

 

 

Patrick
Top achievements
Rank 1
 answered on 01 Oct 2019
6 answers
1.0K+ views
Can you make a row autosize or otherwise set the height so that all of the the text in the cell in a TextBoxColumn is visible?  For some of the rows, the text string is short.  For others, it will take four lines to contain the text.

Thank you,
Gary
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Sep 2019
2 answers
219 views

Hello

This works ok :

        Dim obj1 As New ExpressionFormattingObject("MyCondition1", "MYDATE IS NULL", True)
      obj1.CellBackColor = Color.YellowGreen
      PeriodosGridView.Columns("MYDATE").ConditionalFormattingObjectList.Add(obj1)

But y need create ExpressionFormattingObject for detect when a value is greater than today

Is possible?

Thanks

Esteban
Top achievements
Rank 1
Iron
Iron
 answered on 30 Sep 2019
5 answers
325 views

Hi,

I want to remove the top four buttons from Image Editor control. How can do I do that? I found one thread for "UI for WPF", but the properties mentioned in that thread, like IsOpenButtonVisible etc are not there in my latest downloaded version of control. Are those properties specific to WPF? Please let me know how to remove those buttons in WinForm.

Thanks!

Ruturaaj.

Dimitar
Telerik team
 answered on 30 Sep 2019
6 answers
1.1K+ views

Hi, I have two questions that need help regarding effects on listview
Question one: I tried changing the border color of active subitem using events: cellformating, VisualItemFormatting but I still haven't found a way to enable it.
Question two: How can I stop highlight current listviewitem? I want after running listview code, there will be no more highlighted items.
I have uploaded photos for you to visualize.
Thank you.

 

Dimitar
Telerik team
 answered on 27 Sep 2019
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
ComboBox and ListBox (obsolete as of Q2 2010)
ListView
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
Menu
PropertyGrid
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
Rotator
TrackBar
MessageBox
SpinEditor
StatusStrip
CheckedListBox
Wizard
ShapedForm
SyntaxEditor
TextBoxControl
LayoutControl
CollapsiblePanel
Conversational UI, Chat
DateTimePicker
TabbedForm
CAB Enabling Kit
DataEntry
GroupBox
ScrollablePanel
WaitingBar
ScrollBar
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
ColorBox
Callout
FilterView
PictureBox
VirtualKeyboard
NavigationView
Accessibility
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
Flyout
ToolbarForm
NotifyIcon
Rating
TimeSpanPicker
BarcodeView
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
DateOnlyPicker
TimeOnlyPicker
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?