Call setColumnIds via XML

I would like to call setColumnIds from XML. The setColumnIds will be triggered whenever a column is moved. However I can’t find the solutions to it.
Here is my codes. I’m able to call it from Javascript but due to the nature of client’s requirements, I would like to call it from XML.

Appreciate Support’s help.

Response.Write("")
Response.Write("")
Response.Write("")
Response.Write("")
Response.Write(“True”)
Response.Write("")
Response.Write("")

Response.Write("<call command='attachEvent'>")
	Response.Write("<param>")
		Response.Write("onAfterCMove")
	Response.Write("</param>")
	Response.Write("<param>")
		Response.Write("setColumnIds('column1,column2,column3')")
	Response.Write("</param>")
Response.Write("</call>")

Response.Write("")
Response.Write("")

You can use ‘id’ attribute of the ‘column’ tag

Appreciate if you can explain further more. I have no idea of doing it.

Any Support staff can assist me in this matter?

Already found the solutions in here
http://forum.dhtmlx.com/viewtopic.php?f=2&t=14106

dhtmlx.com/docs/products/doc … index.html

Press “Full”

<column type="co" width="150" sort="na" id="last">Combo