telerik controls
This is where I keep telerik specific blog stuff.
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"...