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
70
Move Rows in UltraWinGrid and in Datasource table
posted

  I have a UltraWinGrid bound to a model(which holds the dataset) , through a BindingSource.  I have 2 buttons, 'Up' and 'Down' to move rows in the grid. I want to move those rows in the underlying table also, but by using RefreshBinding or events,smth like that,  not by moving the rows by code and then rebind the grid to the table. Pleas help, I've tried everything and it just move the selection in the grid.