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
445
adding meta data to ultragridrow or column
posted

Hi All,

I am trying to replace VSflexgrid with ultrawingrid. VSflexgrid has a property whereby you can attach an object as a property to each row and column. Is there anything similar to that in ultragrid.

 

Any information would be very helpful.

 

 

 

Parents
No Data
Reply
  • 17259
    Offline posted

    Do you need to store the data row in the grid row? For that you have the ListObject property. If you want to attach something else, you can do it in the Tag property.

Children