Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Subathra on Sep 04, 2009 04:31
open dhtmlx forum
findcell

Hi,

I want to check the first occurrence of empty cell in TreeGrid using findcell. I have used it but i didnt get any value as a output. Please help me. It is very urgent.

Thanks & Regards,
P.Subathra
Answer posted by dhxSupport on Sep 04, 2009 06:42
findCell(value, c_ind, first) method has parameters:
value - {string} search string
c_ind - {number} index of column to search in (optional, if not specified, then search everywhere)
first - {true|fase} find only first occurence (optional, false by default)

This method returns array each member of which contains array with row ID and cell index