Hello
Is it possible to change the edit type of a column depending on conditions ?
On the same column, set $col[“edittype”] = “select”; or $col[“edittype”] = “text”; according to “type_value”
For example :
https://gist.github.com/kikously/da08ac1cdee191c6fecda4c13ebdad11
Thanks for your help
1 Answers
Hello,
I’m sorry but currently it is not supported. Our library uses jqgrid jquery component and it has limitations.
Your Answer