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
575
Client side Column Total
posted

Hello 

How can i make the the Calculating or Process of the Column.Total = SummaryInfo.Sum work in the Client Side instead of making Empty UpdateCell Event Handler in the Server side Code .. also i use Web Calc Manager for Get the Row Total and i need it to Work from Client Side Coding i have make a column Formula to get the Total of the All Row Cells Values so what  i need is to make Both of those Actions Working From the Client side and Dont need the Simple Post back Empty Update Cell Event Handler

 

for the Column i use:

    uCol.Footer.Total = SummaryInfo.Sum;

for the Row Total i use :

    ugTimeSheet.Columns.FromKey("Total").Formula="SUM(["+DayOfWeek.Saturday+"],["+DayOfWeek.Sunday+"],["+DayOfWeek.Monday+"],["+DayOfWeek.Tuesday+"],["+DayOfWeek.Wednesday+"],["+DayOfWeek.Thursday+"],["+DayOfWeek.Friday+"])";