hi, all
I got another quesiton, in my DataGrid control, I want to have a hidden column which will contian an ID value, I don't want to display this ID value to user, but I need it when user click it. The problem I got is when I uncheck the "visible" checkbox, it seems DataGrid does not render it at all. So how to do this hidden column?
Thanks