문제

I'm beginners in telerik I have columns name in a Rad List. I want to show columns in RadGrid by dragging columns name from radlist to RadGrid. And also i want to remove columns from radgrid by dragging out column name from radgrid to radlist.drop field in radgrid

Double click on field in list/tree will also add to grid header

도움이 되었습니까?

해결책

You can use string type list in code behind for drag drop columns. When drag a string add it into list and then bind the radgrid from that list

다른 팁

I am also facing this problem. I thing drag drop is possible on rows only in Radgrid

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top