Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
display grid lines
posted

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

  • 4850
    Offline posted

    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.