Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Rafael Luna on Feb 15, 2008 10:44
open dhtmlx forum
Caption

How do put Captions in my grid for each cell? Each row need have differents captions. Can you help me?
Answer posted by Support on Feb 15, 2008 16:05
You can use "title" attribute of "cell" XML tag

<row id="some">
    <cell title="tooltip text here">data</cell>