Browse By Tags

  • Updating the value of one cell based on another cell value and vice versa in iggrid?

    I'm using an ASP.Net MVC igGrid and i have created the grid like below

    @(Html.Infragistics().Grid(this.Model.lstMilestoneDetails).PrimaryKey("intMileStoneNo").AutoCommit(false).AutoGenerateColumns(false).ID("MileStoneGrid").Columns(column =>…