Hi
as you know, we can to show print preview of our rows in gridControl via gridControl.ShowPrintPreview. my question is that is there anyway to diplsay print preview of some selected rows ?
for example, users can select multiple rows (by hold ctrol key and select which rows to want get preview), but i don't know how to pass selcted rows to gridControl.ShowPrintPreview method (or someThing like this). can anybody help me ?
thanks