-3

I want to set the datasource of each page separately for WDG.For example,the WDG has three pages and the record count of each page is different.Could it to be done?

  • 2
    Have you tried something so far? did you get an error? please [take a tour](https://stackoverflow.com/tour), check [how to ask](https://stackoverflow.com/help/how-to-ask) and edit your question to help contributors understand your needs and help you – hd84335 Jan 11 '18 at 06:58
  • So you basically have three separate datagrids? Why not code it as such? – Hans Kesting Jan 11 '18 at 08:41

1 Answers1

0

Thank you for all of you who replyed me.I've get it done by adding or deleting datarows in the datasouce of WDG when the pageindex is changing,so the record count of other pages could fit the current page when displaying.