Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4970
how to create a editable treeview in xamgrid ?
posted

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?