jQWidgets Forums
Forum Replies Created
-
Author
-
June 25, 2015 at 3:44 pm in reply to: hierarchical data as source issue hierarchical data as source issue #73023
thanks for response.. its working fine..
June 24, 2015 at 1:57 pm in reply to: rowdetails button on the right instead of left rowdetails button on the right instead of left #72954what i mean is can we have row details button (arrow button to open details) at then end of columns instead of first one ?
thanks
June 3, 2015 at 2:54 pm in reply to: setcolumnindex with endupdate setcolumnindex with endupdate #71978Thanks for solution.. but if i use setcolumnindex after endupdate.. then it slows down grid performance.. but for now as workaround to that.. i am just setting right order of columns and reloading data..
May 19, 2015 at 2:35 pm in reply to: textBox editor focus on grid textBox editor focus on grid #71275i created that sample program to our needs.. our requirement is such that we can not use numberinput(like in updated fiddle) as qty field editor and we have to allow ‘null’ as default value..or acceptable value.. in that case provided solution would not work..right ?
Thanks
Thanks for workaround.. but it does not work properly.. look at the updated demo..
i only get the cell value.i need column title or column name..now if you un-comment last 2 event in demo (comment ready… and uncomment click and rowclick).. both together works and gives me column title..but when scrolled column is hidden behind the pinned or frozen column.. again its doing the same thing..
May 14, 2015 at 2:36 pm in reply to: textBox editor focus on grid textBox editor focus on grid #71124here is the code.. which shows my situation.. steps to re-create
fiddle link http://jsfiddle.net/uuW2H/219/
1. run below code. (i modifiedbindingtoarray to my needs)
2. quantity field is editable with ‘0’ as default value.. click on cell..to bring in edit mode.. then click backspace to delete that ‘0’ .. dont press any other key.. now click on firstname cell (which has cellclick event attached to it).. on the same row…you will notice that quantity cell is still in edit mode.. and its not even updating value which i am trying to set via clicking on firstname column cell..i you click any other row and click on first name.. qty cell will update value..
how can i fix this..
May 7, 2015 at 2:56 pm in reply to: Can I force the groupindentwidth to a small size? Can I force the groupindentwidth to a small size? #70799can you please tell me how were you able to fix it.. i am using latest version of jqx (3.7.1)
Thanks
April 17, 2015 at 1:52 pm in reply to: upate data without reloading grid and view upate data without reloading grid and view #70011thanks for reply.. i can restore the states of expand and collapse.. but is there a way just to update cell values.. like
source.localdata = newdata.
grid.jqxgrid(‘updatedata’,’cellvalues’); then i can restore the expand/collapse states..(by restoring what is expanded before updating values)Thanks
change is event is fired too many times. so i cant use that event.. slideEnd is not getting fired.. when i click on slider.. and thumb slides to that point..(i am not dragging thumb in this case).. if there is a way i can disable that click to slide…that work around would also work..
February 5, 2015 at 5:06 pm in reply to: setcellvalue for hidden column setcellvalue for hidden column #66640never mind.. sorry for the inconvenience.. i had typo in my code which was causing the issue
January 23, 2015 at 10:18 pm in reply to: disable editing of cell based on condition disable editing of cell based on condition #65941never mind.. i found the way.. sorry for the post..
thanks.. its working perfect now
January 16, 2015 at 3:11 pm in reply to: drop down grid editor change event drop down grid editor change event #65514thanks for reply.. tried “close” event.. but that is getting fired multiple times.. i even tried “select”.. but that is not working as well..
December 19, 2014 at 1:46 pm in reply to: multiple dropdownlist in columns event multiple dropdownlist in columns event #64490is there a way i can fire cellEndEdit event programmatically ? then i can use that event to update tables..
December 18, 2014 at 3:42 pm in reply to: multiple dropdownlist in columns event multiple dropdownlist in columns event #64419thanks for the info.. i am following the example.. but one question.. when first comboBoxe’s value is changed… second comboBox does not reflect right way.. it updates only when focus is gone from the first comboBox (or first column) ? how can i avoid that.. i have 3 cascading dropdownlist.and some text values.. which i need to update as soon as selected value is changed from first dropdown… i see everything working.. but only when focus is gone from first dropdown column..(if i click anywhere. then whole table updates)
Thanks
-
AuthorPosts