M
mikeorb
Am I correct that you can not create a DataView that has arbitrary
"pointer rows" referencing the underlying DataTable? Seems like an
oversight but maybe I am just dense.
I have a situation where RowFilter does not provide sufficient
functionality. So the only way I can find to create this "custom" view
of my data is to create a new table and copy data from the real table.
It would be nice to have a way for the RowFilter make use of callbacks
or some such to provide custom filtering. That would get me where I
need to be. Or just support manual creation somehow.
Regards,
-Mike
"pointer rows" referencing the underlying DataTable? Seems like an
oversight but maybe I am just dense.
I have a situation where RowFilter does not provide sufficient
functionality. So the only way I can find to create this "custom" view
of my data is to create a new table and copy data from the real table.
It would be nice to have a way for the RowFilter make use of callbacks
or some such to provide custom filtering. That would get me where I
need to be. Or just support manual creation somehow.
Regards,
-Mike