You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initializing a grid that mixes in both dgrid/ColumnSet and dgrid/extensions/ColumnResizer, specifying a width property on any column definition object results in an error being thrown from ColumnResizer.js: Uncaught TypeError: Cannot read property '0-0-1' of undefined.
The following grid generates the exact error message displayed above.
When initializing a grid that mixes in both
dgrid/ColumnSet
anddgrid/extensions/ColumnResizer
, specifying awidth
property on any column definition object results in an error being thrown from ColumnResizer.js:Uncaught TypeError: Cannot read property '0-0-1' of undefined
.The following grid generates the exact error message displayed above.
The text was updated successfully, but these errors were encountered: