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
4695
ultragrid paging
posted

Dear all,

I have made the ultragrid and two buttons for browsing previous page and next page of ultragrid.

Actually how to implement this if the row in the ultragrid may extend more than one row if one of the column field such as description may span to more than one row? It means I cannot count the number of records  for page browsing. What should I do?

Please provide any sample code.

Parents
  • 48586
    posted

    Hello ,

    Instead to add those buttons in UltraGridRow, you could create your Composite control which will contains your UltraGrid and those two buttons for Next and Previous page.

    Please let me know if you have any further questions.

Reply Children