Hi,
I am having one text box in my grid..it can have values like 1 or 1,2 or 1,2,3 ie multiple values are comma separated also 1,2,3 values are not fixed they are dynamic..i display tool tip against each cell as user should add values as 1 or 1,2 or 1,2,3 ie multiple values separated by comma.
But now i want extjs itself should validate weather values entered by user are proper or not onclick/blur of that text box..can i use validateValue function if yes then how? can you tell me 1 example?i can't use extjs's plugin's multiselect box..
Thnx & Regds,
- Amey