list view performance issue with some fields editable in the list.

0
Hi All,  Currently I’m facing issue with the list view with regards to performance wherein i have one field is editable and thus list view does not support the paging properly, as it applies the paging after loading all the data ,  cuasing browser memory issue to load the data, this slows down the page and take almost 3-4 mins to load the data.
asked
1 answers
1

Hi Bhushan,

Making a list view editable will indeed slow down performance quite a bit. A solution might be to move the editable field to a pop-up for example, and edit the list view items via that pop-up (then the list view does not have to be editable). You could even use a datagrid instead of a list view then, I think that will improve performance some more.

Hope this helps.

Jody

answered