Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
I have a grid that has a field that applies an array of numbersWhile reading, I present his values like this:[2,5,900]While editing it doesn't show me anythinghow do I do itWould appreciate helpThanks
read:
edit:
Hello Rivka,
For editing a column bound to a collection of items, you can use a MultiSelect editor. We have an example of using the MultiSelect as an editor in the Grid in our Github repo: https://github.com/telerik/ui-for-aspnet-mvc-examples/tree/master/grid/multiselect-in-grid
The column bound to the Territories field uses a custom editor located in Views/Home/EditorTemplates/
In the custom template a MultiSelect is initialized.
Note that the model field has a UIHint value that matches the name of the custom editor template TerritoriesEditor.cshtml: https://github.com/telerik/ui-for-aspnet-mvc-examples/blob/master/grid/multiselect-in-grid/MultiSelectInGrid/Models/EmployeeViewModel.cs
Regards, Ivan Danchev Progress Telerik