Hi,
Can I set hover style for link in html?
it's style not working:
a:hover {
color: #3ca9f6
}
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?

1.protected override void SetContentCore(object value)2.{3. this.RowElement.VisualCells ... // this contains only the visible cells4.}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.

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

Hi,
If i Scroll to n'th row.
RadGridView.TableElement.ScrollToRow(n)
How to find current Scrolled row ?
Thanks..
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.

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.

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! :)
