Hello,
I need to create a column in the grid that is used as a row selector that is a column of checkboxes, however, the column isn't bound to any item in the data. We'd also like for a checkbox to be in the header that would check all items or uncheck all items in the column.
Is this something that can be done, if so, does anyone have any suggestions how to?
Thanks.
Hi Stevez,
Thanks for the sample. Its working now.
I've done that a million times, thanks Steve, the Zip File works.
I was actually going to implement it this way - darn, should have gone with my gut. Thanks again.
Sure. Sorry about that, i was doing too many things at once when i posted it.
-SteveZ
Yeah the Zip file didn't have all the project files, I just ended up doing it another way, (by creating an boolean property on my class that's being bound to the grid) - I didn't want to do it that way because really that data object is used other places so adding that property is kind of a hack.
Steve, can you maybe repost that Zip file again? I kind of would like to see how you implemented it.
Hi,
I also need to implement same functionality using XAMGrid v 10.3. I saw your post and sample provided. But downloaded sample didn't contains any thing. Kindly help by providing the same sample or By other way.
I try to implement this functionality, but didn't able to find the checkbox control reference from cell. cell.control always returing null.