On the rowselector, it can show some serialized numbers .How to write some charactors on the row selector?
like this.
rowselector col1 col2
name jane james
sex female male
Thank you for your response. I have tried a unbound row to show .
The RowSelector doesn't have any built-in ability to display text (other than the row numbers). You might want to consider turning off the RowSelectors and adding an unbound column to show the text you want, instead.
Not sure of your data model but you may want to look into using a row layout. What this essencially allows you to do have control over how columns and rows are displayed. Take a look at the Row Layout examples in the installed samples. This will show you some ways of potentially solving this problem.