Is there a way to speed up the PropertyGrid?

Answered
0
0

I tried out the PropertyGrid example from a previous post.  When you click into a row, it’s takes a pretty good amount of time until the editor shows up.  It feels extremely sluggish.  I’ve attached a video to demonstrate.

Is there anyway to speed up this interaction to be more like the PropertyGrid from Windows Forms?

P.S. I am using WiseJ 2.2

Attachment
  • You must to post comments
Best Answer
1
0

Hi Matthew,

Sorry for the delayed answer!

You can add “Application.Eval(“wisej.web.DataGrid.STARTEDITING_DELAY = 100″);” to your Main function.
This should speed up the PropertyGrid and the DataGridView.

HTH,
Alaa

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.