Hi , i am new to KendoGrid and have few questions . could you please provide your valuable input on this as i am not able to find the correct solution for below.
#1 - I am aware of custom validation , but is it possible to attach on-fly pattern check while editing the cell value , if the value doesn't match with pattern the value should be discarded automatically similar to inbuilt numeric check when we define type=numeric and try to provide character.
#2 - i need some conversion while editing , such as lowercase to uppercase OR expand abbreviation such as 1k to 1000 ( k stand for 1000) . where i need to place this logic . Editor or Edit event ?