Is there some kind of possibility to render ant lines on ultragrid rows (e.g. the dotted line you see when cutting/copying cells or rows in Excel)?
Hi Kevin,
There's nothing built-in to the grid to do this for you. But you could probably implement it yourself using a DrawFilter. It would not be a trivial task, though.
I encourage you to Submit a feature request to Infragistics.
Thx Mike!
Well, I was quite dreading the task, but after all, I've managed to do it quite easily, using a custom DrawFilter.
I guess there's really nothing you can't do using those DrawFilters :D