Hi
I have wrapped RadGrid into another grid as a server control.
I also have created a Paging control as server control containing Drop Downs and Buttons to be put on grid.
1. The drop downs on Pager server control depend on Gris's total no of row.
2. The Paging server control inherits from ITemplate and is set as Grid.MasterTableView.PagerTemplate.
3. Paging Control also bubbles up drop down change event to grid server control.
Issue:
I wasn't able to add the paging control on ItemCreated Function.
In Constructor it does add control to grid but Grid's properties's values are not available so I cannot create pager control's drop downs.
On Load function the grid's properties are available and it does add on intial page load but it does not draw paging control on post back.
I need help as to in which which fucntion(s) of Grid can I attach PagerControl to Server Control so that I can achieve all 3 on initial page loads and on post back.
Please let me know if some work around is needed.
I have wrapped RadGrid into another grid as a server control.
I also have created a Paging control as server control containing Drop Downs and Buttons to be put on grid.
1. The drop downs on Pager server control depend on Gris's total no of row.
2. The Paging server control inherits from ITemplate and is set as Grid.MasterTableView.PagerTemplate.
3. Paging Control also bubbles up drop down change event to grid server control.
Issue:
I wasn't able to add the paging control on ItemCreated Function.
In Constructor it does add control to grid but Grid's properties's values are not available so I cannot create pager control's drop downs.
On Load function the grid's properties are available and it does add on intial page load but it does not draw paging control on post back.
I need help as to in which which fucntion(s) of Grid can I attach PagerControl to Server Control so that I can achieve all 3 on initial page loads and on post back.
Please let me know if some work around is needed.