Is it necessary to add ColumnName property in DataGridView Edit Columns Design User Interface

0
0

ColumnName helps us retrieve the data with the strongly and maintainfully, instead of using the Cells[index] in DataGridView control.
Why did you not add this property in the DataGridView “Edit Columns” Design User Interface?

Attachment
  • You must to post comments
0
0

Hi Truong,

we tested a lot and could finally reproduce the problem. It only happens on Visual Studio 2017 community edition.
We could not reproduce it in any other environment. Are you also using the Community Edition ?

We´ll be investigating more and come up with a fix for it.

Best regards
Frank

  • Truong Nguyen
    Yes, I use 2017 community edition. Waiting for your integration. Thank you.
  • Truong Nguyen
    I tried to install Visual Studio 2017 Enterprise, however, the same error happened
  • You must to post comments
0
0

Thanks Truong !

Can you please tell me the Wisej version and the Visual Studio version that you are using ?

Best regards
Frank

  • Truong Nguyen
    I use Visual Studio 2017 and Wisej 1.3.82 with trial version
  • You must to post comments
0
0

Nothing in my code.
I create new Wisej Project, and add new grid into a form.
Error will occur.
Please view my attach video.

https://youtu.be/w4UWuTTA41I

  • You must to post comments
0
0

Hi Truong,

even with 2 datagridviews on a tab control I cannot reproduce, sorry:

t1

Any chance to provide us with more details or the actual code ?

Thanks in advance,
Frank

Attachment
  • You must to post comments
0
0

Hi Truong,

thanks for providing further information, but I still cannot reproduce it here, not even with multiple datagridviews on the same page.

What are the last 2 columns in your sample ? They don´t seem to have a name ??

Can you please send me the code to frankATiceteagroup.com ?

Thanks in advance !

Best regards
Frank

  • Truong Nguyen
    My last two columns are Image Type column with the empty header text. Maybe, you can create a TabControl with 2 tab pages, each TabPage has a DataGridView Control. Then, you can try EditColumns of each DataGridView, my recommended errror will occur.
  • You must to post comments
0
0

It does not work correctly.
With the first time, the Design group always shows.
However, when I click other tabs, open Edit Column popup in other grid, the Design group disappeared.

  • You must to post comments
0
0

Hi Truong,

the property you´re looking for is Name and it´s already in the Design section in the column designer:

columnname

Hope that helps.

Best regards
Frank

Attachment
  • You must to post comments
Showing 7 results
Your Answer

Please first to submit.