2017年10月11日 星期三

Kendo Ui Loading Mask

kendo.ui.progress($("#id"), true);

沒有留言:

張貼留言

remove last word from SQL query

SET @columnSql = SUBSTRING ( @columnSql , 1 , LEN ( @columnSql ) - 1 )