Blog Stats
  • Posts - 4
  • Articles - 0
  • Comments - 5
  • Trackbacks - 3

 

February 2006 Entries

Adding totals to telerik grid

First, you'll need to define a global variable to hold the value to be displayed in the footer. Public ClmTotChg As Integer = 0Public ClmTotBal As Integer = 0Then, you'll need to populate the variable. This is where it gets tricky. In order for this to work, you must set the “DataMember“ property of the MasterTableView or DetailTableView for the footer you want a total in. You'll also need to set the ShowFooter value to true. For instance... <MasterTableView DataMember="CLAIM" DataKeyNames="CLMNO"...

 

 

Copyright © Mark Pritchard