dear all,
I bind my radgrid with Need DataSource in code behind. I want to edit my radgrid when double click the grid row , I want one of the page appear with rowid. can? help me please.?
The demo illustrates how to switch a row in
edit mode by double-clicking an arbitrary grid item and how to update this row when the user
clicks another row in the grid.
window.location.href = "http://www.google.com/?id="+ eventArgs.getDataKeyValue("StudentID"); // open in same window
// window.open('http://www.google.com/?id' + eventArgs.getDataKeyValue("StudentID") , 'Test', 'resizable=yes') // open in new window