Browse By Tags

  • WebDataGrid equivalent UltraWebGrid Cell Selection

    Hi, how are you? 

     

    In asp.net 9.2 ig for select a current cell in selected row we used:

    UWG.DisplayLayout.ActiveRow.Cells[0].Value.ToString();

    UWG.DisplayLayout.ActiveRow.Cells.FromKey("Codigo").ToString();

     

    But in asp.net 10.2…