Hello,
I tried to create a new Close button who make something more before it close the info_dialog.
The problem is that I cannot display just this new button. It is need to display one of default button.
To fix this I changed the line 190 from grid.common.js from:
cnt += c_b ? "
” : “”;
into
cnt += c_b ? "
” : “
“;
What do you think about this solution?
Best Regards,
Dragos Pirte
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top