This is a migrated thread and some comments may be shown as answers.

Help

3 Answers 80 Views
GridView
This is a migrated thread and some comments may be shown as answers.
moh amm
Top achievements
Rank 1
moh amm asked on 06 Nov 2010, 10:14 AM
Hello every Buddy
I have a larg database and i want to view this data in RadGridView.
I want to view Data From DataBase in RadGridView while the application loading Data From DataBase.
Can any one Help me.
Thanks.

3 Answers, 1 is accepted

Sort by
0
Emanuel Varga
Top achievements
Rank 1
answered on 06 Nov 2010, 10:31 AM
Hello,

Can you please be more specific on what are you trying to accomplish and what is the actual problem.
If you just want to display data from the db, you can just use one of the Adapter classes (SqlDataAdapter for example) and just set the data set as a data source for the grid.

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga
0
moh amm
Top achievements
Rank 1
answered on 06 Nov 2010, 11:29 AM
Thanks for replay
but the problem I have is that the database contains more than 5000000 record,
so the application take a lot of time  to load data.
What I want to do is like SqlServer ,viewing data while the application loading data.
0
Emanuel Varga
Top achievements
Rank 1
answered on 06 Nov 2010, 03:12 PM
Hello,

I would suggest using a different approach, using paging. Please referer to the following article: Emulating Paging with RadGridView for WinForms and LINQ with 1 million records.

Hope this helps, if you have any other questions or comments, please let me know,

Best Regards,
Emanuel Varga
Tags
GridView
Asked by
moh amm
Top achievements
Rank 1
Answers by
Emanuel Varga
Top achievements
Rank 1
moh amm
Top achievements
Rank 1
Share this question
or