Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by neoevoman on May 10, 2008 22:51
open dhtmlx forum
DHTMLXGrid Calendar style

I would like to change the default calendar style in a grid for the SilverLight or any other of the dhtmlxCalendar class. What do I need to do?.

Thanks in advance!.

Answer posted by Support on May 15, 2008 07:58

Can be achieved only by code modification

   dhtmlxgrid_excell_dhxCalendar.js , line 14

    this.grid._grid_calendarA.setSkin("yahoolike");

Value marked in bold, can be replaced with any other calendar skin

Answer posted by neoevoman on May 22, 2008 09:51
Thanks so much. It works great!.