I have the following screen shot of a grid with a popup and cannot figure out how I place the label to the top of the grid rather than at the bottom. See attachment.
My popup has the following editor template:-
My popup has the following editor template:-
var textEditorInitialize = function (container, options) { $('<textarea style="width:200px;height:100px;" />') .appendTo(container);};