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

[Solved] RadGRid Feature Request

5 Answers 127 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 15 Jun 2008, 02:55 AM
Hello All,

In a future release, can you consider adding "title" and "footer" features to the rad grid?

I know that you have a "footer" feature, but I'm thinking more along the lines of a page-footer to add notes/disclaimers.  Something exactly like the StatusBar but have it be a "notes" kind of field.  Same for the header.

It would just be nice to be able to add free form text to surround table and keep the themeing rather than having to drop in hardcoded text/divs/panels/etc, for something like that.

Just a thought...

Thanks in advance,
Rick

5 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 16 Jun 2008, 07:41 AM
Hello Rick,

You can use CommandItemTemplate to achieve this. Just define your content and set CommandItemDisplay to desired value.

Best wishes,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Shinu
Top achievements
Rank 2
answered on 16 Jun 2008, 08:00 AM
Hi Rick,

You can also refer the following help article.
Command item template

Thanks
Shinu.
0
Rick
Top achievements
Rank 1
answered on 22 Jun 2008, 07:58 PM
Thanks!  That worked perfectly for a table footer!  Any chance there is a way to have 2 so I could use it for a "table title" as well as a footer?

Thanks in advance,
Rick
0
Shinu
Top achievements
Rank 2
answered on 23 Jun 2008, 04:09 AM
Hi Rick,

Try setting CommandItemDisplay to TopAndBottom in the aspx as shown below.

ASPX:
<MasterTableView DataSourceID="SqlDataSource2" CommandItemDisplay="TopAndBottom"    > 


Thanks
Shinu.
0
Rick
Top achievements
Rank 1
answered on 28 Jun 2008, 08:18 PM
Ha! I'm special.  Sorry, apparently my A.D.D ran out before I finished reading all 4 options in the drop down.

My bad,
Rick
Tags
Grid
Asked by
Rick
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Shinu
Top achievements
Rank 2
Rick
Top achievements
Rank 1
Share this question
or