Pregunta

  I am working on telerik radgrid and radtree.

I want to drag from radtree and drop it on radgrid for create column dynamically. Also want to delete column by drag from radgrid and drop it on radtree

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top