In 4.4.5 this formatter does not work anymore. True and False appears in column instead of checkmark. In inline edit checkbox appears but is always in unchecked state.
How to fix this ?
Posted also as comment in http://stackoverflow.com/questions/13920810/how-to-fix-javascript-exception-if-oleg-clickablecheckboxformatter-is-used-in-jq
scottw512 said:Thanks. I see what you mean and it's working now. I need to supply my own background-image and background-position for those classes
How to got it working ? Where to find bigger images? Im looking for a way to use button sizes like standard jquery ui buttons, in landscape layout: width is greater than height like buttons “Quote and reply”, “Edit your post” etc in this forum.
Can we use same images but make buttons wider with times so that image is in center ? Or is it better to use special fint like font awesome icons ?
If single click inline editing is used ( beforeSelectRow event handler starts inline edit) then this code causes javascript error.
<div title="' + (options.colName || options.colModel.label || options.colModel.name) +
div is active , cell is this div, c in getCellIndex
Use this method:
Check the
I posted testcase in separate message and in
I resolved the issue as described in comment http://stackoverflow.com/questions/4126593/using-jqgrids-emptyrecords-option/4127666#comment13196603_4127666
Oleg has posted in fixes in stackoverflow.com is number of answers, eq.
in stackoverflow.com/questions/8548328/jqgrid-how-to-pass-data-when-adding-row-using-add-navigator-button
(my change is marked as AM):
var updateButtonState = function (grid) {
>Should be doable, just insert a button somewhere, (will be easier in the footer), and iterate across the columns from left to right. Post your code here for me when you get it working.
My grid dont have footer. It has top level toolbar and muliti-select checkbox column. VFP grid I'm using does this on double click in first column header. In jqgrid multi select column header contaisn checkbox, not sure if it is reasonable to enable double click for this there.
Maybe use double click in some other place or add separate button in toolbar.
I van add button but do'nt have
Got it working (missed div). Thanks.
How to align all columns in grid? e.q double click somewhere in first column header should resize all columns.
It sets column width to very small. After that also column cannot resized.
Thank you. Removing sortable:true fixes thy issue.
Unfortunately other column re-ordering is more important so I cannot use frozen columns this case.
How to allow unfrozen column re-ordering if only cb (and maybe actions column also)
Oleg,
Thank you. Very good improvement.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top