Hi Geoff,
I did checked the documentation of NB Store ie; Documentation.html.
I am referring to the Productlist ie; DataGrid Listing in the BackOffice>Catalog>Products.
This Datagrid Lists columns such as ProductRef,ProductName,Featured, Archived,IsDeleted and IsHidden in addittion to these columns
i want to add another column say Manufacturer in this ProductListing.
I have Installed the NB Store From here Recommended Download Version.
It does not contain any codebehind for the usercontrols.
I tried by adding the Bound Column in the DataGrid from usercontrol "AdminProductList.ascx"
It got this error
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Specified argument was out of the range of valid values. Parameter name: index ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index at System.Web.UI.ControlCollection.get_Item(Int32 index) at NEvoWeb.Modules.NB_Store.AdminProductList.dgProducts_ItemDataBound(Object sender, DataGridItemEventArgs e) at System.Web.UI.WebControls.DataGrid.CreateItem(Int32 itemIndex, Int32 dataSourceIndex, ListItemType itemType, Boolean dataBind, Object dataItem, DataGridColumn[] columns, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) at NEvoWeb.Modules.NB_Store.AdminProductList.populateList() at NEvoWeb.Modules.NB_Store.AdminProduct.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
"By the way "Manufacturer" is already available for you in the product general tab." I did not get it.
Thanks,
Asif
I did checked the documentation of NB Store ie; Documentation.html.
I am referring to the Productlist ie; DataGrid Listing in the BackOffice>Catalog>Products.
This Datagrid Lists columns such as ProductRef,ProductName,Featured, Archived,IsDeleted and IsHidden in addittion to these columns
i want to add another column say Manufacturer in this ProductListing.
I have Installed the NB Store From here Recommended Download Version.
It does not contain any codebehind for the usercontrols.
I tried by adding the Bound Column in the DataGrid from usercontrol "AdminProductList.ascx"
It got this error
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Specified argument was out of the range of valid values. Parameter name: index ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: index at System.Web.UI.ControlCollection.get_Item(Int32 index) at NEvoWeb.Modules.NB_Store.AdminProductList.dgProducts_ItemDataBound(Object sender, DataGridItemEventArgs e) at System.Web.UI.WebControls.DataGrid.CreateItem(Int32 itemIndex, Int32 dataSourceIndex, ListItemType itemType, Boolean dataBind, Object dataItem, DataGridColumn[] columns, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) at NEvoWeb.Modules.NB_Store.AdminProductList.populateList() at NEvoWeb.Modules.NB_Store.AdminProduct.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
"By the way "Manufacturer" is already available for you in the product general tab." I did not get it.
Thanks,
Asif