Kishan Tanpure

Kishan Tanpure

  • NA
  • 240
  • 202.3k

VB.Net Component One WebGrid Cell Click Event not Firing

Oct 14 2014 3:13 AM
Hi,
I am using ComponentOne Webgrid control in my ASP.Net Page.
For my project purpose I needed to set one of the columns Enabled property to False.
So I did this,
e.Item.Cells(indexOfColumn).Enabled = False 
where,  e As C1.Web.C1WebGrid.C1ItemEventArgs
Now, I want to fire a Cell OnClick Event on the cells in this column. But its not working.
Please, suggest me some solution.
Thanks in Advance.. 

Answers (2)