Forum Replies Created
-
Author
-
Solved!
Include objects below in the two columns
..., cellsformat: 'dd/MM/yyyy', columntype: 'inputdate', ...guys, i noticed that in the second column the date is not in the correct format
return php example: dd/MM/yyyy
'05/10/2014' // Date 1 '20/10/2014' // Date 2They appear in the jqxGrid is as follows:
Date 1: 05/10/2014 // correct Date 2: 10/05/2014 // incorrectsee above that is configured correctly or not?
October 24, 2014 at 11:11 am in reply to: set prompText filtertype list set prompText filtertype list #61596Thanks Peter Stoev!
October 24, 2014 at 11:07 am in reply to: using setcolumnproperty with cellclassname using setcolumnproperty with cellclassname #61594thanks Nadezhda!
October 17, 2014 at 12:09 pm in reply to: prevent the window be hidden when drag prevent the window be hidden when drag #61299hmm… I understand
thank you DimitarOctober 16, 2014 at 5:12 pm in reply to: prevent the window be hidden when drag prevent the window be hidden when drag #61258Hello Dimitar,
I don’t want window to go outside the div.
help me with my code, it does not work.
var start = $('#jqxDocking')[0].scrollHeight; $('#jqxDocking').on('dragEnd', function(event){ var window = event.args.window; var end = $('#jqxDocking')[0].scrollHeight; if( end > start ){ $('#jqxDocking').jqxDocking('setWindowPosition', window, 0, 0); } });September 29, 2014 at 12:08 pm in reply to: autocomplete integration tooltip autocomplete integration tooltip #60251 -
AuthorPosts