Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

problem with datagridview in ASP.NET 2.0

1 view
Skip to first unread message

Ketan Dixit

unread,
Jul 31, 2006, 1:02:52 PM7/31/06
to
Hi,
I am developing an application which uses datagridview.The grid contains
about 5000 records and i am showing them all in a single page by putting a
scrollabe div around datagridview (I am required to do so.. ) The grid has a
column having comboboxes. These combos work fine for a few hundred records
but for 5000 records some of the combos disappear while scrolling , which is
quite irritating
Is there any other way to solve this without paging?

Thanks
Ketan


Mark Rae

unread,
Jul 31, 2006, 2:41:00 AM7/31/06
to
"Ketan Dixit" <ket...@aftek.com> wrote in message
news:uva6Q1Ft...@TK2MSFTNGP02.phx.gbl...

5,000 records on a single page is utter madness. Why on earth would you want
to do that?


Eliyahu Goldin

unread,
Jul 31, 2006, 5:42:56 AM7/31/06
to
Ketan,

Do you need the comboboxes (what are they? dropdown lists? 3rd party
controls?) for editing? Then you can activate only one of them at the time
for the selected record. All other records will have just a plain text
representing the selected item.
--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]

"Ketan Dixit" <ket...@aftek.com> wrote in message
news:uva6Q1Ft...@TK2MSFTNGP02.phx.gbl...

0 new messages