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
703
Calculating CellValues of Selected Row and Column
posted
I have multiple columns in my grid, in which there are 7 columns which are editable. These are for days from Sun-Sat. All fields are double type. I am having a footer in which i am displaying total of a day columnwise. What i am doing right now is on CellExitEdit event of grid, i want to calculate the value of the column and row. But i am not able to get the actual logic (actually not able to determine current cell value and current column ) , how to do it. Now this total will be displayed in the footer of there respective column. But here too unable to display the text in footer. Footer Template is is attached text file. Attached is my XAML in xaml.txt For Setting up the text to footer i am using dgTimeSheet.Columns.DataColumn("FriHrs").FooterText = "abc" I am using VB as a language