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
340
Looking Two Column Tree with first Column Tree and Second column with Button DataType
posted

Hi,

I am looking got a Control (may be xamDataTree or xamDataGrid , one of them) where it should suport two columns where first column with Tree structure and second column with Button DataType as show below (when user clikcs on corresponding Row add button it should insert node at that level - meaning also need to capture the action of the button at that node level )

- Prakash                                                               <Add Name Button>
    - Address blablabla                                         <Add Address Button>
    - 22222222                                                       
- Aditya                                                                      <Add Name Button>
    - Address blalabla                                              <Add Address Button>
    - 333333333
- Prasanth
    - Address blablabla                                             <Add Name Button>
    - 444444444                                                          <Add Address Button>

Regards,

Prakash.G