Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
125410 | Aug 15,2016 06:52 PM UTC | Aug 16,2016 02:17 PM UTC | WPF | 1 |
![]() |
Tags: SfDataGrid |
void dataGrid_PreviewMouseUp(object sender, MouseButtonEventArgs e)
{
var rowcolindex = this.dataGrid.GetVisualContainer().PointToCellRowColumnIndex(e.GetPosition(this.dataGrid.GetVisualContainer()));
if(rowcolindex.ColumnIndex == 2 || rowcolindex.ColumnIndex == 3)
{
//Do your actions here
}
}
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
or the page will be automatically redirected to sign-in page in 10 seconds.