Skip to content
Loading...

Archives

The ID HTTP Parameter is required (the ID of the list item to be edited)

The ID HTTP Parameter is required (the ID of the list item to be edited)

When placing a qListView and qListForm on the same ASPX page you encounter an error in the qListForm when you select one of the folders from the document library that is configured in the qListView.

The error displayed in the qListForm is:

“The following error occurred: The ID HTTP parameter is required (the ID of the list item to be edited)”

Issue with Lookup Column allowing Multi Values

Issue with Lookup Column allowing Multi Values

In a qListForm, there are lookups that allows multivalues. The values in the lookup field gets populated based on the value selected in another drop down. If you select any value in lookup field and then again go back to change the values in the drop down, after postback, you get an index out of bound error.

‘SetMouseOverRowIndex’ is undefined

‘SetMouseOverRowIndex’ is undefined

Upgrading to QuickApps v6.2, we are getting the following two browser errors that prohibit the use of ezEdit and to expand a grouped item in qListView:

– ‘SetMouseOverRowIndex’ is undefined

– ‘null’ is null or not an object

qCascadingMenu Overlaps other Web Parts

qCascadingMenu Overlaps other Web Parts

When invoking the qCascading menu, the menu overlaps other Quick App Web Parts on the page if they are directly below the qCascadingMenu.

Exporting an entire list to Excel from qListView?

Exporting an entire list to Excel from qListView?

Working with a list with over 11k items configured in qListView, Since the Default view of the WebPart is set to 50 items per page, when we export to Excel, it only exports the items from the currently loaded page (not from the entire list).

Also, the exporting process takes approx 1.5 minutes. However, when exporting directly from SharePoint list, entire list (11K records) takes approx 20 seconds.