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
225
Is there any way to access the display objects of an UltraGrid
posted

Is there any way to access the display objects of an UltraGrid

I would like to acces the number of columns, headings objects and other object of an UltraGrid after it is displayed?   We have many different grid and would like build a common method to export data from the UltraGrids.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I'm not really sure I understand your question. What exactly do you mean by "display objects"?

    You can certainly access the grid columns, headers, rows, etc. at run-time though the grid's object model.

Children