Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
285
Stopping multirow columns in XamDataGrid
posted

Hi, Is their a way to limit a user to only have one row of fields/columns? The problem I have is I have a very advanced field picker which I also use for ordering but the ability to have two fields in the same column (different row) is causing me a real pain and not something the users want anyway. I tried to hook into the FieldPositionChanging event and cancle it if 0 != row but unfortunatly the developer didn't think to actually tell me where the field was moving to only where it is now so this is useless. The changed event is a little to late in the day to do anything.

Thanks

 Muumi