This is a migrated thread and some comments may be shown as answers.

Group footer indexing

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Saran kumar
Top achievements
Rank 1
Saran kumar asked on 19 Jan 2010, 12:45 PM

Hi, i have been thrown an error with the following snippet of code

if (e.Item is GridGroupFooterItem)  
                {  
                    GridGroupFooterItem footerItem = e.Item as GridGroupFooterItem;  
                    footerItem["PracticeArea"].Text = "SubTotal";  
                    footerItem["TurnAround"].Text = TurnAroundTotal.ToString();  
                    footerItem["CustomerValue"].Text = CustomerValueTotal.ToString();  

but same is working out when im trying to implement GridFooterItem.

please help.

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 22 Jan 2010, 08:09 AM
Hi Saran,

Based on the supplied information, it is hard to determine what is causing this unwanted behavior. To further trace the issue, it will be best if you open a formal support ticket, and send us a small working project, demonstrating your setup, and showing the unwanted behavior. We will debug it locally, and get back to you with more information on the matter.

Best wishes,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Saran kumar
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or