This question is locked. New answers and comments are not allowed.
I want to use DataTable as child view source.
Is that possible to set it in RowIsExpandedChanging?
private void RadTreeListView1_RowIsExpandedChanging(object sender, RowCancelEventArgs e)
{
??
}
Any sample code is welcome.
Thanks a lot.
Is that possible to set it in RowIsExpandedChanging?
private void RadTreeListView1_RowIsExpandedChanging(object sender, RowCancelEventArgs e)
{
??
}
Any sample code is welcome.
Thanks a lot.