This is a migrated thread and some comments may be shown as answers.

Bound GridViewSelectColumn

4 Answers 184 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jeff
Top achievements
Rank 1
Jeff asked on 07 Dec 2011, 08:40 PM
I know this question has been asked before, but I haven't seen a good, simple answer.

I want to add a GridViewSelect column that is bound to my ViewModel. I know it's been said that the built in GridViewSelectColumn simply doesn't support this. And that there are some virtualization issues if you try to bind to the actual GridViewRow/Cell.

I just want a nice simple, generic (not tied to my specific model, and not reliant on Bindings without Converters) implementation. I'd rather not add a dependency on Blend Interactivity.

Can this be accomplished by simply sub-classing GridViewSelectColumn or GridViewDataColumn? Or can I set the cell header style to be bound somehow?

I'm just looking for a simpler implementation than what I've seen already.

Thank you.

4 Answers, 1 is accepted

Sort by
0
Jeff
Top achievements
Rank 1
answered on 14 Dec 2011, 05:21 PM
...Hello?
0
Jeff
Top achievements
Rank 1
answered on 16 Dec 2011, 09:18 PM
This level of support is pretty bad...
0
Ring Lee
Top achievements
Rank 1
answered on 11 Jan 2012, 03:24 AM
Hi,

I was also stuck at one point where I tried to bind the GridViewSelectColumn to my ViewModel. I ended up using the GridViewCheckBoxColumn instead, which can binded to my ViewModel. Not sure whether this helps you. Good luck! :)
0
Maya
Telerik team
answered on 11 Jan 2012, 07:49 AM
Hello,

I would recommend you to run through this forum thread for further reference. 

All the best,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Jeff
Top achievements
Rank 1
Answers by
Jeff
Top achievements
Rank 1
Ring Lee
Top achievements
Rank 1
Maya
Telerik team
Share this question
or