How can I disable editing cells in a WPF Datagrid? -
i'm constructing datagrid in windows presentation foundation, , have problem. when user double-clicks on cell in datagrid, cell goes edit mode. want prevent that. instead want users able select full row - not edit values in it.
how can make double-clicks select full row instead of putting clicked-on cell in edit mode?
the wpf datagrid has isreadonly property can set true ensure users cannot edit datagrid's cells.
you can set value individual columns in datagrid needed.
Comments
Post a Comment