EasyUI Forum
September 15, 2025, 08:43:04 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: How to display Title in checked column in a datagrid  (Read 15804 times)
thecyberzone
Full Member
***
Posts: 176



View Profile Email
« on: February 01, 2015, 10:21:53 AM »

If a column in a datagrid is defined as checked:true then a checkbox is also appear in Header row as Title, and if anybody enable that checkbox all checkbox in all rows will be selected.

Now if I want not to display that checkbox in Header row as Title, so that selection of all checkbox in all rows cannot be done at a time what should I do. I have tried by adding a title option as title:'Final', but nothing happened. Please let me know what to do to display a Title as well as to suppress the checkbox in Header Row.

Thanks in advance.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: February 01, 2015, 06:18:24 PM »

Please try this:
Code:
var h = $('#dg').datagrid('getPanel').find('div.datagrid-header div.datagrid-header-check');
h.html('<span style="font-size:12px">Final</span>')
Logged
thecyberzone
Full Member
***
Posts: 176



View Profile Email
« Reply #2 on: February 01, 2015, 09:30:56 PM »

Ok, I got it.

Thanks stworthy for your suggestion.
Logged
proceno72
Newbie
*
Posts: 39



View Profile
« Reply #3 on: May 20, 2015, 02:43:23 AM »

That's ok. I think for best visual result it should be
Code:
var h = $('#dg').datagrid('getPanel').find('div.datagrid-header div.datagrid-header-check');
h.removeClass('datagrid-header-check');
h.addClass('datagrid-cell');
h.html('<span>Final</span>')
Logged
MB34
Newbie
*
Posts: 20


View Profile
« Reply #4 on: July 03, 2015, 02:47:59 PM »

If I have more than one, how would I set the header title to the one for the corresponding column title?
Logged
MB34
Newbie
*
Posts: 20


View Profile
« Reply #5 on: July 10, 2015, 10:41:56 AM »

stworthy,
Could you help out on this one?
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #6 on: July 10, 2015, 04:47:50 PM »

Hi MB34, please describe your question clearly.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!