I am binding more than thousands record to wingrid.I have also written InializeRow event for wingrid.It takes enough time to bind to grid.
I have to reduce the time to load the grid.Is there any way so that i can reduce binding time of grid.
Hi jayprakashd,
the "one million rows" example comes with the installation of infragistics!Go on Start Menu -> Programs -> Infragistics, then the Infragistics version you have (e.g. NetAdvantage 2009.2), then Windows Forms -> Samples -> Samples (Local)
Once you clicked on "Samples (Local)" a menu application will start. Navigate to "Grid" section, then in the "WinDataSource" group you will find a sample called "Virtual Mode": that's the "one million sample" you are looking for.
ByeGianni
i am unable to find million record sample Please give me the url
It's in the Wingrid samples explorer!? You may need to download this it's in the SDK part of the downloads, it would advise to download this as there are many samples that will help with all of the controls!
Can u give me url for million row sample
Hi, why not try using the UltraDataSource and use virtual mode, this way only the rows you are displaying will be requested!
Take a look at the million row example in the sample explorer.