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
355
How do I bind to a business object but only showing some columns?
posted

Hello,

I have a business object collection that I want to databind to an UltraWebGrid. I can easily do it using the Databind method of the grid. However, by doing it this way, all the public members of te business objects are shown in their respective column.

Is there a way I can show only some of the public properties of the business object instead of everything?

 

Thanks!

Parents
  • 115
    Verified Answer
    posted

    I'd think you can turn off autogeneratecolumns and manually add columns to the grid then bind them to the properties of your object.  I am not certain, I am new to this stuff.

Reply Children