Is there a way of using the createChild event for certain rows based on the value of a column. I have a treelist that contains folders and subfolders which in turn contain rows designated as "files". For these "file" rows we do not need to create a child within them. We have a type column and if the value is set to 1 we should not enable the createChild event. Thanks