Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Web Grid Events Problem
posted

Can someone please tell me why the clickcell button works and I get error meesages on the other two?

Many thanks

Lynn

private void BillingSheetGrid_DblClick(object sender, Infragistics.WebUI.UltraWebGrid.CellEventArgs e)
        {
           
        }
private void BillingSheetGrid_Click(object sender, Infragistics.WebUI.UltraWebGrid.CellEventArgs e)
        {

        }
private void BillingSheetGrid_ClickCellButton(object sender, Infragistics.WebUI.UltraWebGrid.CellEventArgs e)
        {
           
        }Many thanks,

 

Lynn

 

}