
Hi,
Created a WebControl that cntains a datagrid and several AXBOUNDField controls. Converted one of the fields into an AXHYPERLINKBound, which calls a menu item. Works fine. Noticed when the user enters the form, 25 rows are displayed, with the page index currently residing in postion 1. If the user selects a Hyperlink for line 12, the control opens up the window with the correct recordId, and this looks fine. However, the Grid never performed a Postback, so the index is still sitting in row 1, instead of highlighting the row the user selected. Any suggestions on getting the index to update properly? Saw some info regarding Linkbutton, but not sure if that's going to work. Appreciate the assistance.
Bill
*This post is locked for comments
I have the same question (0)