http://jsfiddle.net/rxb3xmjt/2/
In the above example on expanding id 0.It shows 2 rows,Is it possible to make row containg "Bread" editable and row containing "aasa" non editable?
Hello Akhi,
Yes, it's possible. You can see how in the updated sample: http://jsfiddle.net/rxb3xmjt/3/
Please let me know if you have further questions.
Regards,Tsanna
Hi Tsanna,
It is a great feature.Can you please make the code more generic.
Currently rowid = 2 will return false making it non editable.How to set rows with "Name": "aasa" as non editable.