This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi there, Lets say in a user control I have 2 DataGrids with Grouping enabled. But they bound to 2 different BindingList of DataTable, so the property names for the column in 2 DataGrids are different. But the user can drag one Column Header from one DataGrid to another DataGrid's Grouping header. It crashes. It would be better if the operation is not allowed. You can also drag it to a textbox, I thought version 5.0 is fixed but it is appeared again on Version 6.0. Thanks, Gordon |
|
|
Hello Gordon The cross grouping issue will be resolved in the next nightly build. I have not been able to reproduce the TextBox issue though. Indeed this was solved in 5.0 by setting the data type of the drag operation to Serializable which TextBox does not accept as drag input. Can you provide more information about the setup of the TextBox that you are dragging onto. -Jason Fauchelle |
|
|
Thanks Jason. You were right about the textbox, I made a mistake on it. Sincere apologies. Thanks, Gordon |
|
|
No worries Gordon, glad there is no issue there. -Jason Fauchelle |
|