Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
141211 | Nov 29,2018 07:23 PM UTC | Nov 30,2018 07:18 AM UTC | WinForms | 1 |
![]() |
Tags: SfDataGrid |
this.sfDataGrid.CellClick += OnCellClick;
this.sfDataGrid.CellDoubleClick += OnCellDoubleClick;
void OnCellClick(object sender, Syncfusion.WinForms.DataGrid.Events.CellClickEventArgs e)
{
if (e.DataRow.RowIndex == 1)
{
//Do you customizations here.
}
}
void OnCellDoubleClick(object sender, Syncfusion.WinForms.DataGrid.Events.CellClickEventArgs e)
{
if (e.DataRow.RowIndex == 1)
{
//Do you customizations 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.
This page will automatically be redirected to the sign-in page in 10 seconds.