on 2008 Apr 25 2:11 PM
hi all,
the data in my tableview is huge and if i try to select any row, the tableview completely disappears for a long time and when it appears, the row remains unselected. Same thing happens for any other event on tableview like scrolling through it .
In layout, the debugger hangs on for a long time at "visibleRowCount".
someone plz suggest what should be checked in such cases.
thanks
Request clarification before answering.
Hi,
What value did you put in front of visibleRowCount (50 is usually OK) ?
Did you set the selectionMode property ?
best regards,
Guillaume
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Yeah, i have used an iterator for setting field order (there are around 46 fields).
Can this be the reason? But i am creating the iterator object in "oninitialization" event and i make sure that this code(iterator object creation) does not run on "row selection" .
I tried to debug the code in events, there it even shows which particular row was selected (in selectedrowindex). After debugger finishes, the tableview disappears.
Do i need to do something in iterator?
Thanks,
Shalaxy
Hi Shalaxy,
Just use the following attribute in the table view..
selectionMode = "LINEEDIT"
May be this might be helpful in selecting the row and holding it.
Pls reward if useful.
Thanks,
Sirisha.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.