Re: Gridview bound to Object and Checkbox




r.hein@xxxxxxxxxxxxx wrote:

So my question is this: I need the check boxes tied to the Selected
property of the Info object to be able to be checked and unchecked, so
I can know which items the end user wants. I don't want to have to have
the user edit one row at a time, and I've got
EnableSortingAndPagingCallbacks="True" on which prevents me from using
a template - I get an error message about Templates not being supported
- If I turn off the EnableSortingAndPagingCallbacks then the paging and
sorting quits working.

I've been unable to find an example for doing this, I find it hard to
beleive that no one at MS thought people would want this functionality.
BTW this is .NET 2.0 if that matters.

Any ideas?

Thanks.


Same problem.
Really anyone knows how to solve? documentation is really poor...
I get the error that the value of the checkbox
"could not be parsed as a boolean"
but I tried also to change from Bool to Int the property of my business
object.

.