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
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!