I want cell selection not row selection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DanThMan

    I want cell selection not row selection

    I'm really getting frustrated with GridView is WPF. All I want is to
    allow users to select an individual cell instead of a whole row, but
    that was left out of the object model for some reason. Trying to cluge
    together the capability using DataTemplates and ControlTemplate s is
    proving to be a complete nightmare.

    I'd settle for just being able to turn the selection capability off
    completely (does not appear to be an option) or at the very least make
    the selection bar transparent (probably possible but I have no idea
    how to do it).

    Really appreciate any insight you might have on this.

    Thanks,

    -Dan
Working...