First.. THANK YOU VERY MUCH!!
After checking sample I have some suggestions.
1.- Don’t you think that you should add a easier way to implement this “feature”? Most of the LOB applications have this problem. There are dependencies between different comboboxes on a Grid (row or columns). There should be an easier way to do that. Maybe with a new property to filter the combo ?? In our application we are going to have this type of comboboxes on a grid on most of our grids (like 100).If you have to create a property on code this is going to be hard. Can you think about it? (note I have add a as suggestion on PITS 305234 )
2.- Also if we create the EF model correctly and we have an Entity that has a relation(navigation) with another Entity and we define on the “Datasources window” that we want the column “ContryID” to be a RadGridViewcombo (right now there is only an option to set the RadCombobox but it does not work) and the Orders to be a RadGRID. We should be able to Drag&Drop the RadGrid to a Page and the RadGrid should be able to do all the bindings automatically and to place the GridViewComboBox . Do you think? (note I have add as a suggestion on PITS 305224 )
3.- The idea is to avoid to use CODE... and have the most of the bindins and filters on the XAML
I think your RADGridView is very powerful!!!! But for common task it should be easier to implement LOB scenarios…
Can you guys think about it??
Thank you very much