Categories | Question details Back To List | ||
I saw
setRowBold(...) but did,'t see setColumnBold(..). This is important if we want
to make all cells in o... I saw setRowBold(...) but did,'t see setColumnBold(..). This is important if we want to make all cells in one column bold. I tried the following to make my third column bold: myGrid.cells(row,2).setValue("<b>"+fullName+"</b>"); although it worked and the column was bold, but it completely destroyed the sorting logic and the table could no longer sort correctly. Answer posted on Mar 05, 2007 10:11 It can be done in the next way: myGrid.cells(row,2).setFont("Arial-bold-8pt");Answer posted by Embre (Support) on Dec 06, 2014 03:11 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking free ajax controls and tree menu in javascript. |