Hi
I am looking for a SL DataGrid to buy that deals with a few main issues that I found annoying in the regular toolkit control.
I am not using RIA or WCF Data services. I intend to perform the actual paging in the SQL query. I just Need a control that will let me override the functionality of its pager.In other words - let me insert the "Total Pages" and the "Curent Page".Right now when I override the "Next"/"Prev" functionality, I just get : "page:1 of 1 pages".
The implementation of a ComboBox inside a grid is a real pain to accomplish. It also should be repeated for every column and everysort of data. I need a control that can easily bind data both to the list and to the selected value, without having to worry about converters and code behind implementations.
Sorting,Grouping,Column Show/Hide, Row Picking,Contitional Styling should all be accessible dynamicaly from the code
Do you know any good control that implements these 3?