This is a migrated thread and some comments may be shown as answers.

[Solved] Cell Border for all or specified Cells

1 Answer 149 Views
Grid for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Randall
Top achievements
Rank 1
Randall asked on 28 May 2014, 04:46 PM
I need to be able to set all or a single border of any cell under 2 conditions:

1) Pick a specific column and set a single or all borders for all cells in that column
2) Pick a specific cell (Using cellTap command?) and set a single or all borders for that cell

Thanks
Tab
assisTek

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 02 Jun 2014, 03:08 PM
Hi,

You can create a StyleSelector as shown in the Customization example for RadGrid in our Quick Start Framework (installed locally with Telerik UI for Windows 8).  See the UpDownSecorationStyleSelector class. This will allow you to define a style (in this case to add a border) for every cell, according to its content or according to the column where the cell belongs to.  Adding a border (selecting) on Tap is supported out of the box through Selection. You will need to set SelectionMode to Multiple and SelectionUnit to Cell.

Best regards,
Ves
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid for XAML
Asked by
Randall
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or