Categories | Question details Back To List | ||||||||
dhtmlxDataProcessor Unwanted Left Justify On Checkbox Selection I have built a Grid using XML with some columns align="right" and align="center" with Text and Checkboxes. Everything looks fine until I attach the dhtmlxDataProcessor. Then when I Check A Checkbox everything highlights/bold as usual but every Row Cell/Object also shifts to align="left"! The row remains align="left" whether Checked or not afterwards. Even the Checkboxes shift left. How do I stop this realignment behavior on Selection? Answer posted by Support on Apr 24, 2009 03:49 It seems that you are using older version of grid and latest version of dataprocessor, right? ( original grid 2.0 and dataprocessor 2.1 ) In such case you can use attached patch, it will restore correct behavior ( not necessary for grid 2.1 ) Attachments (1)
Answer posted by Larry Hamlet on Apr 24, 2009 04:54 Please be specific. Patch it how? Add to what file in which folder? Answer posted by Support on Apr 24, 2009 06:33 Just add js file, attached to previous post, on the page after other js files, no any changes to existing code necessary. The location of patch file is doesn't matter as well, while it correctly included in page. Answer posted by Larry Hamlet on Apr 24, 2009 08:52 An error was thrown saying that "dhtmlXGridObject" is undefined. Answer posted by Alex (support) on Apr 25, 2009 01:10 This patch must be included after dhtmlxgrid.js: ... |