Hi,
Please let me know how do I get the last row value in the summary. for example I have a column
----------------------------
Balance
1000
2300
3100
540
-----------------------------
Closing Bal: 540
Please let me know how do I achieve this.
Thank you,
Irfan
Thanks for your response. When I use this code, I am getting 'NullReference Exception'. used this code in "uwg_InitializeLayout" and also after binding the grid, throwing the same error.
Also to be more clear I have a grid which is grouped by a column 'TransDate', so the summary for each group would be the last row cell value from the respective group.
Please if I can get any help on this issue.
Thanks,
you can do this in c# like this
ultraGrid1.Rows[ultraGrid1.Rows.Count - 1].Cells["Balance"].Value
and then do a cast to the type of value u need like toString() or converto