hi,
I want to hide/visible some specific field in grid when ever the checkbox value is selected. How would I do that?
should I write a modified method on checkbox control or gird?
if(checkbox.value(noyes::yes)
{
gridField.visible(true)
}
else
gridField.visible(true)?
Kindly suggest
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (