This question is locked. New answers and comments are not allowed.
Hello,
I have a question today in regards to creating a mask for input for cells in a grid dependent upon column. For example, for a cell edited in the "Name" column would allow anything, but only 50 characters, but a cell in the "Zip Code" column allowing only 5 sequential numbers. This could, theoretically, be done through management of CellEditEnded events, but I'd prefer to mask the entered text on the fly, not after the use has already entered the text.
I am aware of things such a masked text boxes, but have no experience with them. Is there a way to implement this feature into Telerik's grids, whether by an already implemented feature, a template, or some other coded method?
Thanks to everyone for their time,
Philip Coffey
I have a question today in regards to creating a mask for input for cells in a grid dependent upon column. For example, for a cell edited in the "Name" column would allow anything, but only 50 characters, but a cell in the "Zip Code" column allowing only 5 sequential numbers. This could, theoretically, be done through management of CellEditEnded events, but I'd prefer to mask the entered text on the fly, not after the use has already entered the text.
I am aware of things such a masked text boxes, but have no experience with them. Is there a way to implement this feature into Telerik's grids, whether by an already implemented feature, a template, or some other coded method?
Thanks to everyone for their time,
Philip Coffey
