I'am using Telerik web RadGrid.The Column names are BranchID, Name, Code.
These are getting set in the RadGrid then what i would like to know is how to set double Click on a cell and then open popup page to display Branch Data with that BranchID details.
You can try out the following code to open a window on double click of a cell in a particular column. You have to set BranchID as the DataKeyName of the grid.
aspx: