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.
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,
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.