Hi,
I am using treelist to show heirachical data.
Both parent and child are stored in same table
Sample tables:
SampleTable
- id
- parent id
- category id (drop down on editformtemplate)
- description
When I am creating a child, the parent category id needs to be shown on edit form template
and when a new parent is being created it should allow user to select the value.
I am using hybrid approach of automatic CRUD operation and using formtemplate
Can this be done?
Regards,
Swapnil