Tony Gray
Tony Gray
@6pac @ghiscoding @okruti-rgupta I've check this for my project and there are no issues on mac chrome. @6pac If you could do some checks on a mac around the examples...
@ghiscoding poyel has said about when editing with built in editors. Have we even tested with editors active? My cases the grid is all read only when using the detail...
@6pac, @ghiscoding I want something like this for locking the checkbox on the left side. Doesn't really make scene to let people move the checkbox around. Same with the new...
@ghiscoding Nope **NOT** wanting pinning. Pinning would mean if I scroll right the checkbox would stay on view. I just don't want ppl able to drag the checkbox column into...
onRowCountChanged = function () { var rows = 0; for (var i = 0, l = grid().getDataLength(); i < l; i++) { // Check for expanded row data if (!grid().getDataItem(i)._parent)...
That PR is frozen columns
Ah sorry my bad most of the discussions around frozen columns but your right the PR is about locking. i'll have a look into at how they did it.
@6pac I see so you are saying you would want to treat it like the frozen columns. Something the equivalent to frozenRow: X e.g lockedOrderColumnsFromLeft: 2 lockedOrderColumnsFromRigth: 4 Assuming we...
I've got the same issue on my version not sure the cause. As you say tho could be a double load
If I get a chance I'll see if I can replicate outside of work project