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

 

}

 

Parents
  • 28464
    posted

    Hello Lynn,

    Thanks for writing. It is really hard to tell without seeing the exact error messages you get first. Could you please copy/paste the error message and better yet, the complete stack trace of the error here - this will certainly provide additional clues.

    Thanks. 

Reply Children