How can I display grid lines? I.e., I want a border around each cell?
Is it possible to do this without overriding the CellValuePresenter to something like a textbox? I know that will effectively show grid lines, but then I would need to re-implement my own cell and record selecting behaviors, etc...
Thanks,
- Kam
Hi Kam,
You can supply a style for CellValuePresenter that sets its template to anything you want without having implement any cell or record selection logic, Also if you include a ContentPresenter in the template with the name = "PART_EditorSite" we will instantiate the appropriate editor without any additional work on your part.
I hope this helps.