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.
Akhi,
This was just an example using the primary key of the respective row. But you may access specific value of this row using getCellValue API for instance: http://www.igniteui.com/help/api/2016.2/ui.iggrid#methods:getCellValue and check through it.
If I can help you with something further, please let me know.
Regards,
Tsanna
Sorry that looked bit confusing to me.
http://jsfiddle.net/rxb3xmjt/9/
IN The above examble..
How can i make rows which contains Product Name as "aasa" to be non editable?.
Can you pinpoint to the http://jsfiddle.net/rxb3xmjt/9/
Here is the updated sample for your reference: http://jsfiddle.net/rxb3xmjt/13/