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

GroupFooterTemplate with UseStaticHeaders problem

3 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lasly
Top achievements
Rank 1
Lasly asked on 16 Oct 2012, 09:36 AM
Hi
I've used a GroupFooterTemplate with  grid.ClientSettings.Scrolling.UseStaticHeaders = true.
If UseStaticHeaders is set to true i have a problem with visualization of GroupFooterTemplate
For more explanation i attached  two images of my problem.

3 Answers, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 19 Oct 2012, 08:41 AM
Hello,

Indeed I could replicate the same problem on my end. I am logging it as a bug in our tracking system and our developers will have the care to fix it.

You can follow the PITS Issue by its ID: 13023
Here you can find the PITS Issue: Public URL

Meantime, you can use the following code as a possible workaround:
function onGridCreated(sender)
      {
          $telerik.$(".rgFooter td:not(.rgGroupCol)", sender.get_element()).attr("colspan", $telerik.$(".rgRow:first td:not(.rgGroupCol)", sender.get_element()).length);
      }


Greetings,
Milena
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
brian
Top achievements
Rank 1
answered on 17 Jun 2013, 03:46 AM
Why has this not been fixed yet?  I just spent 20 hours trying to find why the Aggregate: Custom stopped working using Client Side API. 

I was following this sample which worked fine.  I changed grid settings and was not able to find the problem until I did one last desperate search for the answer.
http://www.telerik.com/community/forums/aspnet-ajax/grid/how-can-get-a-sum-aggregation-for-a-telerik-radgrid-gridclientselectcolumn-for-only-selected-rows.aspx

0
Milena
Telerik team
answered on 19 Jun 2013, 08:14 AM
Hello,

This issue is marked as resolved in our tracking system. Could you please verify that you are using the latest official version of RadControls? In case the problem still exists, you can send us a small runnable project, which demonstrates the unwanted behavior. Thus we will debug it locally and come back to you with our findings.

Regards,
Milena
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
Lasly
Top achievements
Rank 1
Answers by
Milena
Telerik team
brian
Top achievements
Rank 1
Share this question
or