script - Query checkboxes with no scrollable toolbar

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

script - Query checkboxes with no scrollable toolbar

Post by weblike »

Hi,

I am using Initialisation script in a query:
config.scrollable=false;

the result is that the checkboxes are not shown entirely.(see image bellow)

With inspect element of the browser I see that if I add "padding-bottom:10px; -> then the checkbox is ok.
I create a class in my custom.css with :
.checkbox-label-custom{
padding-bottom:10px;
}

I use this class in Render Script as:
$("#" + parser.m_gridId).find (".k-checkbox-label").addClass ("checkbox-label-custom");

but nothing happens.
Any idea please!!!
Attachments
Selection_082.png
Selection_082.png (10.52 KiB) Viewed 2440 times
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
Post Reply