Skip to Content
0
Former Member
Sep 13, 2007 at 06:15 PM

Tableview with MULTISELECT

17 Views

Hello,

In my application (no MVC) I am using tableview with iterator.

I have set selectionMode to LINEEDIT. When user selects a row, I am able to disable 1st two columns, add date Inputfield and allow user to manipulate that row. User then updates these changes to database by icon click and yes this is one row at a time.

As an enhancement I want user to change multiple rows and then click update just once. I tried setting mode to MULTISELECT; but it just highlights rows in orange. Unlike in LINEEDIT mode, neither I am able disable 1st two columns nor add input-field on row click/select.

Any clues why render_cell_start is not called in MULTISELECT??

Thanks,

Sushant.

<i><b>Points will be rewarded</b></i>