Interface INavigatorWithGrid
- Namespace
 - Dynamicweb.Core.UI
 
- Assembly
 - Dynamicweb.Core.UI.dll
 
The interface INavigatorWithGrid defines navigator model uses Dynamicweb.UI.Elements.Displays.GridView control for retrieving Node related data.
  
  public interface INavigatorWithGrid
  Methods
GetItems(string, IDictionary<string, string>)
Gets the GridView items.
  
  GridViewResponse GetItems(string path, IDictionary<string, string> requestParameters)
  Parameters
pathstring- The node path.
 requestParametersIDictionary<string, string>- The request parameters.