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
105
Get selected row ultra grid and put in another ultra grid data source
posted
Hi, 

Is there a possibility to get the selected rows of one grid
and put them inside the data source of another grid?

I know that I need to use this line code:

Ultragrid1.SelectedRows = Ultragrid1.Rows(0)
Ultragrid2.Datasource =?

But I don't know if it's correct, because i don't know how then to insert it
inside the data source.

Thanks
Parents Reply Children
No Data