What happens if you set the "readable" attribute to False -- are you still able to access the field values for the links parameter?
On Wednesday, February 22, 2012 1:50:18 PM UTC-5, naveed wrote: > > I like the grid a lot, but I think I am missing something. I have 2 fields > called age and age_units. The age_units field is stored as an integer. I > want to be able to show the age as a combination of the two fields > including some processing to convert the int to the proper string unit. I > am able to do this successfully using the links parameter. My problem is > that, I can't hide the original age and age_unit fields. Is there a way to > be able to pull a field, but not display it? >