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
930
Side - By - Side
posted

Hi

I am developing an accounting application and I am looking for the best way to display "side-by-side" views of a table -- example balance sheet asset side and liability side.

Basically the asset side would have its own row selector and the liability side its own. Otherwise they are part of the same datatable.

Are two grids the only solution or is there some way to manage it with one grid ?

Also, is there any sample of such an accounting usage [may be some screenshots etc] using WinGrid ?

Thanks

Abhishek

  • 69832
    Offline posted

    abhisinghal21 said:
    Are two grids the only solution or is there some way to manage it with one grid ?

    If the assets and liabilities are in separate tables then yes, you would need separate controls. Note that the UltraGrid supports "splitting" the view horizontally (see UltraGrid.DisplayLayout.ColScrollRegions collection) so that each section can be scrolled separately. It is possible that you can use this functionality, if the data is all in one table.