# 6.8.3100

## New Features

### Set DataGrid page from script

The currently displayed page of a DataGrid (or selected page) can now be set from a script.

<div align="left"><figure><img src="/files/t9Hj7NT6WXcGgUzHdBsi" alt="Set DataGrid page"><figcaption></figcaption></figure></div>

### New ‘Classes’ property on DataGrid column\*\*

The new Classes property, apart from simplifying CSS styling, also makes it simpler to write scripts which target a specific DataGrid column. Enable the StyleSheet on the application to display the Classes property on the DataGrid column.

<div align="left"><figure><img src="/files/t5alXN9gVPNpZgvgHs6N" alt="Classes property"><figcaption></figcaption></figure></div>

## Improvements

* List Global Scripts in the Code Editor

## Bug

* Fix the issue where preview threw an exception saying “Cannot find module ‘resolve’”
* Fixed an issue where the application config could be changed when using a User API key
* Fixed an issue where not all validations were listed in the Validations Pane


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stadium.software/6/release-notes/6.8.3100.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
