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
1285
How to apply different types editors for dynamic fields
posted

Hi,

I am currently working on creating the fields dynamically.

And we can achieve through with below steps.

xamdatagrid1.datasource = Employees;

Field f1 =new Field( Name="Chandra", Lable="Chandra");

But i need to assign the Fieldsettings to the dynamic field. I read like, we can set the settings to field in Fieldinitialised event.

But how can we set the different types of Field editor like Comobox,radiobutton,hyperlink and button type to Fields which have created dynamically.

Please suggest me to go further on this.

Thanks in advance,

Regards,

Chandra