Is it possible to set row numbering for the RowSelector? (e.g. I want to start numbering with 101 instead of 1)
Hi,
There's nothing built-in to allow you to do this, but there are a couple of ways you could acheive what you want.
The easiest way, in my opinion would be to use a CreationFilter. You could then change the text of the TextUIElement in the row selector for each row.
I followed an example from your website and was able to get this to work -- I have a column called "Index" and the value in this column corresponding to the row is the value I display in the row selector. This is all working, but I'm experiencing a couple of issues.
First issue is that I also am using fixed row selectors (the little push pin). I can still see the push pin in the row selector, but it no longer works. Clicking on the pushpin does nothing other than highlight the row.
Second issue is the little triangle indicating the active row. The triangle is drawn in the middle of the row selector area, directly on top of the text rendered from the creation filter. I would like for the triangle to be drawn at right of the text, just as it does prior to my adding the creation filter.
Any ideas how to solve these issues?
Thanks in advance for your help.
-- Julie