Suppose I have a table in DB like Tab(id, name, value, parentid)
then I want to bound the data from this table to a xamgrid like treeview with the relationship id, parentid, and checkbox bound to value. and it is editable for user to click on checkbox to set value.
how to implement it?
Hello Benjamin,
I am just checking if you got this worked out or you still require any assistance or clarification on the matter.