hi, i'm new with telerik and i need some help
i have some error when i try to build my application
the error is...
--Cannot implicitly convert type 'System.ComponentModel.CancelEventHandler' to 'Telerik.WinControls.UI.GridViewSelectionCancelEventHandler'
this is some of my code
this.cxGrid2.TabIndex = 0;
this.cxGrid2.Text = "radGridView1";
this.cxGrid2.SelectionChanging += new System.ComponentModel.CancelEventHandler(this.cxGrid2_SelectionChanging);
this.cxGrid2.RowsChanging += new Telerik.WinControls.UI.GridViewCollectionChangingEventHandler(this.cxGrid2_RowsChanging);
private void cxGrid2_SelectionChanging(object sender, CancelEventArgs e)
{
SetEdit(false);
}
can someone help me how to fix this error?
i have some error when i try to build my application
the error is...
--Cannot implicitly convert type 'System.ComponentModel.CancelEventHandler' to 'Telerik.WinControls.UI.GridViewSelectionCancelEventHandler'
this is some of my code
this.cxGrid2.TabIndex = 0;
this.cxGrid2.Text = "radGridView1";
this.cxGrid2.SelectionChanging += new System.ComponentModel.CancelEventHandler(this.cxGrid2_SelectionChanging);
this.cxGrid2.RowsChanging += new Telerik.WinControls.UI.GridViewCollectionChangingEventHandler(this.cxGrid2_RowsChanging);
private void cxGrid2_SelectionChanging(object sender, CancelEventArgs e)
{
SetEdit(false);
}
can someone help me how to fix this error?