Hi,
I am using Hierarchy mode of the radgrid with setting property HierarchyLoadMode
="Client".
Following code is used for filter expression.
If Assembly.GetAssembly(GetType(ScriptManager)).FullName.IndexOf("3.5") <> -1 Then
radGridMenu.MasterTableView.FilterExpression =
"it[""ParentId""] = Convert.DBNull"
Else
radGridMenu.MasterTableView.FilterExpression =
"ParentId IS NULL"
End If
But it throws an error: No applicable indexer exists in type 'Menu'.
I am using framework 3.5 and migrating from telerik old version to latest version.
Please let me know you have any other solution for this.
Thanks,
Sarang