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
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