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
5124
how to enable continous number for a grid
posted
How can you enable continous number for a grid?  Consider that there is a employee grid and has 100 records and paging is enabled . Pagesize is 20. so if i go to second page, the rownumber on the grid is still 1 instead of 21.  I want have same implementation as webdatagrid where it provides row number of the records.
XWG_RowIndexPaging.zip
Parents
No Data
Reply
  • 5124
    posted

    I have attached a sample that gets the row index independednt of the paging.  The way I coded it works just for the first level of the grid data (Categories) and not the lowel level (Products).  What I did was to get the index from the original items source object.  Please see the RowSelectorClicked event handler for the logic.


    Sincerely,
    Francis
    Developer Support Engineer
    Infragistics
    www.infragistics.com/support

Children