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.
Hi,
I hope the following sample can be used as a reference:
https://es.infragistics.com/samples/silverlight/grid/#/self-referencing-data
You may create a custom data source and populate it with the data form the DB. Then bind the grid to this custom data source (refer the sample above).
If your scenario is different or you need some assistance, please provide more details.
Thanks,
Stefana