Page 1 of 1
Not showing on empty Grid

Posted:
07 Mar 2016 14:41
by etwoss
Hi
I would like 'Add", "Edit", "View" and "Delete" context menu on a grid (providertype Cells)
However when the grid is empty the contextmenu is not showing
Eric
Re: Not showing on empty Grid

Posted:
07 Mar 2016 15:03
by Alexander Bulei
Hi Eric,
Because context menu is attached to rows only...
Pelase check ContextMenuOptions.
Best Regards.
Re: Not showing on empty Grid

Posted:
07 Mar 2016 15:14
by etwoss
Hi Alexandre
Looking at it, See no Rows, Is ithe AppendTo property which is 'Document.body'?
Eric
Re: Not showing on empty Grid

Posted:
07 Mar 2016 15:19
by Alexander Bulei
Hi
Please check ContextMenuOptions.
In grid class..
Best Regards.
Re: Not showing on empty Grid

Posted:
07 Mar 2016 15:36
by etwoss
Ha
Now i see, thanks!
Eric