Hi,
I cannot find examples, docs, etc. on the case when you'd like a column to only be editable on add, but not on update. So far I've played with a custom editor template, but cannot find a way to achieve the desired behavior.
Thanks!
Is there a good way to use the Popup view for grid editing more like a side view that:
- Overlays to the right side of the screen instead of the middle.
- Dismisses automatically when you de-select the cell or select another cell.
Here is an illustration of what we are trying to accomplish:
4. Inline editing
There are many UI solutions for editing table cells: inline boxes (bad when dealing with endless rows), popups (annoying), expandable sections (meh), and others.
I don’t think there’s one best practice for this pattern as it depends on the functionality, the data-types, the use-cases, but one of my favorite alternatives (especially as a user) is having a side view (quick view) that pops in from the side once an item is selected.
What I like the most about this option is that it maintains the context (unlike popups), easy to use (forms are easy), and works well even for a large number of fields is presented in a vertical scroll view.
Hello,
The last menu item clicked seems to be capturing focus after each keypess when typing in a Telerik textbox control or numeric textbox control with two way binding.
After each keypress I have to refocus on the textbox control to keep typing.
Is there a work around or am I missing an attribute on the textbox control to make this work correctly?
Video: https://drive.google.com/file/d/1XfvnxtkNUSqMW-XLez2HaPtEBB1AAT28/view?usp=sharing
Sample code: https://drive.google.com/file/d/18z7asESAl74xzDfxBLVV7PDHnQe3wSwU/view?usp=sharing
Thanks
When clearing the bind-Value the multiselect still has the values previously selected.
Is there another way to clear the multiselect?