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

RadGrid data loading problem in code behind

3 Answers 121 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Md Aminul
Top achievements
Rank 1
Md Aminul asked on 11 Jun 2013, 09:40 AM

Hi

I have a 100000 record in my database. I want to bind this data in RadGrid as cluster. That’s mean I want to bind 10 records per page from code behind.  And this time I want to filter using multiple columns in all records and want to bind 10 filtered records (per page) to RadGrid.

So that, I want to do search, filter and bind data (page by page) in RadGrid from code behind.

Please response any.

Aminul

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 11 Jun 2013, 10:40 AM
hi,

Please take a look into this help documentation describes about custom paging in which you can fetch only a fixed number of records and perform operations on this limited set of data.

Thanks,
Shinu.
0
Md Aminul
Top achievements
Rank 1
answered on 11 Jun 2013, 10:48 AM
How I can get filter value, Current filter function and also do filter in RadGrid1_NeedDataSource event?
0
Shinu
Top achievements
Rank 2
answered on 12 Jun 2013, 04:20 AM
Hi,

I am not sure about your requirement. Please take a look into this demo about

Thanks,
Shinu.
Tags
Grid
Asked by
Md Aminul
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Md Aminul
Top achievements
Rank 1
Share this question
or