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
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.