I have a grid that needs to display a check box control in each row conditionally. For example is the logged on user is the creator of that record, then show the check box, otherwise do not. I am using Ajax data binding and cannot seem to find any examples of doing this. Are there examples of doing this out there?