Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Christoph on May 06, 2007 22:20
open dhtmlx forum
Delete cell style

Is there a way to delete or override the class loaded from an XML file in a cell?
Answer posted on May 07, 2007 10:36
The text styles assigned through
     grid.this.setRowTextStyle (....
will override css class settings, also for common setting you can use

    grid.cells(id,index).setFont(
    grid.cells(id,index).setTextColor(
    grid.cells(id,index).setBgColor(
    grid.cells(id,index).setHorAlign(

At last you can access cell className property directly as

    grid.cells(id,index).cell.className



Answer posted by sematik (Support) on Dec 05, 2014 07:35

The information connected with ajax ui framework and php javascript menu also can help you, so please check it too.