Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1280
What is the equivalent of TemplatedColumn in 13.1?
posted

Hi,

Please help me in providing sample to achieve the following in 13.1.

TemplatedColumn Delete = new TemplatedColumn();

Delete.IsBound = false;
Delete.AllowUpdate = AllowUpdate.Yes;
Delete.Type = ColumnType.CheckBox;

Expecting your reply at the earliest.

Thanks in advance.

Parents Reply Children