Declined
Last Updated: 04 Dec 2017 15:35 by ADMIN
kiruthika
Created on: 15 Nov 2017 18:25
Category: UI for WPF
Type: Feature Request
1
provide different css for pinned rows
css style like the background color for the pinned rows can be different from the rows in the grid to differentiate the rows
3 comments
ADMIN
Martin
Posted on: 04 Dec 2017 15:35
Hello Kiruthika,

Note that there is no pinned rows feature in the 2008 release. Actually, this feature was introduced in 2016. (https://docs.telerik.com/devtools/wpf/controls/radgridview/features/pinned-rows)

Can you please tell me what you mean by pinned rows and how you create the pinning?

In the meantime, I would recommend you to update to the latest version of UI for WPF. This will allow you to get the latest features and bug fixes. 

If you use the pinned rows feature from 2016, you can use the RowStyleSelector property  (https://docs.telerik.com/devtools/wpf/controls/radgridview/style-selectors/rowstyleselector) to selected different styles for the different GridViewRows. You can determine if a row is pinned by its IsPinned property.

In general you can easily apply different styles for the different rows using the RowStyleSelector. This obsoletes the need for a specific styles for the pinned rows. This is why declined the feature request.

Regards,
Martin Ivanov
Technical Support Engineer
kiruthika
Posted on: 16 Nov 2017 20:57
Hi Martin, 
Yes I meant WPF Style and I am using RadGridView for WPF from the telerik package 2008. I am displaying data using the RadGridView and on pinning the rows, I want to see the pinned rows with different WPF Style. Now the pinned rows appear same as normal rows, making difficult for the user to identify those pinned rows.

We are using RadPivotGrid also from telerik to display the same report.
ADMIN
Martin
Posted on: 16 Nov 2017 09:29
Hello Kiruthika,

Can you tell us which control you mean? Is it RadGridView for WPF? Also, can you tell us which product you are using? Note that this is the UI for WPF feedback portal. I am asking this because in WPF there is no css. Maybe you mean WPF Style?

Regards,
Martin Ivanov
Technical Support Engineer