Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi!
I'd like to add a custom text at the bottom of my , I attach a screenshot of what I'm looking
is it possible?
Also, how can I format the number to have the thousands comma separator?
Thanks!
private
void
RadGridView1_ViewCellFormatting(
object
sender, CellFormattingEventArgs e)
{
if
(e.CellElement
is
GridSummaryCellElement && e.ColumnIndex == 1 )
e.CellElement.Text =
"Test"
;
}
summaryItem.FormatString =
"{0:n}"