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;
e.Row.Cells[i].Style.BackColor = Drawing.Color.FromName("#E1E1E1")
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 13.1 of CLR 4.0
Thanks in Advance for your Help.
Please, If you have another questions or need clarifying regarding this matter, please do not hesitate to contact me!
Hi,
I am using webdatagrid and want to make cell readonly/editable based on some condition from InitializeRow event through codebehind, please look in this issue.