We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How to disable particular row based on rowindex in GridDataBoundGrid

I couldnt disable particular row based on rowindex in GridDataBoundGrid (Syncfusion 1.5.1.6).



Form1_980e24f4.zip

1 Reply

VK Vinish Kumar K Syncfusion Team September 2, 2013 05:47 AM UTC

Hi Ruby,

 

Sorry for the inconvenience caused with delay,

 

We have analysed the reported query in our end. You can disable the cell using the event QuerCellInfo inGridDataBoundGrid.

 

Please set the style as read only in QueryCellInfo event. Please refer the below codes.

 

If(e.Style.Rowindex ==1)

{

e.Style.ReadOnly =true;

}

 

Please let me know if you have any concerns.

 

Regards,

Vinish K.


Loader.
Live Chat Icon For mobile
Up arrow icon