This question is locked. New answers and comments are not allowed.
Kevin Watkins
Top achievements
Rank 1
Kevin Watkins
asked on 23 Feb 2010, 02:33 PM
Hi,
Is it possible to remove the footer from the rendered output of the grid? I have a couple of pages that display only a few records of data so there is no need for me to display the footer. I could hide the thing with CSS but that seems a bit of a hack. Is there a way to stop the footer being rendered? I couldn't see one.
Cheers,
Kev
Is it possible to remove the footer from the rendered output of the grid? I have a couple of pages that display only a few records of data so there is no need for me to display the footer. I could hide the thing with CSS but that seems a bit of a hack. Is there a way to stop the footer being rendered? I couldn't see one.
Cheers,
Kev
4 Answers, 1 is accepted
0
Hi Kevin Watkins,
Currently this is not possible. You can use CSS or patch the grid rendering code.
Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Currently this is not possible. You can use CSS or patch the grid rendering code.
Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Kevin Watkins
Top achievements
Rank 1
answered on 24 Feb 2010, 09:24 AM
Hi,
Thanks for the reply. Do you plan on adding this functionality in the future?
Cheers,
Kev
Thanks for the reply. Do you plan on adding this functionality in the future?
Cheers,
Kev
0
Accepted
Hi Kevin Watkins,
Yes - why not. The implementation is trivial. Perhaps the API would look like
Grid().
Footer(false);
I think we will be able to squeeze it for the official Q1 2010 release.
Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Yes - why not. The implementation is trivial. Perhaps the API would look like
Grid().
Footer(false);
I think we will be able to squeeze it for the official Q1 2010 release.
Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Kevin Watkins
Top achievements
Rank 1
answered on 24 Feb 2010, 02:02 PM
Excellent! Thank you.
Kev
Kev