This question is locked. New answers and comments are not allowed.
Hello.
I plan to use RadDataGrid in your project and I want to know:
1) Is it possible to freeze first column in grid? (I need to display over 50+ columns on 10" displays, so this feature is very important for me. I checked some thread, and saw that it is impossible. I need confirmation.)
2) I plan to show collection with 50 000 + items. All items stored in my database. Is it possible to NOT to load whole data from database and give it to RadDataGrid? What I mean:
a) Say to RadDataGrid that I will have 45 653 rows and 35 columns.
b) Than recieve some notifications from RadDataGrid "give me row #1"..... "give me row #2" and only after that load data from database for corresponding row.
Thanks.
I plan to use RadDataGrid in your project and I want to know:
1) Is it possible to freeze first column in grid? (I need to display over 50+ columns on 10" displays, so this feature is very important for me. I checked some thread, and saw that it is impossible. I need confirmation.)
2) I plan to show collection with 50 000 + items. All items stored in my database. Is it possible to NOT to load whole data from database and give it to RadDataGrid? What I mean:
a) Say to RadDataGrid that I will have 45 653 rows and 35 columns.
b) Than recieve some notifications from RadDataGrid "give me row #1"..... "give me row #2" and only after that load data from database for corresponding row.
Thanks.