I'm currently working on a Windows program using c#, and customer give these figures below
Tap the subject like "Player", "Class" or "Name of Student" to update the record display in ascending or descending order.
Student name looks like TextBox has border, and editable.
Individual Record "more info" is clickable like hyperlink.
I'm considering use DataGridView, but how to achieve these style? (how to make cell like TextBox? The hyperlink in the cell? Another ways to do that?)
About the graph, is there any free libraries or ways to make bar graph like below?
Any suggestions would be appreciated.
Edited
Here is what I tried so far: Figure 3: demo-test
And my questions:
How to custom header like figure 1?
I have no idea how to use DataGridCellStyles to make cell has border, any sample codes?
I already try to describe my questions as possible and show what I have done, but got 3 downvotes?????