Hi everybody,
is there a way to replace the PageSize Dropdown in the Pager of the RADGrid with LinkButtons? (for example Page Size : 10 | 20 | All ). I deleted the RadComboBox in the ItemCreated Event and added the Linkbuttons to handle the selection in a click event i hooked up with the linkbuttons. Problem with this dynamic approach is that those event listeners get lost on postback and the click event handler are never called. What do I have to do to get this to work?
Thx in advance
Rafael
is there a way to replace the PageSize Dropdown in the Pager of the RADGrid with LinkButtons? (for example Page Size : 10 | 20 | All ). I deleted the RadComboBox in the ItemCreated Event and added the Linkbuttons to handle the selection in a click event i hooked up with the linkbuttons. Problem with this dynamic approach is that those event listeners get lost on postback and the click event handler are never called. What do I have to do to get this to work?
Thx in advance
Rafael