I am using radgrid with action column which has two links, Info and Edit.
If we click info link it opens a radtooltip manager where i am binding a usercontrol to show all user details in labels
But we click Edit link it opens another tooltip manager where i am binding a another usercontrol to show all user details in textboxes where user can edit their contents and save it
The 'info' Tooltip manager is working right which shows user details corresponding to grid row.
But the 'Edit' Tooltip manager is not showing properly, the actual problem is when we open a 'Edit' tooltip say for the first row of the grid, it shows all relevant details of the first row user in the tooltip, but when i click the third user edit link it also shows the same first row user's details not the third user's details.
When i reload the same page, and i click the thrid row for the first time after reloading it's showing the third row details correctly, but when i click the first row link it's showing the same third row details not the first row details
My Doubt is can we have two tooltip manager in same row of the grid linked to two different controls. If yes, why 'info' tooltip working not the 'edit' tooltip not working properly.
can you help regarding this
If we click info link it opens a radtooltip manager where i am binding a usercontrol to show all user details in labels
But we click Edit link it opens another tooltip manager where i am binding a another usercontrol to show all user details in textboxes where user can edit their contents and save it
The 'info' Tooltip manager is working right which shows user details corresponding to grid row.
But the 'Edit' Tooltip manager is not showing properly, the actual problem is when we open a 'Edit' tooltip say for the first row of the grid, it shows all relevant details of the first row user in the tooltip, but when i click the third user edit link it also shows the same first row user's details not the third user's details.
When i reload the same page, and i click the thrid row for the first time after reloading it's showing the third row details correctly, but when i click the first row link it's showing the same third row details not the first row details
My Doubt is can we have two tooltip manager in same row of the grid linked to two different controls. If yes, why 'info' tooltip working not the 'edit' tooltip not working properly.
can you help regarding this