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
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
<style type=
"text/css"
>
.rgGroupPanel
{
position
:
absolute
!important
;
margin-top
30px
}
.RadGrid_Default .rgHeader
height
70px
</style>
var
colspanValue = $(
"#{1} > thead > tr.rgCommandRow > td.rgCommandCell"
).attr(
'colspan'
);
$(
"#{1} > thead > tr.rgCommandRow"
).after(
"<tr class='groupRow'><td class='groupCell' colspan='"
+colspanValue+
"'></td></tr>"
"#{0}"
).appendTo( $(
"#{1} > thead > tr.groupRow > td.groupCell"
) );