Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jiyong Lee on Dec 15, 2008 02:34
open dhtmlx forum
I have also question grid property of "disabled"

Thank you for your question..

It's useful information to me...

Is it possible 1 row disabled?

If 1 row is disabled, isn't get any getValue at the selected row?

 

Answer posted by Support on Dec 15, 2008 03:27
The row can be disabled, from XML or API call as

grid.lockRow(id)
or in xml as
<row locked="true" ...

Locked row can be accessible through API., but all cells in such row will be not-editable