Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Datagrid Paging??

Datagrid Paging??

Scheduled Pinned Locked Moved Web Development
cssquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    ketan bader
    wrote on last edited by
    #1

    hi all, I am developing an exam web page, i have a datagrid control with 3 pages. The grid consists of combobox template column of values "yes" or "no". if it is selected"yes" score is 4 if no score is 2, i need to get the total of the score of the 3 pages at once. ho do i make it work. Regards.

    J 1 Reply Last reply
    0
    • K ketan bader

      hi all, I am developing an exam web page, i have a datagrid control with 3 pages. The grid consists of combobox template column of values "yes" or "no". if it is selected"yes" score is 4 if no score is 2, i need to get the total of the score of the 3 pages at once. ho do i make it work. Regards.

      J Offline
      J Offline
      Jon Rista
      wrote on last edited by
      #2

      If you need to compute the total score for all records, you need to track the state of each record independantly of the grid. If your just storing the information only in the grid, it will be destroyed whenever you redraw it. If you are data binging, this should be relatively strait forward. Whenever the user changes the page, just update the data source the grid is bound to for the currently visible rows before rebinding.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups