Hi everyone,
{
xtype: 'checkcolumn',
text: 'Active',
dataIndex: 'active',
disabled: true,
renderer:...
Type: Posts; User: prsmax
Hi everyone,
{
xtype: 'checkcolumn',
text: 'Active',
dataIndex: 'active',
disabled: true,
renderer:...
It seems like I fond the problem...
The tooltip doesn't work with
disabled: true
can someone help with it?
Thanks for the answer, it's cool but not working in ExtJS 6.02
Hi everyone!
In ExtJS 4.x.x we have the ability to add a tooltip to checkcolumn using this way:
{
xtype:'checkcolumn',
renderer:function(value, meta, record, row, col){
...
ExtJS 4.2.2 version
Hello,thanks for your reply,i test your fiddle and get the same result, as in my first post.I'm able to scroll while a row is selected for editing, but if my mouse indicates to the row in editing...
Hello,
I have a problem with scrolling in Ext.grid.Panel when editing row with help of Ext.grid.plugin.RowEditing plugin. It's Ok when focus not on editing row, but if cursor is in the row the...