w2ui
Home
Get started
Demos
Docs
Blog
Support
Layout
Grid
Toolbar
Sidebar
Tabs
Form
Popup
Utilities
ver 1.3
ver 1.4
ver 1.5
ver 2.0
Grid
Overview
Events
Properties
Methods
w2grid.hasFocus
Indicates if grid has keyboard focus. Read Only.
Boolean, default = false
If you define grid in the following way:
let grid = new w2grid({ name : 'grid', header : 'Grid Header', show : { header : true }, columns: [ { field: 'recid', text: 'ID', size: '50px' }, { field: 'lname', text: 'Last Name', size: '30%' }, { field: 'fname', text: 'First Name', size: '30%' }, { field: 'email', text: 'Email', size: '40%' }, { field: 'sdate', text: 'Start Date', size: '120px' }, { field: 'sdate', text: 'End Date', size: '120px' } ] });
You can find if the grid has focus by:
console.log(grid.hasFocus);
User Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus