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
60
how to number the reporting?
posted

you help me.

how to number the report?

eg: (Order column)

Order      Name           Date

1              Tai               10/6/1999

2              Tuan            12/1/2000

3              Thu               2/2/1999

4

5

...

Thank!

Parents
No Data
Reply
  • 2155
    Offline posted

    Hello Tai,

     

    Are you using UltraGrid from Infragistics Windows Forms?

     

    If so, it has a functionality to display row numbers on each row.

     

    The below is the example.

     

    ultraGrid1.DisplayLayout.Override.RowSelectors = DefaultableBoolean.True;

    ultraGrid1.DisplayLayout.Override.RowSelectorNumberStyle = RowSelectorNumberStyle.VisibleIndex;

     

    Please take a look at the following document for more details:

     

    Displaying Row Numbers in Row Selectors

    www.infragistics.com/.../wingrid-displaying-row-numbers-in-row-selectors

     

    Let me know if I may be of further assistance.

     

    Thank you,

    Mihoko Kamiishi

Children