Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
igGrid Changing add new row "AddRowLabel" razo
posted

hi ,

i can't find a way to use local in asp razor , can you please give some insight to get me on the right track ?

Parents
No Data
Reply
  • 30
    Offline posted

    probleme solved

    .
    .
    .
    feature.Updating()
    .EnableAddRow(true)
    .Locale(lc =>
    lc.AddRowLabel("Ajouter un contact")
    )
    .ColumnSettings(cs =>
    {
    .
    .
    .

Children