Telerik Forums
UI for WinForms Forum
2 answers
128 views

Hi,

Can I set hover style for link in html?

it's style not working:

a:hover {
            color: #3ca9f6
        }

Sergey
Top achievements
Rank 2
 answered on 17 Feb 2020
1 answer
249 views

     Hi, I've been researching and trying to understand the custom filtering, but can't seem to understand it. I currently have a gridview with 5 columns.  I plan to have 4 text box and 1 dropdown that I want to use to filter the gridview.   I have tried the custom filtering from (https://www.telerik.com/videos/winforms/filtering-and-expressions-in-radgridview-for-winforms) but this is more on the style and doesn't hide the non-filtered rows.  I have tried to understand the custom filtering row in Demo application >> GridView >> Filtering >> Custom Filtering Row however, this is a bit too complicated with the usercontrols...  I've attached what my page looks like...  I can't seem to get the filtering on this page correct.  Can someone help?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 17 Feb 2020
6 answers
392 views
Hi there,

I'm currently working on an application which needs an ImageColumn with two small checkboxes (without any text). The CheckState of the checkboxes is based on cell values. The clue is, that these cell values are hidden.
I've seen in your documentation and in a few other threads, that the override method SetContentCore is to set the content based on the row data. Unfortunately, I couldn't find anything to get the data from hidden cells in the current row.

1.protected override void SetContentCore(object value)
2.{
3.    this.RowElement.VisualCells ... // this contains only the visible cells
4.}

I'm wondering if it's possible to get the hidden cell values as well or if I could pass any data? One way I thought was to show the hidden cells, create my custom cell and then hide the cells again. But I think this is pretty ugly and I'm not even sure if it would work properly.

Is there any solution for this?

Kind Regards,
Roman
Roman
Top achievements
Rank 1
Iron
 answered on 14 Feb 2020
7 answers
2.4K+ views
Hello:

In our validation forms, we like to preselect the currently choosen item. I have the code written for selecting the corresponding BindingSource.Position. This automatically selects the row. How can I force the GridView to scroll to the currently selected row?

Thanks,
Travis
Imane
Top achievements
Rank 1
 answered on 13 Feb 2020
1 answer
1.1K+ views

It seems that I cannot display the exact sum of each group in the radGridView.

I want is to add the sum of the Column A group and the sum of the Column B group belonging to group A,

respectively, and the total at the bottom.

If I want to implement what I want C#, I want to know how to implement it.

I want you to show me how useful RadGridView is.

Please refer to my attached file.

  

Nadya | Tech Support Engineer
Telerik team
 answered on 13 Feb 2020
1 answer
1.3K+ views

This should be simple, I'm editing the data in the rows and I'd like those changes to be saved back to the database.

 

I have attached a screenshot to make it more clear.

 

In the screenshot i've circle my rows that i would edit and have its changes saved to database.

I'm using c# winforms, and my database is using microsoft SQL server

Nadya | Tech Support Engineer
Telerik team
 answered on 12 Feb 2020
4 answers
131 views

Hi,
If i Scroll to n'th row.
RadGridView.TableElement.ScrollToRow(n)

How to find current Scrolled row ?

Thanks..

Shanti 😎
Top achievements
Rank 2
Veteran
 answered on 12 Feb 2020
2 answers
91 views

Greetings,

 

The below code throws an exception :  'Unable to cast object of type 'System.EventArgs' to type 'Telerik.WinControls.UI.Data.PositionChangedEventArgs'

RadTreeView1.LineStyle = TreeLineStyle.Dot

 

Any solution ?

Thanks for your attention.

 

 

 

Nadya | Tech Support Engineer
Telerik team
 answered on 11 Feb 2020
1 answer
88 views

Hi,

I scroll to nth row. So i want to set that row to current row.  How is possible?

 

waiting for your favorable response.

Thanks.

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 11 Feb 2020
1 answer
369 views

Hi,

I'm using the RadListView control With IconsView View, Is it possible to align the items to the center? 

I figured out i should play with the contols Padding property value to achieve this goal but i'm wondering if there's 

a setting that handles this case (And keeps everything aligned after resize for example)

I've attached 2 images to show the normal behavior and the wanted behavior.

Thanks in advance! :)

 

Nadya | Tech Support Engineer
Telerik team
 answered on 11 Feb 2020
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
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
MessageBox
TrackBar
Rotator
SpinEditor
CheckedListBox
StatusStrip
LayoutControl
ShapedForm
SyntaxEditor
Wizard
CollapsiblePanel
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?