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
85
How to bind data from Business Object
posted

Hello,

I have a problem about bind the UltraGrid from Business Object layer.this my sample code

 UltraGrid1.DataSource = TransactionCollection.GetLookUpData(sql)

UltraGrid1.DataBind()

i don't want to show the property on red line.how to show CustAbbr and Address only?