Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
RowEditTemplate window disappears.
posted

Hi all,

I use UltraWebGrid.

I have such code

    <bands>
            <Band ....>
                    <RowEditTemplate>
                            <My control .... />
                     </RowEditTemplate>

Now when I try to edit row I see My control template. But it disappears on attempt to scroll or click in any area (not on template window). Can I make this template to not disappear in theese cases?