Atm all methods are published via the global `GridForms` object. Even methods which dont make sense to be called are public. Public api should be as small as possible. Reduce to the required minimum.
Atm all methods are published via the global
GridFormsobject.Even methods which dont make sense to be called are public.
Public api should be as small as possible. Reduce to the required minimum.