0

I want to Load my tree as Hirarchical in Janus GridEX , but when I set the setting it is not working , my table columns are:

TopicID nvarchar(50)  ; --which is parent
ParentID nvarchar(50) ;--which is child
Description nvarchar(50);

and the setting window is like as following this is how I set the settings

Also I checked with GridEX tutorial every thing is ok but not working for me !!

franchesco totti
  • 582
  • 1
  • 7
  • 28

1 Answers1

1

I did following settings and it works like a charm . enter image description here

franchesco totti
  • 582
  • 1
  • 7
  • 28