Menu_Master : PK [MenuID] [int] IDENTITY(1,1) NOT NULL,
[MenuName] [varchar](50) NOT NULL,
[URL] [varchar](50) NULL,
[ParentMenuID] [int] NULL,
If I have assign DataFieldParentId = ParentMenuID then TreeView goes blank just suggest me ..
Please, check if in the ParentMenuID you have records with null. I see that it's accepting that values, but maybe you don't have records without parentID.
If this is the case than you should set null for ParentMenuID for the records representing the root nodes.
Hope this is going to help you!
Regards,
Nikolay Tsenkov
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.