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..