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
390
Ultragrid display value
posted

I've got an Ultragrid that displays all Products. Products have a Customer Foreign key (which in my case is an entire Customer Object because i use NHibernate but it serves the same purpose). Now when i bind the Products to my WinGrid it displays the type of Object in the Customer Colum (Logic.Customer). When not using NHibernate i guess it will show an integer repesenting the foreign key.

 Now obviously this is not what i want. What i want is the name from the customer not the foreign key.  How do i set a different display value?