I'm looking at using the client side binding feature in rad grid. I know that it supports JSON, but I was wondering if it supports plain XML binding? I currently have a bunch of web services (not WCF or ADO.NET Data services) that return either XML nodes, or Datasets as xml. Is it possible to bind on the client side directly to these data types, or will I have to convert them to JSON in order for the binding to work?