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
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
0
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
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
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
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:
Thanks
Shinu.
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
My bad,
Rick
