03-21-2014 02:57 AM - edited 03-21-2014 02:58 AM
Hello,
I'm using a editable grid. Is it possible to hide columns at runtime?
Thanks for help.
Charly
(SLX Web 8.1)
06-25-2014 12:27 PM
Hi Charly,
Sorry for replying so late. Hope you manage to solve this issue by now. If not here is the answer as under,
Put this code snippet under HideCondition property.
function()
{
return true;
}
Thanks
Malay