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

Issue with Radgrid

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kavitha
Top achievements
Rank 1
Kavitha asked on 29 Jul 2010, 04:43 AM
Hi,
I am using radgrid for the first time. I made allow paging property to true. i added a button to display the grid. when i clciked on buton it is displaying the first page............but when i clicked on next page on the radgrid its not displaying...........please help me with this....it is urgent for me............

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Jul 2010, 06:01 AM
Hello Kavitha,


I guess you are using Simple DataBinding method to populate the grid. Simple data-binding through the DataBind() method can be used in simple scenarios which does not require complex operations like insert/delete/update, grouping, hierarchy relations, etc. Also keep in mind that if you choose simple data-binding, you will need to assign data-source and rebind the grid after each operation (paging, sorting, editing, etc.) same like MS DataGrid.

If you are using advanced features for grid, then a better option will be using AdvancedDataBinding technique as shown in demo.
Advanced Data Binding

Documentation on Advanced Data Binding

-Shinu.
Tags
Grid
Asked by
Kavitha
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or