We are currently working on the forum. For the short-term, all forum content will be in read-only format. We apologize for the interruption and look forward to collaborating with you shortly. All the best in your research!
A warning according to single-select in group-layout 'grid'
Hi all,
it's possible to display a warning like
trialdatasolutions.com/tds/howto/warning.jsp for a single-select field at the GROUP_LAYOUT 'grid'? In another discussion I had seen that the code
"var fieldToCheck = $("#MessageDiv").parent().parent().find("input");" must change to
"var fieldToCheck = $("#MessageDiv").parent().parent().find("select");". Apparently, it doesn't work for grid.
Any idea?
Best regards
Joerg
0
Comments
It would be slightly different from what's on the page you cite. First of all you would have to add a div next to the inputs that you want to refer. You can do this using .after and the same construct is described in http://www.trialdatasolutions.com/tds/howto/deselectradio.jsp scroll to the paragraph titled "but I need this in a repeating item group".
If you need extra assistance in this, please let me know.
Kind regards,
Gerben Rienk
thanks a lot for your comment.
I will try it ...
Kind regards
Jörg Bendig