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
40
WebDataTree Help required
posted

In One of the Child Nodes I should display the Data from two Columns. Can any one help me how to write DataBindings for this.

 

Example: Name || Id

Parents
No Data
Reply
  • 3147
    posted

    Hi,

    DataBindings do not support multiple fields.

    You can implement the desired functionality by using ItemTemplate or add a new Column (Field) to your data source which will return the data in the format "Name || Id".

    Hope that helps!

Children
No Data