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
245
How to setting cells readonly properties and cells cssclass
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;

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.

Parents
No Data
Reply
  • 10685
    Offline posted

    Please, If you have another questions or need clarifying regarding this matter, please do not hesitate to contact me!

     

Children