Telerik mvc list box with grid lines and scrolling

1 Answer 77 Views
ListBox
Sp
Top achievements
Rank 1
Veteran
Sp asked on 26 Jul 2021, 07:30 PM | edited on 26 Jul 2021, 09:31 PM

Hi Team,

 

I need to show my list items separated by line so is it possible to have grid lines ?

Please provide the sample for custom messages as well.

 

 

Thanks & Regards,

sp.

1 Answer, 1 is accepted

Sort by
0
Anton Mironov
Telerik team
answered on 29 Jul 2021, 12:43 PM

Hi,

Thank you for contacting the team.

In order to achieve the desired behavior, I would recommend:

  1. For the first task, try the following CSS style:
        .k-item{
          border-bottom: 1px solid;
        }
    Here is an example of achieving the first task:
    https://dojo.telerik.com/@anton.mironov/ELaponob
  2. A dojo example of implementing custom messages for the Kendo UI ListBox:
    https://dojo.telerik.com/@anton.mironov/UnaLAFIK

    Example of the MVC implementation for the custom messages:
    https://docs.telerik.com/aspnet-mvc/html-helpers/editors/listbox/globalization/localization

I hope this information helps.


Kind Regards,
Anton Mironov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
ListBox
Asked by
Sp
Top achievements
Rank 1
Veteran
Answers by
Anton Mironov
Telerik team
Share this question
or