Hi,
I am creating demo page with RadGrid in comparison with Intersoft WebGrid and i am trying to find best approach to bind grid with best performance. I have following requirements:
1. Need to create column dynamically.
2. Paging, Sorting, filtering (Optional as can't compomise with performance), cell editing.
3. drowpdown column in edit mode.(How to achieve this in dynamic binding plz provide any link).
4. Excel/Pdf/cvs download
5. Culture support.
please suggest me whether to use NeedDataSource to bind grid on each post back with disabled viewstate or create grid on page_Init or any other approach?
Also this line is not working when using NeedDataSource for creating/binding dynamic column.
I am creating demo page with RadGrid in comparison with Intersoft WebGrid and i am trying to find best approach to bind grid with best performance. I have following requirements:
1. Need to create column dynamically.
2. Paging, Sorting, filtering (Optional as can't compomise with performance), cell editing.
3. drowpdown column in edit mode.(How to achieve this in dynamic binding plz provide any link).
4. Excel/Pdf/cvs download
5. Culture support.
please suggest me whether to use NeedDataSource to bind grid on each post back with disabled viewstate or create grid on page_Init or any other approach?
Also this line is not working when using NeedDataSource for creating/binding dynamic column.
RadGrid1.MasterTableView.EditMode =
GridEditMode.InPlace;
Regards
Devanand Jha