I have problem about VB.NET with Xtragrid from DEV EXPRESS.
This is my Xtragrid built by code.
At the footer built by this code :
gridVWKeluar.Columns(4).SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum
gridVWKeluar.Columns(4).SummaryItem.DisplayFormat = "{0:n2}"
gridVWKeluar.Columns(3).SummaryItem.SummaryType =DevExpress.Data.SummaryItemType.Custom
gridVWKeluar.Columns(3).SummaryItem.DisplayFormat = "Total"
gridVWKeluar.OptionsView.ShowFooter = True
And the problem is : i want to add footer again by code ofcourse (not properties) with paging system like this .....(this picture taken from http://demos.devexpress.com/ASP/Performance/ but that xtragrid just for asp.net and i need that in VB.NET)
thanks for reading and answer ^_^ GBU