Categories | Question details Back To List | ||
setNumberFormat l& link Hi, ^^ I'm using setNumberFormat func. Additionally,I want to append a link on each cell. I set "edn" as column Type for setNumberFormat. But, I have to set "link" as column Type for link. And, I can't use string type instead of number because of sorting function. Can I use both setNumberFormat function and link function? Best Regards, Mina Answer posted by dhxSupport on Jul 23, 2009 05:58 You can implement custom eXcell type which allow you set number formant for the links. Please find more information here http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Custom_excell_creation.html#grid_cexc |