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
115
Cell Edit and Lock in Webdatagrid of Infragistics controls
posted

Hello All,

I want to Edit a particular Cell in Webdatagrid from Server side.

 

I want to do this in "OnInitializeRow" event of the Webdatagrid 

 Is there any event to Capture a particular cell and Set the property to Editable or non editable in InitialiseRow?

Please note that I am using webdatagrid not a ultrawebgrid hence unable to use the following syntax

 e.Row.Cells[i].AllowEditing = Infragistics.WebUI.UltraWebGrid.AllowEditing .Yes;

Atleast I want to make the Row Editable or non editable from server side.

Can you please help me in this?

I am using Version 9.2 of CLR 3.5

Thanks in Advance for your Help.

Regards,

Prashanth Gona