Telerik Forums
UI for WinForms Forum
1 answer
269 views

Hi Telerik team :)

I have a gridview with a list of persons.

I sort this list on the name of persons when i click on column header.

Now, when i click on a row to add a new person, when i end-edit the row, the new person is automaticaly sorted with the rest of the list.

I don't want this behavior.

I'll prefer that the new person stays in bottom of list with the list already sorted.

So is there a way to avoid the sort when add a row without modifying the current list display (even if sorted) ?

Thanks

Regards 

 

 

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 19 Jun 2018
5 answers
139 views

Hello,

I need help to use SelectedIndexChanged of ComboBoxColumn.

ValueChanged of the GridView is to late.

 

Regards,

Marc

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 15 Jun 2018
2 answers
175 views

Hi,

I'm looking for validation on the below. Essentially I want to validate that I can release a free product as long as I combine the Telerik assemblies with the executable. I want to ensure that using ILMerge is enough to meet this requirement from Telerik.

Secondly, if I charge for an application from my understanding I do not need to merge into a single executable? Is that correct?

I do understand that Telerik.WinControls.UI.Design.dll should not be redistributed in any scenario and that a copyright needs added in the about window.

Thanks,

Jacob


Jacob
Top achievements
Rank 1
 answered on 14 Jun 2018
1 answer
89 views

Hello

I am hiding a group via code at runtime with 

carers.Visibility = Telerik.WinControls.ElementVisibility.Hidden

 

however the gap stays there, is there a function to auto reorganize so the next group to the right takes its spot

(fills in the gap)

 

if not, can set there order via code, or delete the group completely

 

all at runtime

 

thanks

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Jun 2018
8 answers
1.6K+ views
Hi,

I am trying to retrieve the data that is in a listviews subitems.

I would have thought something like this would be the answer, but I cant find anything similar to it.

 var test = radListView1.Items[2].SubItems[2].Value

Where am I going wrong?
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 14 Jun 2018
4 answers
445 views

With the DateTimePicker, I can bind a nullable DateTime property to NullableValue:

resolvedDateTimePicker.DataBindings.Add("NullableValue", _bindingSource, "DateResolved", true, DataSourceUpdateMode.OnPropertyChanged);

 

Unfortunately the NullableValue property doesn't seem to exist for the TimePicker.

Will this be implemented at some point, and/or how would I bind a DateTimePicker to a nullable DateTime?

Dimitar
Telerik team
 answered on 14 Jun 2018
1 answer
88 views

hi

how can i add a conditional cellBorderto a cell. just like a conditional background color but only a border ?

 

            ConditionalFormattingObject c1 = new ConditionalFormattingObject("c1", ConditionTypes.Less, DateTime.Today.ToString(), "", false) {
                CellBackColor = Color.FromArgb(255, 209, 140)
            };
            dgv.Columns[ColumnTitle.GridTasklistMail.deadline].ConditionalFormattingObjectList.Add(c1);

 

thanks 

andré

Dimitar
Telerik team
 answered on 14 Jun 2018
4 answers
92 views

I have a radGridView and the grid appears to be set to be set to the controls width. I'm unable to figure out how to allow horizontal scrolling to occur when I want to expand a column. Please provide what to change?

 

Thanks, Craig...

Craig
Top achievements
Rank 1
 answered on 13 Jun 2018
7 answers
268 views

After updating from 2017.2.502.40 to 2017.2.0613.40, the font size for all controls is larger.  Moving back to 2017.2.502.40 fixes the problem.  I see that there was a post on this forum this morning describing the same issue, but it was taken down.  Cached version here.  Is this a known issue, and is there a fix for it or should we stick to 2017.2.502.40?

 

 

 

Dimitar
Telerik team
 answered on 13 Jun 2018
2 answers
162 views

Hi everyone,

I created my own class:

  public partial class RadButton
  {
    public CustomButton()
    {
      InitializeComponent();
    }
  }

after this I woud like to us it in RadForm1:
public partial class RadForm1 : Telerik.WinControls.UI.RadForm
  {
    public c()
    {
      InitializeComponent();
      CustomButton button = new CustomButton();
      button.Text = "&customButton";
      button.Click += Button_Click;
      Controls.Add(button);
    }

    private void Button_Click(object sender, EventArgs e)
    {
      RadMessageBox.Show("Test");
    }

    private void button1_Click(object sender, EventArgs e)
    {
      RadMessageBox.Show("It is works");
    }
  }

 

why when I'm using my custom class I cannot use shortcuts:
"c" but only alt + "c" and it works. When I'm using standard buttons it works.

How can I fix it?

Best regards,

Pawel

 

Pawel
Top achievements
Rank 1
Iron
 answered on 13 Jun 2018
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
GanttView
Diagram, DiagramRibbonBar, DiagramToolBox
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
CheckedListBox
StatusStrip
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
WaitingBar
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
Styling
Barcode
BindingNavigator
PopupEditor
RibbonForm
TaskBoard
Callout
ColorBox
PictureBox
FilterView
NavigationView
Accessibility
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Licensing
Localization
TimePicker
ButtonTextBox
FontDropDownList
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
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?