DataGridViewButtonColumn and Command binding

0
0

Hi guys,

First of all congrats on the new 3.2 version. It’s always nice to see how this amazing product evolves!

Looking into the new binding stuff… I was wondering if there is a way to bind a Command to a DataGridViewButton column (or a DataGridViewLinkLabelColumn) so that when the button is pressed, the command of the ViewModel represented by the DataGridViewRow is executed. In other words if you plan to add an ICommand-type property to the DataGridView(Button)Column.

Best,
Alex

  • You must to post comments
0
0

Hello,

Currently, you can bind commands to a regular Button, but not a DataGridViewButtonColumn or a DataGridViewLinkColumn.

Although this is not currently implemented, we plan to add it in a future release!

-Julie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.