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
5
XamDataGrid disable hiearchy
posted

Hello, i want use XamDataGrid binding to a collection like:

Data{

string item;

string name;

Collection<Data> childs;

}

But i want display all childs on same level to a parent, but automatically XamDataGrid display in hiearchy mode.

Some solution??