Telerik Forums
UI for WinForms Forum
1 answer
130 views

Hi,

I am looking to update our grids to have the "expanded information" details panel available for rows in a grid similar to the example you have at http://www.telerik.com/help/winforms/gridview-overview.html but I am struggling to find the sample code or documentation for achieving this.

Currently we have flat and hierarchical grids with master/detail records and we use standard table layout for parent and child rows everywhere and we are looking to have the "more info" look for the rows as shown in the sample.

Technically this isn't a master/detail relationship and is more like "further info" for the parent row, but if you could give me some pointers to the sample code/documentation on how to achieve this look and feel that would great.

Many thanks

 Mark.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 10 Feb 2016
1 answer
211 views

Is nit possible to nest a listview within another listview using custom items?

 

Thanks

Dimitar
Telerik team
 answered on 10 Feb 2016
5 answers
117 views

Hi guys,

I'm hoping someone can lend me a hand in regards to the currentTimePointer functionality on the RadCalendar control.

The pointer only highlights the current day's current time, while I would like the line to extend across the whole week.

Basically, I'm trying to mimic Outlook when it comes to highlighting the current time.

The only accessible properties for the currentTimePointer are the Color and Width, so before I start diving in too deep, is there a fairly easy way to achieve the full length timePointer that I'm looking for?

Thanks,

Robert

Dimitar
Telerik team
 answered on 10 Feb 2016
1 answer
91 views

is there anyway to remove these labels from filtering row?

 attached a picture for reference

Ryan
Top achievements
Rank 1
 answered on 09 Feb 2016
2 answers
158 views
Is there any method to disable headercellbuttons, but still use filtering row with filters like 'contains'.Cause columns have more then 50 k distinct values, and accidentally clicked cellbutton will load too much data and will freeze app for a while. So user can use this filters for columns .
accidentally
accidentally
Ralitsa
Telerik team
 answered on 09 Feb 2016
4 answers
190 views

How do I get the width of the AppointmentElement in the AppointmentFormatting Event?

e.AppointmentElement.Size returns nothing

e.AppointmentElement.Bounds returns 0,0,0,0

I am trying to place an image at a specific time point within the appointment element.

Is there an easier way to accomplish this?

Thanks,

 

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 08 Feb 2016
1 answer
200 views

Hi,

 I have a richtexteditor and I am programmatically converting a selection to a bulletedlist on button click with

 

RadTextEditor.ChangeListStyle ( ...)

 

This is fine, except I need this to act as a "toggle" in the same way as the normal bullet buttons do using with the built in menu, Word, etc.

I can't find a way to determine whether a selection is already a list, so is this possible?

 

Thanks,

 

Mark

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 08 Feb 2016
10 answers
477 views

I have converted the vb code at the following post (oct 1)to c#, see attachment.

 http://stackoverflow.com/questions/32866795/formatted-text-inside-cell-on-datagridview

 

It renders a rich text into a winforms DataGridView cell.

Could someone please in converting it work with a Telerik WInform Gridview?

Dimitar
Telerik team
 answered on 08 Feb 2016
1 answer
64 views

I have a RadGridView with a filed called Start with  dynamically created buttons. When i click on it my code changed the text of the row that was clicked to Stop if it was Start Previously. MY issue is when i click another row the previously changed text is lost and the new row shows stop. I want to save the text of all the dynamically crated buttons when one is clicked.

 Dim StartStop As New GridViewCommandColumn()
        StartStop.Name = "StartStop"
        StartStop.HeaderText = "Start"
        StartStop.UseDefaultText = True
        StartStop.DefaultText = "Start"
        StartStop.Width = 40
        StartStop.MinWidth = 40
        RadGridView1.MasterTemplate.Columns.Add(StartStop)

         AddHandler RadGridView1.CommandCellClick, AddressOf radGridView1_CommandCellClick

  Sub radGridView1_CommandCellClick(ByVal sender As Object, ByVal e As EventArgs)
      Dim ID As String = TryCast(sender, GridCommandCellElement).RowIndex

      Dim StartStop As String = TryCast(sender, GridCommandCellElement).CommandButton.Text

If StartStop = "Start" Then

               TryCast(sender, GridCommandCellElement).CommandButton.Text = "Stop"

else

               TryCast(sender, GridCommandCellElement).CommandButton.Text = "Start"

end if

  End Sub

 

 

Dimitar
Telerik team
 answered on 08 Feb 2016
3 answers
156 views
When I change my form to arabic language and set the split container right to left property to true the control isn't affected the panels stays as they are.
Abed
Top achievements
Rank 1
 answered on 05 Feb 2016
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
WaitingBar
GroupBox
DataEntry
ScrollablePanel
ScrollBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
FileDialogs
ColorDialog
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
NavigationView
BindingNavigator
RibbonForm
Styling
Barcode
PopupEditor
TaskBoard
Callout
ColorBox
PictureBox
FilterView
Accessibility
VirtualKeyboard
DataLayout
Licensing
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
BreadCrumb
ButtonTextBox
FontDropDownList
BarcodeView
Overlay
Security
LocalizationProvider
Dictionary
TreeMap
StepProgressBar
SplashScreen
Flyout
Separator
SparkLine
ToolbarForm
NotifyIcon
DateOnlyPicker
AI Coding Assistant
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
SpeechToTextButton
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?