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
9364
Displaying concatenated string in place of datafield
posted

I am rendering a tree like hierarchy using UltraGrid on two parent-child DataTables 

     aaaa  

          xxxx 

          yyyy

     bbbb

         zzzz

In place of datafield value xxxx, I want it to show  "xxxx (desc of xxxx)" where "desc of xxxx" is value of another datafield on that datarow. In other words, on the Grid I want to show a concatenated value of the two datafields instead of the data field itself.

I am hoping for a solution using UltraGrid itself and not have to create a new calculated column on that datatable.

Thanks!