Hello,
I want to make editor for editing function list, something like screenshot below. I would like to ask for an advice, what's the best approach to do this. I have idea to use GridView with self referencing, using some background class for representation of this structure, and massive cell parsing/formatting/validating for handling second column with parameters, validating different types of parameters, coloring of invalid values etc. Or, it's just two level structure, is it better to use "normal" hierarchy, main level for functions, and second level for different parameter? I haven't tried anything yet, just asking for advice for the best approach, I think it will take more time to do this.
And second question, I was playing a little with hierarchies some time ago, and most scenarios needed data binding for correct hierarchy. Is it possible to do self referencing without data binding?