Hi
I'm struggling with the last part of my drag drop functionality. I want to drag from a grid row (no problem there) and drop onto a LinkButton or preferably any html element within a RadListView.
My page has a RadListView which has a number of dynamically created Tables, Table Rows, Table Cells and LinkButtons. When dropping the grid row on the LinkButton I can see the dragged element and also the e.HTMLElement is populated with the name of the LinkButton e.g. ctl00_MainContent_lvEngineers_ctrl0_lbtnTeamLeaderMeeting however I cannot seem to use FindControl to get the LinkButton, whatever I try returns nothing.
This page is within a Master page. I've tried rebinding the ListView, tried using FindControl on the RowDrop, Page_PreRender but no joy.
Many Thanks
Steve
I'm struggling with the last part of my drag drop functionality. I want to drag from a grid row (no problem there) and drop onto a LinkButton or preferably any html element within a RadListView.
My page has a RadListView which has a number of dynamically created Tables, Table Rows, Table Cells and LinkButtons. When dropping the grid row on the LinkButton I can see the dragged element and also the e.HTMLElement is populated with the name of the LinkButton e.g. ctl00_MainContent_lvEngineers_ctrl0_lbtnTeamLeaderMeeting however I cannot seem to use FindControl to get the LinkButton, whatever I try returns nothing.
This page is within a Master page. I've tried rebinding the ListView, tried using FindControl on the RowDrop, Page_PreRender but no joy.
Many Thanks
Steve
