Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 07, 2007 11:45
open dhtmlx forum
How can I put strike through in my text within my treegrid? ...

How can I put strike through in my text within my treegrid?

Answer posted on Mar 07, 2007 11:46

You can set such styles by many ways

    in configuration XML

            "row" tag understand "class" and "style" css attributes

            "cell" tag supports "style" attribute

   by Javascript

            grid.setRowTextStyle(...

            grid.setCellTextStyle(....

            grid.cells(...).setFont(...
Answer posted by sematik (Support) on Dec 03, 2014 06:05

Having solved the problem mentioned above, you may also look through the possible related problems with jscript calendar and tab ajax.