Hello all,
I am using a Grid as a subgrid with XML as the data in a project I am working on and everything loads fine. However, in the subgrid I have a column that I am using a custom formatter on to add a checkbox with a function attached to the checkbox's click event. I have the same basic fuction happening in the parent grid an I am able to access a cells' value by using rowObject[x]. However in the subgrid I am unable to access a cell's value using either rowObject[x] or rowObject.fieldName
Any ideas?
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top