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
145
Convert SelectedRowsCollection to RowsCollection
posted

Is it possible to convert a SelectedRowsCollection to a RowsCollection?

SelectedRowsCollection rows = ultraGrid1.SelectedRows;

RowsCollection rc = (RowsCollection)rows;

Parents Reply Children