I’m trying to configure a data source for a dropdown list.
The database table have fields’ (id, value, parenttypeid)
The parent typeid can be 0 or 1,2..etc,
I want to populate the dropdown list according to parent and child
can be shown like -:>
Parent1
Child1
Child2
Parent 2
I tried this by ordering the result but could not get the format.
If anyone got idea please reply
Thanks
1 Answer