Start Building Professional
Web Apps Today


 
Categories
Available questions for selected categoryUpdated
 Is there a way to set the row style for a single row? I tried setRowTextStyle() but nothing happened. What I...Dec 01, 2014 00:10 
 I am having trouble with the selectCell function while in edit mode.  I can null out the field but the s...Nov 30, 2014 23:10 
 Can we find a way to support adding "buttons" for opening popups within the Grid (specifically calendar po...Nov 30, 2014 23:07 
 Multiple GridsNov 30, 2014 21:45 
  While experimenting with the wbut eXcell, I saw that in the update command of the invoice_list.html, the...Nov 30, 2014 19:10 
 I'm usig the First column of my grid as cntr type which keeps incrementing itself as i keep adding the rows . Is it possible to make the ID of the row also equal to the value shown by the first column Nov 30, 2014 18:36 
 Context menuNov 30, 2014 17:56 
 i use blank.gif as a icon for a tree data type . For reducing the width of the image between "+" icon and the tree name i reduced the width of blank.gif using MS paint. when i again load the grid and on selecting a row i'm getting a blank white patch behind the default grey color which indicates the grid is selected . How to remove that blank white patch. Nov 30, 2014 17:40 
 dhtmlxgrid: Possible to nest within a html page and auto-width?Nov 30, 2014 16:43 
 Reloading Grid from XMLNov 30, 2014 15:47 
 dhtmlxdataProcessor - Deleting records when used with TreeGridNov 30, 2014 13:34 
 Activating the inline editor on the first column of the newly added recordNov 30, 2014 11:03 
 we are using dhtmlxGrid_v14_Pro_70712 in IE 6.0, we are getting "Warning: Page has Expired" while loading the grid. Same is working in Mozilla Firefox. we are not loading data in grid using xml but we are laoding contextmenu.xml using aMenu.menu.loadXML("contextmenu.xml?uid="+(new Date()).valueOf()); we also tried mygrid.preventIECashing(true); but its not working.would you please provide any other solution?Nov 30, 2014 10:10 
 Hi, I would like to enable users editing in place in a dhtmlXGrid row. One column contains long multiline text which is edited through a popup textarea element. How can I write back changed data using a POST request from dhtmlXGrid? Best regards ThomasNov 30, 2014 07:33 
 dhtmlXGridObjectNov 30, 2014 05:37 
 How can I attach KeyPress Events which only works with special Keys and dont avert the normal Key Support? ThxNov 30, 2014 04:19 
 window.onresize problem work aroundNov 30, 2014 04:15 
  This: var val=grid.getSelectedId(); //return list of id' What does it return? a list of ID as strings...Nov 30, 2014 03:54 
 Hi, I had post this question at 'http://www.scbr.com/docs/products/kb/index.php?s=normal&q=656&a=669' but no getting reply. So, I try to post again as new question. in dhtmlxGrid.js locate next string (ev.button==2) and replace "2" with code of button which necessary in your case After do some testing, I found that the 'Left Button' Click event was '1', 'Right Button' click event was '2' and 'Scoll Button' Click event was '4', right? I had try to change the syntax from (ev.button==2) to (ev.button==1) or (ev.button==4), the program will enter the 'if (this._ctmndx){' block code, but the Context Menu was not show/pop up for (ev.button==1) or (ev.button==4) when I click 'Left Button' or 'Scoll Button'. When I change the back (ev.button==2), the ContextMenu will show/pop up when I click 'Right Button'. Futher, should I put 'grid.enableEditEvents(true,false,false);' or 'grid.enableLightMouseNavigation(true);' to handle single click event? I had try to put either this two line code but it still not working. Any suggestion? I had another Question, in the dhtmlxGrid, can I disable/set read only to each row? eg. When the Grid finish loaded, I will have 5 empty row with 3 column, I need to enable first row and disable the bottom 4 row. When I finish fill the text for 1st row, then 2nd row will be enable but 3rd, 4th and 5th row still disable. When I finish fill 2nd row, 3rd row will be enable...etc. I try to use mygrid.enableEditEvents(false,false,false);, but all row will disbled. Please help! Thanks! Nov 30, 2014 03:00 
 MS SQL Server support in dhtmlxGridNov 30, 2014 02:41 
 Cached XMLNov 30, 2014 02:33 
 Problem in Print Screen functionalityNov 29, 2014 23:42 
 ERROR TYPE: LOADXML Description: Incorrect XML WHEN running DHTMLXGRID 1.4 from hosted site with PHP4 or PHP5Nov 29, 2014 23:32 
 How to trigger an Right Click event of Mouse when the Cell is open for editing . Nov 29, 2014 23:28