Hi,
I tried to make my own checkbox formatter (because I need value 0 checkboxes to be disabled and value >0 to be enabled etc) and countered a problem with getCell & multiselect.. oh well actually the problem is with getCell if I got it right. Anyway, I made a simple demo where you can see that if any of the checkboxes on the grid is selected, the “get row 1 checkbox value” gets 'yes', and with any I mean the select row checkboxes too. What am I doing wrong? (ps for the demo I copied the original checkbox formatter. and btw by using formatter:'checkbox' the thing works just right…but I need a custom one)
here is my full demo code
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top