Hello,
We are evaluating the WinForm controls and have downloaded the free trial. We are also using custom business objects based on Richard Lhotka's CSLA framework. We have run into some issues with regards to the RadGridView.
1. The RadGridview is bound to a BindingSource control which in turn is bound to our business object. With regards to adding new rows via the RadGridView, we had to override the AddNewCore method that elimiated one of the errors the Grid reported. Now the New Row is displayed but there is an issue with the behavior of adding records. If you set a value for one of the cells of the new row and press the Tab button to proceed to the next cell of the current record, this will create a new record instead of continuing editing the current record.
2. When Grouping by a column is there an event that we can tie into or override a method? Currently we recieve an InvalidCastException when the Grid tries to cast the field to a type of System.IComparable.
Best Regards
We are evaluating the WinForm controls and have downloaded the free trial. We are also using custom business objects based on Richard Lhotka's CSLA framework. We have run into some issues with regards to the RadGridView.
1. The RadGridview is bound to a BindingSource control which in turn is bound to our business object. With regards to adding new rows via the RadGridView, we had to override the AddNewCore method that elimiated one of the errors the Grid reported. Now the New Row is displayed but there is an issue with the behavior of adding records. If you set a value for one of the cells of the new row and press the Tab button to proceed to the next cell of the current record, this will create a new record instead of continuing editing the current record.
2. When Grouping by a column is there an event that we can tie into or override a method? Currently we recieve an InvalidCastException when the Grid tries to cast the field to a type of System.IComparable.
Best Regards