Jump to content

Recommended Posts

Posted
34 minutes ago, asapltda said:

How can I remove from the tumdbgrid the totals of the group titles

Hello,

One possible solution:

function afterCreate(sender)
{
    sender.getGroupHeader().tpl.html="{html}";
}

 

Posted

function afterCreate(sender)
{
  sender.getHeaderContainer().el.setHeight(0);
   sender.getGroupHeader().tpl.html="{html}";
}

TKS   RESULT TUNIMDBGRID 


 image.png.f8c6276a154c9d7ac7593a431e9dd719.png

  • 7 months later...
Posted
3 hours ago, eduardosuruagy said:

taking advantage of the topic, can you change the font color of the group?

Hello,

Try this, for example:

function afterCreate(sender)
{
    sender.getGroupHeader().tpl.html='<span style="color:green;font-weight:bold">{html}</span>';
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...