clear content out-gridview

Ask questions about creating Graphical User Interfaces (GUI) in PowerShell and using WinForms controls.
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 8 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
funkeservice
Posts: 1
Last visit: Mon Jun 07, 2021 11:40 pm

clear content out-gridview

Post by funkeservice »

Hi,
following Problem.

I present the Content of "get-rdusersession" via out-gridview.
No Problem if the queried User has an active session.
If not the queried Content will be null and out-gridview does not work.
The worst thing is that any old Content (of succesfull query)will still be visible in the form after an unsuccesfully query.

How to clear it? I tried the following.

$datagridview1.Rows.RemoveAt(0)
$datagridview1.Refresh()

Removeat() gives me the error

Ausnahme beim Aufrufen von "RemoveAt" mit 1 Argument"
Zeilen können nur automatisch entfernt werden, wenn die DataGridView an eine IBindingList
datengebunden ist, die Änderungsbenachrichtigungen unterstützt und das Löschen erlaubt."
$datagridview1.Rows.RemoveAt(0)
MethodInvocationException
FullyQualifiedErrorId : InvalidOperationException

Regards
Stefan
User avatar
SAPIEN Support Forums
Posts: 945
Last visit: Thu Oct 22, 2015 1:10 pm

clear content out-gridview

Post by SAPIEN Support Forums »

This is an automated post. A real person will respond soon.

Thank you for posting, funkeservice.

Here are some hints to help you get an accurate and complete answer to your question.

Ask in the best forum: If you asked in the wrong forum, just copy your question to the right forum.

Anticipate follow-up questions!

Did you remember to include the following?
  • 1. Product, version and build
    2. 32 or 64 bit product
    3. Operating system, e.g. Windows 7 64 bit.
    4. Attach a screenshot, if applicable
    5. Attach logs, crash reports, etc., in a ZIP file
If not, please take a moment to edit your original post or reply to this one.

*** Make sure you do not post any licensing information ***
This topic is 8 years and 10 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked