0

Good evening stackoverflow...I have a problem see. I want to be able to restrict the input of user to only ("0-9"),I know how to implement this in a text input since it has the restrict function. My question is how can I implement a restrict in a datagrid? Please help me..thnx

wawaragna
  • 37
  • 2
  • 10

1 Answers1

1

Create an item editor with a text input as a component and then restrict it. Don't forget to set column to editable="true"

chchrist
  • 18,854
  • 11
  • 48
  • 82