Telerik Forums
UI for WinForms Forum
5 answers
173 views

Hello;

 

In your WPF control it looks like you can do this:

https://www.telerik.com/forums/how-to-add-columngroup-in-radgridview-columngroups-at-run-time-from-code-behind

 

How can I add a new columnGroup to the current ViewDefinition?

 

Thank you,

 

Joe

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 08 Jan 2018
1 answer
405 views

I'm currently using Syncfusion for some work, but I'm quite unhappy with their product's design and implementation. I'm considering switching to Telerik, but I need to know whether or not the RadGridView filters/sorts the underlying strongly typed binding source, or whether it uses it's own internal list to filter/sort on.

 

Here's why:

1. We have 3 grids that need to synchronize data for, including filtering and sorting.

2. We are using the Binding Navigator and we want to use it straight out of the box without having to add custom functionality

 

As far as I have researched, WinForms does not have an implementation of a strongly typed sortable/filterable binding list (it does through DataSets and DataTables, but they are not strongly typed). The closest thing I've found is to write my own implementation of IBindingListView<T>, which only one example has been found on the web, and that version does not support text filtering (it's an incomplete implementation). We're doing an architectural upgrade from DataTables to a strongly typed binding list so that we can get runtime updates from the database in real-time and show them to the user.

Does Telerik (or WinForms) have an implementation of IBindingListView<T> that we can use as the underlying list for our DataSource of a RadGridView and does RadGridView sort/filter on the underlying list, or it's own internal list?

Thanks!

Hristo
Telerik team
 answered on 08 Jan 2018
4 answers
458 views

I am using the RadBrowseEditior to select image files. I have coded the object to make sure the selected file is only one of the following:

*.BMP, *.GIF, *.PNG, *.JPG

I would also like the open file dialog box to have those items set as the shown files. Is there a setting to mask the file types in the file picker?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 08 Jan 2018
1 answer
116 views
Hi Telerik team, I would like to use Scheduler for hotel room booking. How can I restrict placing two appointments in same day? Thanks in advance.
Dess | Tech Support Engineer, Principal
Telerik team
 answered on 08 Jan 2018
2 answers
183 views

Hello,

I added a count of rows in grid summary row. am able to see the added summary row but data is available in it.

 

// Add summary rows
 GridViewSummaryItem _summaryItem = new GridViewSummaryItem();
 _summaryItem.Name = "count";
 _summaryItem.FormatString = "Count = {0}";
 _summaryItem.Aggregate = GridAggregateFunction.Count;
 
 GridViewSummaryRowItem _summaryRowItem = new GridViewSummaryRowItem();
 _summaryRowItem.Add(_summaryItem);
 gridNew.SummaryRowsTop.Add(_summaryRowItem);
Deepak
Top achievements
Rank 1
 answered on 08 Jan 2018
6 answers
341 views

Hi,

The delimiter is a char attribute in RadAutoCompleteBox.

Is it possible to have multiple delimiter (like space and enter) ?

If yes how?

Thanks a lot

Vannick
Top achievements
Rank 1
 answered on 06 Jan 2018
3 answers
367 views

HI,

I have a problem when i focus. If i tab to checkbox it has the border highlight around the text . It is fine. But when i set it focused when open form. It does not display border like when i tab to radcheckbox. How can i display the focused border when open form ???

 

Thanks.

Dimitar
Telerik team
 answered on 05 Jan 2018
5 answers
286 views

Hello,

I need to extend row details but only for some rows in my radgridview : those with gray forecolor. I don't know how to add row details, and I'm using vb.net.

Hope that someone can help me, thanks !

Dimitar
Telerik team
 answered on 05 Jan 2018
15 answers
907 views
How can I access radDesktopAlert1.show from another thread?
Hristo
Telerik team
 answered on 05 Jan 2018
9 answers
550 views

In winforms, this attribute is shown in gray.

How to see it in a radpropertygrid?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 05 Jan 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)
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?