jQWidgets Forums
Forum Replies Created
-
Author
-
December 15, 2014 at 9:02 pm in reply to: grid with dropdownlist as editor grid with dropdownlist as editor #64220
its working fine.. thanks for the help
December 15, 2014 at 2:19 pm in reply to: grid with dropdownlist as editor grid with dropdownlist as editor #64205thanks.. i went thru that forum.. and it says something about calling “open” method in setTimeout function.. but can you please provide some details about this ? setTimeout function of what ?
works great.. thanks
thanks..
November 26, 2014 at 3:22 pm in reply to: TypeError: m.rowinfo[l] is undefined while deleteRow TypeError: m.rowinfo[l] is undefined while deleteRow #63399thanks for information.. i changed approach of deleting row.. and now its working..
November 26, 2014 at 2:49 pm in reply to: checkbox with some other icon checkbox with some other icon #63398i need to display different icon.. may be different column altogether.. because functionality will be different.. so i dont think css changes will work..
i am open to any suggestions..November 25, 2014 at 6:20 pm in reply to: TypeError: m.rowinfo[l] is undefined while deleteRow TypeError: m.rowinfo[l] is undefined while deleteRow #63305thanks for info.. but here is what i found..i have tree structure
+parent-1
— child-1
— child-2
–subchild-1
–subchild-2
— child-3so if i try to delete parent-1 (using unique id).. it works fine..
but parent-1 is not expanded..so child-1,child-2and child-3 are not visible. and they are in the parent-1.records array..
so if i try to delete child-1.. i am getting above error..any idea.. how can i delete that child-1 ?
is there a way i can use jqxtooltip or something to add tooltip ?
October 17, 2014 at 2:06 pm in reply to: change the column header text change the column header text #61312thanks for reply..
so there is no other way…all the colors comes from server…but if i have to create css.. then i have to declare 50 different css.. i would really want to avoid that ?
we have to display another treemap when user clicks on one of the header.. so tooltip will not help.. how can i achieve this ? like in above exmaple when user clicks on ‘Drama” or ‘comedy’.. we have to display another treemap ?
September 25, 2014 at 9:57 pm in reply to: create 2 line row in jqxgrid create 2 line row in jqxgrid #60087sorry .. finally now i am working on this display.. how can i use cellRenderer ? you mean combine vertical information (2 columns) and display it ?
can you give me some pointers please..
i am using jqxdatatable instead of jqxgrid ? does this make things simple/harder ?August 29, 2014 at 1:34 pm in reply to: vertical splitter not working vertical splitter not working #58943sorry..but i dont see whats wrong with it.. even in example link that you provided.. i changed
$(‘#mainSplitter’).jqxSplitter({ width: 850, height: 480, panels: [{ size: 300 }] }) to
$(‘#mainSplitter’).jqxSplitter({ width: ‘100%’, height: ‘100%’, panels: [{ size: 300 }] });
and its not showing splitter at all ? looks like it does not like height in percentage
but same code is working on desktop browsers.. only on mobile browsers its not working.. why is that ? it does show checkBox on mobile browsers.. just readonly.. user cant check that checkBox.. but on desktop browsers..user can select/check the checkBox ?
July 23, 2014 at 12:31 pm in reply to: scroll issue on mobile safari scroll issue on mobile safari #57622Thanks.. but i tried changing size of scrollbars. but its working.. is there a way i can hide scrollbars and use sliding area ?
-
AuthorPosts