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

Show cell with details

1 Answer 56 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mengjie
Top achievements
Rank 1
Mengjie asked on 21 Apr 2016, 07:03 PM

In my GridView I want to show the cell like below, how should i do with this formate and if the filter can still filter the data of the result?  Thanks

Column Header :

<AbsoluteResult>

(<Total Bad Data>/<Total Data>)

Cell Content:

98
(196/200)

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 26 Apr 2016, 08:59 AM
Hello Mengjie,

If I understood you correctly, using a CellTemplate and CellEditTemplate for the respective column, you should be able to produce the desired effect.

Please also have a look at our SDK Samples Browser as well as WPF Controls Examples for a number of examples that might help you in finding a solution for your particular scenario. Here is a list of the examples I have in mind:

In the SDK Samples Browser:
- Custom Column
- Create Column Editor
- Custom Column Filter Descriptor
- Custom Filter Control

In the WPF Controls Examples:
- Calculated Column
- Custom Column
- Merged Column Headers / Column Groups
- Cells Tooltip

I hope you find the provided examples helpful for achieving your goal.

Regards,
Dilyan Traykov
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
Mengjie
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or