Skip to Content
0
Former Member
Jan 01, 2008 at 08:21 AM

How to present TableView with multi lines and mark several lines (MVC)?

12 Views

Hi,

I have a MVC model.

Once the user selects an entry from a drop down, I retrieve a list of 10 vendors where I have 2 preferred vendors which are marked at the function level.

How can I show all 10 lines on the table View and mark the chosen 2 lines and let the user change the chosen lines?

I want to mark them as the table appears on the screen.

Since I am using MVC, The table view command: selectedRowIndexTable="//model/list_selections" doesn't compile.

any idea?

Thanks.