I have a number of rad grids in my project that go to edit screens on selected index changed, which in turn occurs when a row is clicked with "AllowRowSelect" to true. No problem so far.
Now I have a requirement to allow the user to re-order the rows using the radgrids drag and drop capability. I followed the example and this works fine, too.
The problem occurs when I try to combine the two functions in one grid. The act of clicking to begin the drag process changes the selected index and the redirect to the edit occurs. I would like to be able to click anywhere on the row other than the drag handles and have it go to edit, but if I click the drag handle, allow the drop and re-ordering.
Can I use the same grid to achieve both purposes?
Now I have a requirement to allow the user to re-order the rows using the radgrids drag and drop capability. I followed the example and this works fine, too.
The problem occurs when I try to combine the two functions in one grid. The act of clicking to begin the drag process changes the selected index and the redirect to the edit occurs. I would like to be able to click anywhere on the row other than the drag handles and have it go to edit, but if I click the drag handle, allow the drop and re-ordering.
Can I use the same grid to achieve both purposes?